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

https://github.com/pspdfkit/pspdfkit-web-example-angular

Example of how to integrate PSPDFKit for Web in an Angular project
https://github.com/pspdfkit/pspdfkit-web-example-angular

Last synced: 12 months ago
JSON representation

Example of how to integrate PSPDFKit for Web in an Angular project

Awesome Lists containing this project

README

          

> ⚠️ **Repository Moved**
> This repository has been moved to https://github.com/PSPDFKit/nutrient-web-examples/tree/main/examples/angular.
> Please update your bookmarks and issues accordingly.
>
> This repo is now archived and will no longer receive updates.

# Nutrient Web SDK Angular Example

This example shows how Nutrient Web SDK can be integrated in an Angular project. This project was generated with [Angular CLI](https://github.com/angular/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](https://www.nutrient.io/blog/2021/how-to-build-an-angular-pdf-viewer/).

## Prerequisites

- [Node.js](https://nodejs.org)

## Support, Issues and License Questions

PSPDFKit offers support for customers with an active SDK license via [https://www.nutrient.io/support/request](https://www.nutrient.io/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://www.nutrient.io/sales](https://www.nutrient.io/sales)

## Getting Started

Clone the repo:

```bash
git clone https://github.com/PSPDFKit/pspdfkit-web-example-angular
cd pspdfkit-web-example-angular
```

Install the project dependencies:

```bash
npm install
```

## Running the Example

```bash
npm start
```

The example will now be running at `http://localhost:4200`

## Troubleshooting

If you encounter any issues running Nutrient Web SDK in an Angular application, please check our dedicated [Troubleshooting guide](https://www.nutrient.io/guides/web/current/troubleshooting/common-issues) to see if there is already a solution.