Hello,

I got an formular with checkboxes and textfields. I want to fill these
acrofields from my JAVA-App. 

Here ist my Source how I get all my Acrofields:
        
            PdfStamper stamper = new PdfStamper(reader, baos);
            AcroFields acroFields = stamper.getAcroFields();

            hash = acroFields.getFields();

After that I iterate over the hash and fill the Acrofields with the values.
For textfields it is OK if they have the same name but with the checkboxes
this won't work. The first checkbox is filled but the second is none.

How can I solve this problem? Any ideas?

Thx a lot forward ;)
-- 
View this message in context: 
http://www.nabble.com/Acrofields%3A-Filling-2-Checkbox-with-same-name-with-one-value-tp25151155p25151155.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
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/

Reply via email to