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_idv37&alloc_id865&op=click
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to