In Visual Studio, I added a reference to Adobe Acrobat Browser Control Type Library. It appeared in the list of COM libraries. That somehow added AcroPDFLib to my references. It also added an AxAcroPDF "gadget" (Microsoft called them "controls") that I could drag on to my form. Then, in code, I could say,
Code: Select all
AxAcroPDF.LoadFile(PDFfileName$)
How to do this in PureBasic, aside from the Web Gadget way?