Hi Xavier, Xavier Loiseau <[email protected]> wrote on 08/10/2009 05:54:12 AM:
> When the resulting PDF file is viewed, the hyperlink does not work ! > > How to keep hyperlinks when transforming an SVG into a PDF ? Write code to add support for hyperlinks to Batik/FOP (we use the FOP PDF Graphics2D to convert the SVG to PDF). The FOP PDF Graphics2D would need to ability to identify blocks of graphics that need to be wrapped as a hyperlink, and then the SVG Graphics tree would need to call methods on an extended interface when appropriate. The second part is fairly simple, I don't have a clue how hyperlinks are implemented in PDF.
