These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Acrobat SDK and Form Data

f4corsair
Registered: Oct 8 2007
Posts: 4

Does someone have a simple block of code to access the form data in a fillable form PDF using the Acrobat SDK?
 
I can access the fields collection, but I cannot access the form data contained within.
 
Thanks!

My Product Information:
Acrobat Standard 8, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
The SDK is primarily concerned with COS level access. You want some higher level functions for form field Handling. These functions are located in the "Forms API", which is an HFT in the SDK. You can include it when you run the plug-in wizard for a new project. The documentation should be in your Acrobat SDK documentation.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script