https://github.com/artifexsoftware/mupdf-webviewer-angular-sample
An example of how to get started with MuPDFWebViewer for Angular.
https://github.com/artifexsoftware/mupdf-webviewer-angular-sample
angular mupdf pdf pdf-document pdf-viewer webviewer
Last synced: 3 months ago
JSON representation
An example of how to get started with MuPDFWebViewer for Angular.
- Host: GitHub
- URL: https://github.com/artifexsoftware/mupdf-webviewer-angular-sample
- Owner: ArtifexSoftware
- Created: 2025-05-19T12:34:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T01:31:22.000Z (about 1 year ago)
- Last Synced: 2025-12-03T06:27:59.358Z (7 months ago)
- Topics: angular, mupdf, pdf, pdf-document, pdf-viewer, webviewer
- Language: TypeScript
- Homepage: https://webviewer.mupdf.com
- Size: 1.09 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MuPDF WebViewer Angular Sample
An example of [MuPDF WebViewer](https://webviewer.mupdf.com) within an Angular project.
## Prerequisites
- Node.js
- npm
## Before you start
- Visit [https://webviewer.mupdf.com/account](https://webviewer.mupdf.com/account) to get a license key.
- Copy the license key and replace `YOUR_LICENSE_KEY` in `src/app/app.component.ts` with the license key.
> [!TIP]
> Ensure to register `localhost` as a domain for your license key if you require to test locally!
## Install
```shell
npm ci
```
## Run
```shell
npm run start
```
## Build
```shell
npm run build
```