There is a field in existing pdf document with the name: fieldname = topmostSubform[0].Page1[0].changedCondition[0]
The value of this field is "1" and I know that it is a check box. I am making the call: PdfStamper.AcroFields.SetField(fieldname, "Yes"); and the value in this field does not change. When I have the field name as a simple string everything works fine. What could be the issue? I am using latest iTextCSharp. ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions 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
