Generate PDFs from a PDF Form in iOS
With PSPDFKit, you can generate PDF files from a PDF form.
Filling PDF Form Fields on iOS
PSPDFKit for iOS fully supports the AcroForm standard, and forms can be viewed and filled inside the PDFViewController
.
For more information on filling PDF form fields programmatically, see our guide.
Flattening Form Fields on iOS
Form elements in a PDF document can be flattened in the PSPDFKit UI by sharing (exporting) the document and choosing the Flatten Annotations option. They can also be flattened programmatically using the Processor
class.
For more information on flattening form fields, see our guide.