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

MHTML Document

New Here ,
Jul 12, 2018 Jul 12, 2018

What is the command to open a MHTML document link on another browser window instead of opening over the window with the PDF file?

TOPICS
PDF forms
1.8K
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
1 ACCEPTED SOLUTION
Community Expert ,
Jul 12, 2018 Jul 12, 2018
LATEST

You can do it using this script:

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

Replace the first parameter with the actual URL, of course.

Keep in mind this will only work when the file is opened using Adobe software, though.

View solution in original post

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 12, 2018 Jul 12, 2018
LATEST

You can do it using this script:

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

Replace the first parameter with the actual URL, of course.

Keep in mind this will only work when the file is opened using Adobe software, though.

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