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

Open PDF links in new browser tab

New Here ,
Jul 04, 2016 Jul 04, 2016

I am embedding links into my PDF via Acrobat. I want to know if there is a way to customize the links within a PDF so that when the user views the PDF while in a browser, the links will open up in a new tab. Is there any javascript I can insert or another route I can take? Currently, when you click on a link in the PDF while viewing in a browser, the link opens up in the same window and you lose your place (which is a poor user experience.)

TOPICS
Acrobat SDK and JavaScript
720
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 ,
Jul 05, 2016 Jul 05, 2016

You can use this code, but it might not work in all browsers:

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

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 ,
Oct 15, 2017 Oct 15, 2017
LATEST

Over a year since this was posted, and sadly it does not appear to be corrected yet!  I'm using the "previous view" (..or 'go back'..) but that's nuts.

Anyone aware of a fix yet?

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