Robert Everland III wrote: > I'm using a stamper to fill in the fields of PDF. I just tried > PdfBoolean.TRUE, that did not work. No errors, just won't check the checkbox.
pdfStamper? yeah it's setField methods want strings. i guess start dumb, does getFieldType on that field return FIELD_TYPE_CHECKBOX (i think 2)? i don't recall ever dealing w/checkboxes (ie quick code search here comes up empty) but from the examples it looks like a button/widget that you have to actually draw the checkbox so i'm not exactly sure how this thing will behave as an acrofield. you might have to ask on the itext list. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243449 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

