Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Hyperlinks to open in new browser window

New Here ,
Aug 16, 2016 Aug 16, 2016

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 ! ! !.

TOPICS
Acrobat SDK and JavaScript
653
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 16, 2016 Aug 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 16, 2016 Aug 16, 2016
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines