An open API service indexing awesome lists of open source software.

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.

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`.