SushantPatil wrote: > Hi, > > I have an XFA Form Pdf file. I want to set the values of XFA form Fields > dyanmically. > so anyone knows how to stamp XFA form. could you please reply if anyone > knows.
I assume that you want to fill out the XFA form, not to stamp it. You'll find examples on how to fill out static and dynamic XFA forms in chapter 8 of the second edition of "iText in Action". iText is able to flatten static XFA forms with an AcroForm counterpart. It can fill out other XFA forms without flattening them. You can find a link to the book here: http://itextpdf.com/book/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ 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/
