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!

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Do you have MS Word? I've never heard of the ability to do a mail merge in acrobat but i might be wrong. Why not just do a mail merge in word? If you want the mail merge to be a pdf (for whatever reason) just send it to the pdf printer rather than your regular printer.

link|improve this answer
I already have the PDF, I was hoping I could use the form on it as described above to print – Justin Jun 1 '10 at 14:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.