This email corrects a typo from the previous one ...

(1) I have three templates with AcroFields:

france.pdf
germany.pdf
england.pdf

(2) I create three stampers with an output stream of ByteArrayOutputStream,
fill in the fields, flatten the content and close each stamper (??? -- I'm
assuming I should close each stamper at this point, but I'm not sure yet).
Some of the templates will have identical field names, but I think
flattening each stamper will solve this problem.  That gives me these three
Java objects:

stamperFrance -- has 1 to X pages
stamperGermany -- has 1 to Y pages
stamperEngland -- has 1 to Z pages

(3) At this point, nothing has been written to disk.  No other writers
exist.  No other document exists.  I want to combine the contents from all
three stampers into one multi-page (X+Y+Z), form-flattened output PDF named
Europe.pdf.

(4) My question:  What the most efficient way to accomplish this goal.

Thanks.


David Woosley


David Woosley
AppNation Inc.
1-800-328-9667
www.appnation.com






-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to