Answered
I am trying to write a simple program that would read the data from pdf form into a text file,
and in the process trying to reference the acroform.api plug in..
It allows me to select but does not add any reference and when I run the program I still get error saying missing libraries..
a) can I use acrform.api plugin from the acrobat reader or does it have to be from full professional version only..
fails executing these lines of code
Dim formApp As AFORMAUTLib.AFormApp
Dim acroForm As AFORMAUTLib.Fields
Dim Field As AFORMAUTLib.Field
Thanks in advance.
Here are some articles on using Microsoft VBA with Acrobat API:
http://www.khk.net/wordpress/2009/03/04/adobe-acrobat-and-vba-an-introduction/
http://www.khk.net/wordpress/2009/03/11/acrobat-javascript-and-vb-walk-into-a-bar/
Hope this works for you.