Hey all,
I'm stuck on how to make my app work with Acrobat. I've got text fields in my program, and I need to take their values and put them into corresponding form fields in a .pdf file.
Any tips would be greatly appreciated.
Printable View
Hey all,
I'm stuck on how to make my app work with Acrobat. I've got text fields in my program, and I need to take their values and put them into corresponding form fields in a .pdf file.
Any tips would be greatly appreciated.
This has some information on Adobe that might be useful. Good luck!
http://www.coe.uh.edu/pdf/
The file format specification of pdf: http://www.wotsit.org/download.asp?f=pdfspec
(It's 3 MB!)
If anybody else happens upon this with the same problem, I got it figured out. Download the Acrobat SDK from Adobe's website. The FDF Toolkit is included, and will allow you to interface directly with Acrobat forms from VB. Sweet!