Not sure if this has been asked and answered - bought the iText in Action
(Version 2) book specifically for this issue. I have created a PDF using
Adobe Designer and Adobe Reader enabled it in Acrobat. I can open it add
text and save it all day long.

With iText I am using the Stamper method to merge data to the Fields - 

i.e. PdfStamper stamp = new PdfStamper(r, out);

It merges the file properly but completely flattens the file - which makes
sense from what I read. I need to When I try 

PdfStamper stamp = new PdfStamper(r, out, '\0',  true);

The file remains editable but no text gets merged. Am I missing something?
The goal is to merge data from a database into a PDF template and
automatically email it out for further comments. This has to be something
someone else has run into. I am open to any suggestions - except that it
can't be done.

--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Editable-Save-able-Encrypted-PDFs-Possible-tp3248937p3346865.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to