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

Way to Automate a Merge/Text Fileld Extraction from Multiple PDFS

Explorer ,
Feb 28, 2020 Feb 28, 2020

Copy link to clipboard

Copied

So a bit new to Acrobat. I have a ton of proposal PDFs I have to go through and pull out specific fields - and searching for some way to automate the process insteacd of opening each one and searching for the field and then copy and paste to word or excel.

 

So say I have people that filled out Fillable-Proposal.pdf and sent it in. On each .pdf I need to delete the first and last pages and merge them into one giant .pdf.

 

Is it also possible to somehow have something that finds Text_FieldA for each pdf and exports that text somewhere?

Ugh - this is why you have people fill this stuff out online! That way you have a database you can pull from!!!

TOPICS
Acrobat SDK and JavaScript

Views

192

Translate

Translate

Report

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 ,
Feb 28, 2020 Feb 28, 2020

Copy link to clipboard

Copied

You can use the Merge Data Files into Spreadsheet command in Acrobat to export all the data from all of the files to a single spreadsheet. Then open it in Excel and delete all the columns, except for the one you're interested in.

Votes

Translate

Translate

Report

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 ,
Feb 29, 2020 Feb 29, 2020

Copy link to clipboard

Copied

LATEST

It is also possible to use an Action (batch process) script to collect all the data into a single list and then generate an attached csv file or text file. 

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

Votes

Translate

Translate

Report

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