https://github.com/pspdfkit/pspdfkit-ios-catalog
Example projects for PSPDFKit, the iOS PDF SDK.
https://github.com/pspdfkit/pspdfkit-ios-catalog
ios pdf pdfkit pspdfkit swift swiftui
Last synced: about 1 month ago
JSON representation
Example projects for PSPDFKit, the iOS PDF SDK.
- Host: GitHub
- URL: https://github.com/pspdfkit/pspdfkit-ios-catalog
- Owner: PSPDFKit
- License: other
- Created: 2020-10-14T13:04:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T15:34:53.000Z (about 2 months ago)
- Last Synced: 2025-04-10T01:13:11.440Z (about 1 month ago)
- Topics: ios, pdf, pdfkit, pspdfkit, swift, swiftui
- Language: Swift
- Homepage: https://pspdfkit.com/
- Size: 25.4 MB
- Stars: 62
- Watchers: 9
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nutrient iOS SDK - Catalog
This is the Catalog example app for [Nutrient iOS SDK](https://www.nutrient.io/sdk/ios). The project contains a large set of code examples, which illustrate how to set up and customize Nutrient for various use cases. You can run the Catalog app on iOS, iPadOS, Mac Catalyst, and visionOS.
In this project you’ll find sample code for:
- [`PDFView`](https://www.nutrient.io/api/ios/documentation/pspdfkitui/pdfview) and [`PDFViewController`](https://www.nutrient.io/api/ios/documentation/pspdfkitui/pdfviewcontroller/) customizations.
- Toolbar customizations.
- Annotation processing with [`Processor`](https://www.nutrient.io/api/ios/documentation/pspdfkit/processor/)
- Document editing with [`PDFDocumentEditor`](https://www.nutrient.io/api/ios/documentation/pspdfkit/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
* The latest [Xcode](https://developer.apple.com/xcode/).
## Getting Started
* Click on the green “Code” button and select the “Open with Xcode” option.[1](#footnote1)
* Follow the steps in Xcode to clone and open the project.
* Build and run.## License
This software is licensed under a [modified BSD license](LICENSE).
## Additional Resources
* [Nutrient iOS SDK guides](https://www.nutrient.io/guides/ios/)
* [Nutrient iOS SDK API reference](https://www.nutrient.io/api/ios/)
* [Nutrient technical customer support](https://www.nutrient.io/support/request/)---
1 Alternatively, [download the code](https://github.com/PSPDFKit/pspdfkit-ios-catalog/archive/master.zip) and open `Catalog.xcodeproj`.