How to automate Acrobat Reader
I have an application that does simple automation of Microsoft Word via COM calls - I can open a document, merge application data, and either let the user review & print or execute and print silently.
However, many of my customers use fillble PDF forms generated by a third party. I would like to automate these forms in a similar fashion to save users the hassle of re-keying data that's already entered in my application. I don't need to edit the PDF itself - just fill in the edit fields and check boxes. What would I need in order to do this? Is there a SDK of COM calls for automation, and if so, is there a way to identify and retrieve the names/handles of all of the fill-in fields & checkboxes on a PDF? Alternatively, is there an ActiveX component that would enable me to do something similar?
As things stand, I've been creating Word documents patterned after my customers' PDF files, but that is a horribly tedious and imprecise exercise. PDFs have become the de facto standard for document forms, and I would very much like to be able to automate them directly from my application.
Many thanks in advance for any help you can offer!
