---
title: "Generate a PDF with a PDF form in iOS | Nutrient"
canonical_url: "https://www.nutrient.io/guides/ios/pdf-generation/from-pdf-form/"
md_url: "https://www.nutrient.io/guides/ios/pdf-generation/from-pdf-form.md"
last_updated: "2026-06-09T10:25:14.472Z"
description: "Generate a PDF with a PDF form in iOS | guide for Nutrient iOS SDK with detailed instructions and code examples."
---

# Generate PDFs from a PDF form in iOS

With Nutrient, you can generate PDF files from a PDF form.

### Filling PDF form fields  on iOS

Nutrient iOS SDK fully supports the AcroForm standard, and forms can be viewed and filled inside the [`PDFViewController`](https://www.nutrient.io/api/ios/documentation/pspdfkitui/pdfviewcontroller).

For more information on filling PDF form fields programmatically, see [our guide](https://www.nutrient.io/guides/ios/forms/form-filling.md).

### Flattening form fields  on iOS

Form elements in a PDF document can be flattened in the Nutrient UI by sharing (exporting) the document and choosing the **Flatten Annotations** option. They can also be flattened programmatically using the [`Processor`](https://www.nutrient.io/api/ios/documentation/pspdfkit/processor) class.

For more information on flattening form fields, see [our guide](https://www.nutrient.io/guides/ios/forms/flatten.md).
---

## Related pages

- [Generate blank PDFs on iOS](/guides/ios/features/document-creation.md)
- [Generate PDFs from images on iOS](/guides/ios/pdf-generation/from-images.md)
- [Generate PDFs from HTML on iOS](/guides/ios/pdf-generation/from-html.md)
- [PDF generation library for iOS](/guides/ios/pdf-generation.md)
- [Generate a password-protected PDF on iOS](/guides/ios/pdf-generation/password-protected-pdf.md)
- [Generate PDFs from templates on iOS](/guides/ios/miscellaneous/custom-page-templates.md)
- [Generate PDF reports on iOS](/guides/ios/generating-pdfs/generating-pdf-reports.md)
- [Generate PDFs programmatically on iOS](/guides/ios/pdf-generation/programmatically.md)
- [Generate PDF thumbnails on iOS](/guides/ios/pdf-generation/thumbnail-preview.md)

