I have two pdf files that are linked internally and between each other. They work fine when run in Adobe Acrobat, but if you open one of the files in Internet Explorer, the internal links work just fine, but the links that go between the two files don't work. I was told there is nothing that can be done to fix this problem, Is that true?
You need to use the Open a web page action and set the link to a URL where the PDFs are hosted such as: (http://www.mycompany.com/myFile.pdf).
If you want to use JavaScript, then the code would be: app.launchURL(“http://www.mycompany.com/file.
pdfâ€, true);
The true switch opens the link in a new browser window. If you want the link to open in the same window substitute true with false.
ted
The author of numerous books on Acrobat, Photoshop, Illustrator and the Adobe Creative Suite, and an international speaker on Adobe Acrobat, Ted Padova is a well-known PDF guru.