Copy link to clipboard
Copied
Is there a way to interact with COM/OLE, specifically the AcroExch.app function, without the need of a full Acrobat Pro/Std installation?
If not, is there any licensing specifically allowing these actions? Or I need a full install of Acrobat it should work.
Thank you
You can do all these things with the PDFLibrary – some more easily than others, but all possible.
Copy link to clipboard
Copied
No, you need Acrobat installed for this to work. There is no way around that, because the functionality you want to use is actually implemented in Acrobat.
Copy link to clipboard
Copied
What is with the PDF Library SDK, can this be used? Adobe PDF Library SDK
Copy link to clipboard
Copied
The PDF Library does not need Acrobat. It offers a C++ API, not OLE, and does not have all the features of Acrobat (eg no file conversion). Licensing by negotiation.
Copy link to clipboard
Copied
Hi,
Thanks for your response. is the AcroExch.app function avail in the Library? or, is there another function that would perform the same?
Do I need to talk to Adobe directly to see exactly what we want to do with the library?
Copy link to clipboard
Copied
No, AcroExch.App is not available in the library. This is an OLE interface, and as I said you do not get an OLE interface to the library. Whether you can do what you want to do depends on your needs. It isn't one function, you would need to examine and carefully reprogram after deep study of the library. The library is licensed, on behalf of Adobe, by DataLogics. You could contact them, but we might be able to help if you understand your needs in technical detail.
Copy link to clipboard
Copied
Hi, we actually need it for two separate programs, one which I want to discuss.
We want the library to perform the following;
Once these steps are complete, the user will see on their screen the complete PDF, using their Reader.
There is definitely some actions t hat I missed, but first lets see if the above is possible with the library, and then we will go more in depth.
Thank you!
Copy link to clipboard
Copied
You can do all these things with the PDFLibrary – some more easily than others, but all possible.
Copy link to clipboard
Copied
Thanks a lot!
I will start getting together more details on this project.
Where would I get Licensing details? And, can I post here technical questions on how to use some functions in the library (if/when we get stuck)?
Also, our applications are on VB.Net, can the library be applied to that?
Copy link to clipboard
Copied
Datalogics.com does the licensing of the library and includes support (though you can ask here too..)