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

How do I combine multiple pdfs and then export the data into an Excel table

New Here ,
Jan 19, 2016 Jan 19, 2016

I have to send a fillable pdf file to 100+ customers. They have to fill our a form with information such as their first name, last name, age, gender, occupation, etc. They will send these pdfs back to me. How do I export that data, from 100+ different pdf files into a single Excel spreadsheet?

Thanks!
-T

TOPICS
Acrobat SDK and JavaScript
593
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 ,
Jan 19, 2016 Jan 19, 2016

In Acrobat: Tools - Forms - More Form Options - Merge Data Files into Spreadsheet...

You should not merge those files into a single PDF, though, as that will remove all of the date in all of them except for the first one.

If you want to merge them you have to first flatten them.

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 ,
Jan 24, 2016 Jan 24, 2016

Hey,

It didn't quite work.

On each form there could be more than one name. So Row 1 has info client Bob. Row 2 has info on client Carol, etc. When I export the data. Carol's info shows up in the same row as Bob's, I would want her info to show up in a new row. Any thoughts?

Thanks,

T

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 ,
Jan 25, 2016 Jan 25, 2016
LATEST

That would require a custom-made script and Action to implement in Acrobat (Pro), or you could do it using a Macro or something like that in Excel.

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