Re: [iText-questions] Question about checking off checkboxes in java

2005-08-05 Thread Paulo Soares
Are you sure the check value is not "Yes" or "On". Call AcroFields.getAppearanceStates() for the allowed values. - Original Message - From: "Chad Wheeler" <[EMAIL PROTECTED]> To: Sent: Friday, August 05, 2005 4:06 PM Subject: [iText-questions] Quest

[iText-questions] Question about checking off checkboxes in java

2005-08-05 Thread Chad Wheeler
How would I check off a checkbox in a PDF that has already been created?  Right now I am using this code form.setField("CheckYes", "true");  .  I type in my field name and I type in true for the value but this code does not work.  Does anyone have an answer to this problem?  Thank you.