Hello,
We have a PowerBuilder 12.6 application and we would now like to start embedding the OCX control for the full Adobe Acrobat X product (not the Reader, but the full Acrobat)
We have Adobe Acrobat X installed on our development machine and PowerBuilder's Browser Window shows that the Adobe PDF Reader is registered as an OLE Custom Control.
However, it appears that this control is not the full Acrobat product and is actually just the Reader. (We want to be able to save changes to PDF documents which is why we need the full Acrobat product). The InprocServer32 = C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\AcroPDF.dll.
What needs to be done (if this is even possible) to register the full Acrobat OCX (dll) control so that we can insert it as an OLE Object on a Window.
We've been able to use ConnectToNewObject('AcroExch.App') as a test to see if Acrobat X opens, but we want to be able to embed the Acrobat X Writer on a Response Window for the UI
Thanks in advance for your help.