Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.64 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.64 KB

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


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