Hello people,
when start Adobe Acrobat (not Adobe Reader) in my VB-project by set AcroApp = createObject("AcroExch.App") and open a Document by set AVDoc = chreatObject("AcroExch.AVDoc") and AVDoch.open "c:\test.pdf" it's work fine.
Now I want start this project on a pc with Reader-installation, then I take a runtime error "429" by set set AcroApp = createObject("AcroExch.App")
How can I get the Reader Application per VB? Is there any chance?
Thanks for your answers
rerawa
PS: dont worry, english isn't my first language, but I hope, you can understand me.
PDF browser controls are available through the AxAcroPDFLib.AxAcroPDF interface, which provides several methods to control the PDF document window, such as
GotoNextPage
GotoPreviousPage
LoadFile
Print
For detailed information, see the Acrobat 9 SDK documentation, which has a chapter called "Developing for Adobe Reader".