Hi,

You are basically looking for the implementation of 'show-destination' property on fo:basic-link. There is only a partial implemetation available regarding this property.
Please check the below link for more details:

http://xmlgraphics.apache.org/fop/compliance.html#fo-property-show-destination

Thanks,
Venkat.

Jayakrishna wrote:
Hello,

I have the following FOP snippet. If I open the generated PDF in IE, and then click on the url "www.ibm.com <http://www.ibm.com>", it loads the website in the existing tab/window, navigating away from the loaded PDF document. Is there a way, I can force the website to be loaded in another tab or window, so that the PDF document is still available ?

<fo:basic-link external-destination="url('www.ibm.com <http://www.ibm.com>')" text-decoration="underline" color="blue">www.ibm.com <http://www.ibm.com></fo:basic-link>

Thank you

Reply via email to