Hi,
   
  I am using FOP 0.94 to generate PDF file.
   
  In my PDF, I would like to create a bookmark tree to referring to blocks in 
my PDF body, when each of the book mark is pointing to a unique destination id, 
every thing is fine. But when there are mult bookmarks point to the same 
destination id, the code throw exception of 'Unresolvable bookmark' and the PDF 
generated only show ONE book mark item in the book mark tree.   I even tested 
by modifing the sample comes from the FOP, it behaves the same. Is there any 
way to solve this issue?
   
  Thanks
   
  Linda
   
  P.S.  You can modify the pdfoutline.fo from FOP examples to experiment this:
   
  <fo:bookmark-tree>
        <fo:bookmark internal-destination="sec1">
            <fo:bookmark-title>What is FOP?</fo:bookmark-title>
        </fo:bookmark>
  <!-- Purposely make bookmarks point to same destination -->
        <fo:bookmark internal-destination="sec1">
            <fo:bookmark-title>Downloading FOP</fo:bookmark-title>
        </fo:bookmark>
        <fo:bookmark internal-destination="sec1">

       
---------------------------------
Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.

Reply via email to