Copy link to clipboard
Copied
Hello,
I have attached a KMZ file to my PDF and I would like to have the viewer click a link in the document copy and have that file open. How do I do this?
Copy link to clipboard
Copied
As the action of the link object have it execute the following JavaScript code:
this.exportDataObject({cName: "MyFile.kmz", nLaunch: 2});
(replace "MyFile.kmz" with the actual name of the file you attached, of course)
Copy link to clipboard
Copied
I have and Excel with multiple worksheets. Is it possible to have the link open a specific worksheet?
Copy link to clipboard
Copied
No.