I would like to populate one pdf form with multiple sets of
data and create one finished pdf form. I have a pdf form that was
designed to create a one page letter. I brought the pdf into Adobe
LiveCycle Designer and inserted interactive fields for population
inside of ColdFusion. I have written a ColdFusion program to
populate my form using <cfpdfform action="populate">. This
was successful. If I merge one set of data 1 receive 1 pdf output.
If I want to loop through multiple sets of data, I receive multiple
pdf outputs. What I would like to receive, is one pdf with multiple
pages of populated forms. How can I accomplish this.
↧