How do I populate multiple records of data into a PDF form like a mail-merge?

Posted by user38801 on Super User See other posts from Super User or by user38801
Published on 2010-06-01T00:48:40Z Indexed on 2010/06/01 0:54 UTC
Read the original article Hit count: 200

Filed under:
|
|
|

I have Acrobat Pro, and I have a PDF with a form on it. Assuming the fields in the form correspond to a data source (like rows in an RDBMS table or xml file), I want to then print multiple copies of the PDF file, with each copy having the values of a different row in the data source.

It is preferable to directly interface with an actual database, rather than having to save an XML file every time I do this. If this involves programming that's cool too, I only posted here because the question didn't seem appropriate for StackOverflow.

Thanks!

© Super User or respective owner

Related posts about database

Related posts about data