We are using FOP library for the past four years, recently while upgrading to the new FOP lib 0.20.5, we found that bookmarks are no longer being supported by FOP library, here is the following working code snippet that we use and is supported by earlier version of FOP :
<fo:root> 
...
...
 <fox:outline internal-destination="tbOM">
     <fox:label>Owner Address</fox:label>
 </fox:outline>
 
<fo:table id="tbOM">
....
....
</fo:table>
 
...
...
</fo:root>
 
Note : I use XSL to generate my PDF file.
 
We would highly appreciate a feedback , on how we can generated Bookmarks using the latest FOP version.
 
Thanks ,
Anshuman.

Reply via email to