Attach a File to a PDF Form Field on iOS
PDF files can use FileAnnotation
or EmbeddedFile
to embed other files — either PDFs or any other file type. See our Embedded Files guide to learn more.
Out of the box, PSPDFKit doesn’t provide the ability to attach files using drag and drop.
Attaching files using JavaScript on form fields isn’t supported.