---
title: "Embed data into PDF form on Android | Nutrient SDK"
canonical_url: "https://www.nutrient.io/guides/android/forms/submit-or-save/embed-data-into-pdf/"
md_url: "https://www.nutrient.io/guides/android/forms/submit-or-save/embed-data-into-pdf.md"
last_updated: "2026-06-09T10:25:14.336Z"
description: "Embed form data into PDF files on Android using Nutrient Android SDK. Learn to configure saving options for persistent data retention in your documents."
---

# Embed data into a PDF form on Android

Nutrient Android SDK defaults to writing entered form field values into a PDF file when saving. This means the values will be retained the next time the document is opened. Read more about how to configure saving in our [annotation saving](https://www.nutrient.io/guides/android/annotations/annotation-saving-mechanism.md) guide.

Auto saving of annotations is enabled by default in the [`PdfFragment`](https://www.nutrient.io/api/android/nutrient/com.pspdfkit.ui/-pdf-fragment/index.html). For more details on auto saving and its triggers, see our [auto save](https://www.nutrient.io/guides/android/annotations/annotation-and-bookmark-saving-triggers.md) guide.
---

## Related pages

- [Submit and save PDF forms to a custom destination](/guides/android/forms/submit-or-save/to-custom.md)
- [Submit and save PDF forms to Document Engine on Android](/guides/android/forms/submit-or-save/to-document-engine.md)
- [Submit and save PDF forms to an external destination](/guides/android/forms/form-submission.md)
- [Auto save PDF forms on Android](/guides/android/forms/submit-or-save/auto-save.md)

