Copy link to clipboard
Copied
What is the command to open a MHTML document link on another browser window instead of opening over the window with the PDF file?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now