[Home] [By Thread] [By Date] [Recent Entries]
You can use bookmark-tree That works with FOP 1.0 (not sure it was supported earlier) I definitely use that in FOP 1 <fo:bookmark-tree>
<fo:bookmark internal-destination="front-page-id">
<fo:bookmark-title>
<xsl:text>Front Page Title</xsl:text>
</fo:bookmark-title>
</fo:bookmark>
......A bookmark has a title, an internal-destination (make sure the block you point to has a matching id) and a bookmark can have other bookmarks as well (to make a hierarchical tree) There is a way to set the bookmark tree to open with the document, but I need to check what that is exactly if that is important cheers Geert At 02:13 24/01/2012, you wrote: I am using FOP Apache to generate and publish a pdf from XML and need to create bookmarks so when you open the pdf in adobe the left menu will show links to sections in the document.
|

Cart



