---
title: "Store PDF form data on Android easily"
canonical_url: "https://www.nutrient.io/guides/android/forms/introduction-to-forms/data-formats/"
md_url: "https://www.nutrient.io/guides/android/forms/introduction-to-forms/data-formats.md"
last_updated: "2026-05-15T19:10:04.908Z"
description: "Learn how to store PDF form data on Android using widget annotations for interactive forms like checkboxes and text fields."
---

# Efficiently store PDF form data on Android

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](https://www.nutrient.io/guides/android/annotations/introduction-to-annotations/data-formats.md) guide to learn more.
---

## Related pages

- [Understanding interactive PDF forms and their benefits](/guides/android/forms/introduction-to-forms/what-are-forms.md)
- [Supported PDF form fields on Android](/guides/android/forms/introduction-to-forms.md)

