Re: [iText-questions] Question regarding check boxes in flattened PDF

2004-02-24 Thread Paulo Soares
I've flattened the file you provided using 1.02b with success. The flatenned file you provided is not flattened. The checkbox is not visible because you set the value to "" instead of "Off". AcroFields.getAppearanceStates() will help you with the allowed values. Best Regards, Paulo Soares -

Re: [iText-questions] Question regarding check boxes in flattened PDF

2004-02-19 Thread Paulo Soares
Try it with version 1.02b. If it still doesn't work send me the PDF and the box name. Best Regards, Paulo Soares - Original Message - From: "USB ITEXT" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 19, 2004 1:05 Subject: [iText-question

[iText-questions] Question regarding check boxes in flattened PDF

2004-02-18 Thread USB ITEXT
Hi.   I have populated the PDF form fields with data and flattened it using PDFStamper. But, the check box (a square before the option) for the unchecked options are not visible in the flattened PDF. A radio button is working fine. Is there any way we can get the unselected checkbox visible?   Than