Hi Jesse,

Please, can you attach a (short) XSL-FO demonstrating the issue?
Is there any trace in log?
Is "Header" used as ID for a FO-element?
did you tried the starting-state property?

<fo:bookmark internal-destination="header" starting-state="show">
...
</fo:bookmark>

Le 24/04/2012 16:58, Jesse Schaaf a écrit :
I am using Apache FOP 1.0 and have to create book marks so when the
adobe reader opens the PDF the book marks are displayed in the left
panel. I am using the bookmark-tree and bookmark tags but it does not
seem to be creating any bookmark entries when I open the PDF. I am
wondering if there is an accessibility option I need to turn on or
namespace I should be using?

<!-- PDF bookmark tree starts -->

<fo:bookmark-tree>
<fo:bookmark internal-destination="Header">
<fo:bookmark-title>Chapters</fo:bookmark-title>
<xsl:for-each select="//Headernm">
<fo:bookmark internal-destination="{generate-id(.)}">
<fo:bookmark-title>
<xsl:value-of select="Headernm"/>
</fo:bookmark-title>
</fo:bookmark>
</xsl:for-each>
</fo:bookmark>
</fo:bookmark-tree>

--
Pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to