Hello, I have the following FOP snippet. If I open the generated PDF in IE, and then click on the url "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')"
text-decoration="underline" color="blue">www.ibm.com</fo:basic-link>
Thank you
