Hi,
My example is the same as yours, I misread the example you sent. Thanks From: Simon Steiner <[email protected]> Sent: 24 January 2019 08:28 To: [email protected] Subject: RE: PDF Links using Basic-Link 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] <mailto:[email protected]> > Sent: 24 January 2019 00:59 To: [email protected] <mailto:[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
