Dear AUC Expert, Using the examples in SDK 7.05 I was able to write a visual basic application that can open a PDF doc and navigate to a page number provided by the VB program. My problem now is that I have both Acrobat and Reader on my machine. The program I modified insists on running Acrobat. How can I get this program to open Reader instead of Acrobat? As far as I can tell from the SDK documentation, the program will work for either Acrobat or Reader. Can you help? I am using Acrobat 7.0.9 and writing the application in Visual Studio 2005 using Visual Basic.
You can progamatically open either with the standard system library tools. In C++ I do this with "shellExecute". I think there is an easier way in VB, but I don't know what it is.
In fact, all the information about the Acrobat installations is in the Registry. Just search though it to find all the versions and variations of Acrobat installed. Then launch the one you want.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script