Skip to content

v0.9.5

Compare
Choose a tag to compare
@vkononov vkononov released this 16 Sep 14:54
· 13 commits to master since this release
8419a05

Fixed a bug that changed a checkbox's appearance when checked.

Using iText's setValue function for PdfFormField without a second parameter would automatically set the boolean generateAppearance to true, thus changing all checkboxes - be they a check, a circle, a diamond, or other - to a cross. By setting generateAppearance to false for PdfButtonFormField fields only, the checkbox appearance will remain unchanged.