Copy link to clipboard
Copied
What is the best way to extract select data from a filled in pdf form?
The export feature extracts everything but I need only 6 of 50 named fields.
thanks
Copy link to clipboard
Copied
@Judith23964899jt0f if you only 6 of the 50 fields, I would just manually select the text tool and copy the fields
Copy link to clipboard
Copied
Copy link to clipboard
Copied
You'll find several data extraction tools here:
https://www.pdfscripting.com/public/Automation-Tool-Descriptions.cfm
And info on PDF form data handling here:
https://www.pdfscripting.com/public/Form-Data-Handling.cfm
Copy link to clipboard
Copied
var Flds=["Text1","Text2","Text3","Text4","Text5","Text6"];
this.exportAsText(false,Flds);