Example projects for React Native PDF library
PSPDFKit ships with a couple example projects to help you get up and running faster.
PSPDFKit Catalog
The Catalog example project contains several examples. In this project, you’ll find sample code for:
-
Toolbar customizations
-
Annotation processing
-
Programmatic form filling
-
Custom configurations
-
Lots of other use cases
This Catalog example is available as a source-available project on GitHub.
To download and run the Catalog example on Android and iOS, you can follow these getting started instructions.
PSPDFKit Native Catalog
The Native Catalog shows you how to leverage the native Android PdfView
and iOS PSPDFViewController
modules in your view manager to provide more advanced integrations with PSPDFKit while still using React Native where possible.
To download and run the NativeCatalog example, you can follow these getting started instructions.