This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/react-native/forms/embed-data-into-pdf.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Embed data into PDF form in React Native | Nutrient SDK

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 to learn more.