---
title: "Embed data into PDF form in React Native | Nutrient SDK"
canonical_url: "https://www.nutrient.io/guides/react-native/forms/embed-data-into-pdf/"
md_url: "https://www.nutrient.io/guides/react-native/forms/embed-data-into-pdf.md"
last_updated: "2026-05-22T14:49:21.711Z"
description: "Discover how PDF form elements function as widget annotations for interactive features. Learn to embed annotations into your PDFs effectively."
---

# Embed data into PDF forms in React Native

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.

As such, form data can be embedded into a PDF in the same way that annotations can be embedded. See our guide on [embedding annotations](https://www.nutrient.io/guides/react-native/annotations/save/embed-into-pdf.md) to learn more.
---

## Related pages

- [Extract data from PDF form fields in React Native](/guides/react-native/forms/extract-form-data.md)
- [PDF form library for React Native](/guides/react-native/forms.md)
- [Flatten PDF form fields in React Native](/guides/react-native/forms/flatten.md)

