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

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

Example project demonstrating how to integrate PSPDFKit with the Blazor Framework
https://github.com/pspdfkit/pspdfkit-web-example-blazor

Last synced: about 1 year ago
JSON representation

Example project demonstrating how to integrate PSPDFKit with the Blazor Framework

Awesome Lists containing this project

README

          

# PSPDFKit Web Example – Blazor

This example shows how to integrate [Nutrient Web SDK](https://www.nutrient.io/sdk/web/) into either a Blazor Server or WASM app.

This example demonstrates Standalone only.

## Prerequisites

- [.Net 6.0](https://dotnet.microsoft.com/en-us/download)

## Getting Started

Clone the repo:

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

cd pspdfkit-web-example-blazor
```

After you have downloaded [Nutrient Web SDK](https://customers.www.nutrient.io/download/web/latest), place the contents of the `dist` directory in `/wwwroot/pspdfkit/`.

Make sure your `/wwwroot/pspdfkit/` folder contains the file `nutrient-viewer.js` and a `nutrient-viewer-lib` directory with library assets.

You can then build and run the example using `dotnet watch run` from the root folder.

You can also follow along with our [Getting Started guides](https://www.nutrient.io/getting-started/web/?frontend=blazor&project=wasm) for Blazor.

## License

This software is licensed under a [modified BSD license](LICENSE).

## Support, Issues and License Questions

PSPDFKit offers support for customers with an active SDK license via https://www.nutrient.io/support/request/

Are you [evaluating our SDK](https://www.nutrient.io/try/)? 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/

## Contributing

Please ensure
[you have signed our CLA](https://www.nutrient.io/guides/web/current/miscellaneous/contributing/) so that we can
accept your contributions.