On 11/08/2011 22:30, Sanjeev Sharma wrote: > I have tried the following and it did not do any better That's strange. Stuff like this works for me. For instance: File1.pdf is the PDF with the hidden field (with writer.addAnnotation()). File2.pdf is the PDF where I change the content of the hidden field (with form.setField()). If I now ask file2.pdf for the value of the hidden field, I get the correct value. I'm 99% sure that's also the case when you run that test.
Maybe it doesn't work because you're not using the correct syntax to get the value from that field from within the SWF. In any case, this goes beyond what you can expect for free: in subsequent answers, we're building your app. ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ 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
