Hi,
My example is the same as yours, I misread the example you sent. Thanks From: Simon Steiner <simonsteiner1...@gmail.com> Sent: 24 January 2019 08:28 To: fop-users@xmlgraphics.apache.org 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 <bjkya...@aol.com.INVALID <mailto:bjkya...@aol.com.INVALID> > Sent: 24 January 2019 00:59 To: fop-users@xmlgraphics.apache.org <mailto:fop-users@xmlgraphics.apache.org> 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