This example shows how PSPDFKit for Web can be integrated in an Angular project. This project was generated with Angular CLI version 13.0.2., although some simplifications have been made to focus on integrating PSPDFKit. For more guided instructions, check out our blog post.
PSPDFKit offers support for customers with an active SDK license via https://pspdfkit.com/support/request
Are you evaluating our SDK? That's great, we're happy to help out! To make sure this is fast, please use a work email and have someone from your company fill out our sales form: https://pspdfkit.com/sales
Clone the repo:
git clone https://github.com/PSPDFKit/pspdfkit-web-example-angular
cd pspdfkit-web-example-angular
Install the project dependencies:
npm install
npm start
The example will now be running at http://localhost:4200
If you encounter any issues running PSPDFKit for Web in an Angular application, please check our dedicated Troubleshooting guide to see if there is already a solution.