Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PDF forms

New Here ,
Apr 04, 2025 Apr 04, 2025

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

 

TOPICS
PDF forms
145
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 04, 2025 Apr 04, 2025

@Judith23964899jt0f if you only 6 of the 50 fields, I would just manually select the text tool and copy the fields

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 04, 2025 Apr 04, 2025
the data is on multiple pages of the form and there are some 60 - 70 forms
submitted at a time.
there has to be a better way!
thanks
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 07, 2025 Apr 07, 2025
LATEST

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

 

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 04, 2025 Apr 04, 2025

var Flds=["Text1","Text2","Text3","Text4","Text5","Text6"];
this.exportAsText(false,Flds);

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines