Do the first part with PdfStamper and flattening and then import the pages.

----- Original Message ----- From: "Eric Anderson" <[EMAIL PROTECTED]>
To: <itext-questions@lists.sourceforge.net>
Sent: Monday, December 05, 2005 5:33 PM
Subject: [iText-questions] Copying stamped objects to a document.


Is there anyway to do something like this?

Document document = new Document(PageSize.A4, 10, 10, 10, 10);
document.open();

PdfReader reader = new PdfReader("../docs/pdf/providers_dose_admin.pdf");
PdfStamper stamp = new PdfStamper(reader , out);
AcroFields form = stamp.getAcroFields();

.... fill in forms then flatten?

then

document.add(stamp.getAll()); ??


How can I bring in an already created document with stamps, fill in those stamps and use that in my documents?



-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to