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

Export Form Data with VBS

DougN
Registered: Feb 16 2010
Posts: 7

Hello Forum,
 
I am looking for the sample VBS coding to export the form data to a file in either FDF or XML format.
 
Could you please provide the sample coding if you have done this before. Any suggestion/help is greatly appreciated.
 
Doug.

My Product Information:
Acrobat Pro 8.0, Windows
DougN
Registered: Feb 16 2010
Posts: 7
Is this request even possible?

Thanks
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1875
Yes, it's possible. There are several ways to do this. I'd be inclined to the the JSObject along with the doc.exportAsFDF method.

You can also use the ExportAsFDF method of the Fields object: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/IAC_API_FormsIntro.107.46.php

If you get stuck, it would help to see what code you've come up with so far.
DougN
Registered: Feb 16 2010
Posts: 7
Thank you for the leads George.