I am a beginner. Here is what I want to do. I am writing a visual basic (VB) program to navigate through a number of PDF files. I know how to open a PDF file using VB Code. I want to go one step further and have the ability to code the VB program to navigate to a known page number within the PDF file. Any Suggestions?
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Click on the documentation tab and scroll down to the Interapplication Communication docs.
There are two methods. The first one is to acquire the "AVPageView" object from the AVDoc, and then use the "GoTo()" function.
The second method is to acquire the "JSO" object from the "PDDoc" and then use the regular JavaScript "doc.pageNum" property.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script