OLE pdf control
I need a low level OLE control for reading, creating and modifying pdf files. I will use it with Visual FoxPro. By low le开发者_开发问答vel I mean that I won't need any extra software to install on the client machine.
Long story short, I need something like iText.
Preferably free or cheap. Thanks.
QuickPDF includes a pure Win32 DLL based version and is reasonably cheap at $249 with no runtime license fees. You would just need to copy the DLL in the same directory as your application.
www.quickpdf.com
I don't know what you mean about "open"ing DLLs, however, VFP CAN make calls to DLLs via DECLARE statements to expose them... its done quite regularly with many Windows API calls.
However, you specific need of dealing with PDFs to modify poses another question... What is it you plan on trying to "modify"?
精彩评论