Hi,
If you download this PDF
https://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/PDF32000_2008.pdf
open it, then go to the second page, and click on the link, what happens?
(I suspect this is rather a problem of the browser or an Adobe Reader
setting)
Tilman
Am 23.04.2016 um 13:27 schrieb Jana Sefcikova:
Hi, I am using pdfbox to create links inside pdf as follows:
PDAnnotationLink txtLink = new PDAnnotationLink();
// code for setting position
PDActionURI action = new PDActionURI();
action.setURI("http://www.google.com");
txtLink.setAction(action);
But when I open pdf in browser and click on the annotated text, it opens
url in the current tab in the browser.
Can I open links in new tab using pdfbox ? If yes, could you provide some
example ?
Thank you very much
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]