Hi, I'm looking for some help with my Toolbutton. I know how to create one embedded in to specific Document but I can't set a function that will perform "Go To Page in Another Document". If someone know the answer I will be very grateful for your help.
var oDoc = app.openDoc(...);
oDoc.pageNum = ...;
The other document must be "disclosed" in order for a script in another PDF to use it. Place this code in a document script:
this.disclosed = true;
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script