You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We used to use RadioCheckField in 1.3.30 to create Radiogroups and Checkboxes. For that we used: getRadioField() and getCheckField(). These methods do not exist in 1.4 and 2.0 anymore, and the deprecation JavaDoc said use getKidField() and getFullField() respectively.
One of the problems if OpenPDF (since iText 2.1.7) is that the documentation is not really good, and the coverage is low, some changes may break the code more often than desired :-(
Describe the solution you'd like
An example of the usage of the actual RadioCheckField would be great. Using:
Is your feature request related to a problem? Please describe.
We used to use
RadioCheckField
in 1.3.30 to create Radiogroups and Checkboxes. For that we used:getRadioField()
andgetCheckField()
. These methods do not exist in 1.4 and 2.0 anymore, and the deprecation JavaDoc said usegetKidField()
andgetFullField()
respectively.One of the problems if OpenPDF (since iText 2.1.7) is that the documentation is not really good, and the coverage is low, some changes may break the code more often than desired :-(
Describe the solution you'd like
An example of the usage of the actual
RadioCheckField
would be great. Using:RadioCheckField(PdfWriter, String, String)
getKidField()
getFullField()
getCheckboxParent()
Describe alternatives you've considered
Alternatives could be:
PdfFormField
instead like the example incom.lowagie.examples.forms.FormRadioButton
The text was updated successfully, but these errors were encountered: