Copy link to clipboard
Copied
Hi,
I have data of 100s of filled forms which i want to export in excel and then refelect that data into a dashboard.
Copy link to clipboard
Copied
Acrobat has a built-in method for exporting data on the More Menu in the "Prepare Forms" tools.
It has some limitations, for example, its a one shot action. You select the forms for export and it creates a CSV file. There is no built-in method for updating the CSV. Another limitation is that it won't export data from some protected or signed files.
The only other option is a 3rd party tool or create your own.
I've created several JavaScript automation tools for importing and exporting data. You can see some of them here:
https://www.pdfscripting.com/public/Automation-Tool-Descriptions.cfm
and here:
https://www.pdfscripting.com/public/Form-Data-Handling.cfm
I've also created an Action (batch process) for exporting to a CSV file. This tool also keeps a log of all imported files and can update the CSV with new files at anytime. Contact me if you are interested.
Copy link to clipboard
Copied
Acrobat has a built-in method for exporting data on the More Menu in the "Prepare Forms" tools.
It has some limitations, for example, its a one shot action. You select the forms for export and it creates a CSV file. There is no built-in method for updating the CSV. Another limitation is that it won't export data from some protected or signed files.
The only other option is a 3rd party tool or create your own.
I've created several JavaScript automation tools for importing and exporting data. You can see some of them here:
https://www.pdfscripting.com/public/Automation-Tool-Descriptions.cfm
and here:
https://www.pdfscripting.com/public/Form-Data-Handling.cfm
I've also created an Action (batch process) for exporting to a CSV file. This tool also keeps a log of all imported files and can update the CSV with new files at anytime. Contact me if you are interested.
Copy link to clipboard
Copied
2. You can't do that automatically. You will have to re-run the entire process using the new files. You also can't append data to an existing spreadsheet, only create new ones. In Excel you can then import that data into your existing file.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now