Skip to main content
Participant
December 16, 2019
Question

How to export Form Fields to .csv

  • December 16, 2019
  • 1 reply
  • 356 views

In Adobe Acrobat DC, I would like to export ALL form fields (field id's) in order that they appear on the form to a .csv file.  Can you provide instructions?

This topic has been closed for replies.

1 reply

Thom Parker
Community Expert
Community Expert
December 16, 2019

With an Acrobat Form the order of the columns in the CSV, or any of the export data formats matches the order of the Form Field annots listed in the Page Annots array. This seems a slightly crazy way to do it. But it matches the order inwhich the fields were added to the form. 

 

If you want to map the data to a custom arrangment, then you need a script to do it. 

 

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often