Skip to main content
Inspiring
January 7, 2019
Question

Populating multiple pdf forms from Excel data

  • January 7, 2019
  • 1 reply
  • 1697 views

I have an Excel spreadsheet listing various projects. Each project has a Project #, a Title, Cost, etc. which are listed under column headings.

I have an Acrobat form that we would like to populate with information from the spreadsheet; one form per project. The top section of the form will have this information, the rest of the form needs to remain editable.

I have made the fields in the form match the column headings in the Excel file.

So how can I get the information for each project into a corresponding form?

I have tried saving the .xlsx as a Tab Delimited Text file, as demonstrated here, but it didn't work, and will only import one file at a time if it did work.

I need to be able to take this Excel sheet listing (for example) 100 projects and generate 100 individual pdf forms that have the information I need (Project #, Project Title, Cost, etc.)

Is this even possible?

Any help would be greatly appreciated.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
January 7, 2019

This process is called a Mail Merge. You can do it using some versions of the PDF Maker plugin in Excel, or it can be done using a script, like this (paid-for) tool I've developed: Custom-made Adobe Scripts: Acrobat -- Mail Merge and Email PDF Files

akunceAuthor
Inspiring
January 7, 2019

thank you!

I'm going to try your demo, once I can get the admins to help me install the javascript.