pspdfkit-ios-catalog icon indicating copy to clipboard operation
pspdfkit-ios-catalog copied to clipboard

Example projects for PSPDFKit, the iOS PDF SDK.

PSPDFKit for iOS - Catalog

This is the Catalog example app for PSPDFKit for iOS. The project contains a large set of code examples, which illustrate how to set up and customize PSPDFKit for various use cases. You can run the Catalog app on iOS, iPadOS, and Mac Catalyst.

In this project you’ll find sample code for:

  • PDFViewController customizations.
  • Toolbar customizations.
  • Annotation processing with Processor.
  • Document editing with PDFDocumentEditor.
  • Multimedia annotations like videos and GIFs.
  • Forms and digital signatures.
  • Security-related topics like encryption and password protection.
  • Import/export formats like XFDF and JSON.
  • Lots of other use cases.

Requirements

Getting Started

  • Click on the green "Code" button and select the "Open with Xcode" option.1
  • Follow the steps in Xcode to clone and open the project.
  • Build and run.

License

This software is licensed under a modified BSD license.

Additional Resources

  • PSPDFKit for iOS online guides: https://pspdfkit.com/guides/ios/current/
  • PSPDFKit API reference: https://pspdfkit.com/api/ios/
  • PSPDFKit technical customer support: https://pspdfkit.com/support/request/

1 Alternatively, download the code and open Catalog.xcodeproj.