Matthew
2006-12-27 11:09:42 UTC
Hello
I have only been working with iTextSharp for today and am really impressed
with its wide range of capabilities. Please forgive me if this has been
answered already, I have searched the mailing list for about an hour with no
luck.
I would like to take a pdf form creating in adobe designer and the as I
itterate through records in a database create a single multi page pdf
document with each record using a copy of the template. This functionality
is similar to a mail merge operation suing MSWord. At the moment I can read
the template and fill out the form fields once using PdfStamper, what I'm
stuck on is how to get the template multiple times and use it to create
multiple pages, I guess I have to flatten at the end of each record so that
the next time I use SetField() there is only one instance.
Anyway, any help or rough design on how this would work would be great.
Should I order the book iText In Action, is it applicable for iTextSharp?
Cheers
Matthew
I have only been working with iTextSharp for today and am really impressed
with its wide range of capabilities. Please forgive me if this has been
answered already, I have searched the mailing list for about an hour with no
luck.
I would like to take a pdf form creating in adobe designer and the as I
itterate through records in a database create a single multi page pdf
document with each record using a copy of the template. This functionality
is similar to a mail merge operation suing MSWord. At the moment I can read
the template and fill out the form fields once using PdfStamper, what I'm
stuck on is how to get the template multiple times and use it to create
multiple pages, I guess I have to flatten at the end of each record so that
the next time I use SetField() there is only one instance.
Anyway, any help or rough design on how this would work would be great.
Should I order the book iText In Action, is it applicable for iTextSharp?
Cheers
Matthew