Form field support in our Android PDF viewer
Filling form fields using the UI provided by Nutrient Android SDK is extremely simple and intuitive.
Forms fields can be of different types, as defined by the PDF specification. They help cover a wide range of standards — from text fields to signatures fields.
Text field
Text fields accept alphanumeric text.
Checkbox
Checkboxes are fields that indicate an on/off state.
Radio button
Radio buttons present a selection of choices.
Combo box
Combo boxes are dropdown lists of choices.
List box
List boxes are scrollable lists of choices.
Signature
Signature fields serve to present unique digital signatures.
Button
Buttons represent assignable actions.
ℹ️ Note: Buttons are usually associated with forms, but they can be added to any document. Buttons let users initiate one or more actions — like opening files, playing sounds, or submitting data to a server.