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
- Host: GitHub
- URL: https://github.com/pspdfkit/pspdfkit-web-example-blazor
- Owner: PSPDFKit
- Created: 2021-08-24T09:50:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T10:25:26.000Z (about 1 year ago)
- Last Synced: 2025-02-07T11:28:14.397Z (about 1 year ago)
- Language: HTML
- Size: 294 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.