[email protected] wrote: > Thanks for your response Leonard..What I meant to say here is ,the user > will be defining some fields in a form and then save the form as 'Dynamic > PDF' .So is it possible to read the field values and then populate the > field values in such a 'Dynamic PDF' using itext.
As explained in chapter 8 of the second edition of iText in Action, you can inject XML data into a dynamic PDF form (XFA with repeating Subforms, no AcroForm). The result will still be a dynamic form, you can't flatten those forms with iText (only if there's an AcroForm counterpart). Read http://itextpdf.com/book/ ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
