Skip to main content
Participant
August 16, 2016
Question

Hyperlinks to open in new browser window

  • August 16, 2016
  • 1 reply
  • 711 views

The PDFs have hyperlinks to other webpages, when I open the PDF in the browser, the hyperlinks are getting accessed in the same current window, I want to open the hyperlinks in a new !window ! ! !.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
August 16, 2016

You'll need to convert the links to JavaScript code, with the following structure:

app.launchURL("http://www.adobe.com", true);

But there's no guarantee that will work, either. It depends on the browser used.

Participant
August 16, 2016

Hi try67​ I have done tried that. hence no lucky at all!