Drag-and-Drop Annotations on iOS

PSPDFKit for iOS enables you to create annotations by dragging and dropping elements onto a document page. These elements are then converted into PDF annotations. Here’s the list of currently supported drop interactions:

  • Dropping text on a document page. The text will be converted into a free text annotation.

  • Dropping an image on a document page. The image will be converted into an image stamp annotation.

  • Dropping a PDF on a document page. The PDF will be converted into an image stamp annotation of the first page of the dropped document.

To learn more about how to configure drag and drop, check out the drag-and-drop configuration guide.