This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/android/forms/introduction-to-forms/data-formats.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Store PDF form data on Android easily

Under the hood, PDF form elements are a type of PDF annotation called “widget” annotations. They’re used to implement interactive form elements, such as buttons, checkboxes, combo boxes, and more.

Widgets that can hold a value — like checkboxes, combo boxes, and text fields — store their data separately in an entity called a form field. All data formats Nutrient supports for encoding annotations are designed to also encode the values of form fields. See our annotation data formats guide to learn more.