Supported PDF form fields on Android

Nutrient supports all form types specified by the PDF specification.

TypeField objectAnnotation object
Check, radio, and push buttonsButtonFormFieldButtonFormElement
List and combo boxesChoiceFormFieldChoiceFormElement
TextTextFormFieldTextFormElement
SignaturesSignatureFormFieldSignatureFormElement

We differentiate between field objects and annotation objects; field objects have no visual representation of their own and are represented by FormField, while annotation objects are visual representations of a single control inside a form field and are represented by FormElement.