D
Dean B
I'm tring to use OLE Automation to open a pdf file and go to a specific page.
I've set a reference to the Adobe Acrobat 7.0 Browser Control Type Library
which uses AcroPDF.dll. When I use the code:
Dim App2 As New AcroPDFLib.AcroPDF
it opens up the class AcroPDF and its members. It has been suggested to me
to use "LoadFile" and "SetCurrentPage" to open a file and go to a specific
page, but I just can't get the code right to open the pdf file in Acrobat
Reader and go to a specific page. I have a large (460 page) pdf catalog and
in my order entry application, I would like a user to be able to open the
catalog at a page associated with the SKU that they are entering.
Any help in creating the OLE Automation code would be greatly appreciated.
Thanks.
I've set a reference to the Adobe Acrobat 7.0 Browser Control Type Library
which uses AcroPDF.dll. When I use the code:
Dim App2 As New AcroPDFLib.AcroPDF
it opens up the class AcroPDF and its members. It has been suggested to me
to use "LoadFile" and "SetCurrentPage" to open a file and go to a specific
page, but I just can't get the code right to open the pdf file in Acrobat
Reader and go to a specific page. I have a large (460 page) pdf catalog and
in my order entry application, I would like a user to be able to open the
catalog at a page associated with the SKU that they are entering.
Any help in creating the OLE Automation code would be greatly appreciated.
Thanks.