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

Question about setting up file to open new window in browser

New Here ,
Apr 19, 2017 Apr 19, 2017

Copy link to clipboard

Copied

Hello! I am in dire need of some info. Looking to set up my interactive PDF so that when it's opened in a browser, the hyperlinks open a different window instead of leading the end user away from the PDF. Not a good user experience. THank you!

TOPICS
Edit and convert PDFs

Views

172

Translate

Translate

Report

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
LEGEND ,
Apr 19, 2017 Apr 19, 2017

Copy link to clipboard

Copied

Have you looked at the properties of the link and how they are opening the hyper links?

Also your users may need to set their Reader's application to open links in a new window.

Votes

Translate

Translate

Report

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 ,
Apr 19, 2017 Apr 19, 2017

Copy link to clipboard

Copied

LATEST

The only way to do that is by converting your links from opening a web-page to running a script with this code:

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

(replace the Adobe URL with the actual one you want to use, of course)

Votes

Translate

Translate

Report

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