RE: PDF Links using Basic-Link
"Simon Steiner" <[email protected]>
| Newsgroups | gmane.text.xml.fop.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Example is to use:
<fo:block>
<fo:basic-link external-destination="url('http://www.paulmccartney.com')" >Paul McCartney</fo:basic-link>
</fo:block>
Thanks
From: Bjkyavuz <[email protected]>
Sent: 24 January 2019 00:59
To: [email protected]
Subject: PDF Links using Basic-Link
Hi guys,
I am using FOP 2.1 to generate a PDF file with external hyperlinks. Even with this simple syntax, I end up with just a text in the PDF that cannot be clicked:
<fo:basic-link color="blue" external-destination="url(http://www.lipsum.com/) <http://www.lipsum.com/)%22%3eLorem> ">Lorem Ipsum</fo:basic-link>
Any clues as to what areas I could be digging deeper into to figure this out?
Thanks for the help,
Yavuz