Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.62 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.62 KB

downloads npm version

CDN: unpkg.com

Welcome to ngx-extended-pdf-viewer!

Bringing Mozilla's pdf.js to the Angular world. That's not only the core PDF viewer, but also the UI.

Follow this link for a detailed description of how to use the PDF viewer.

Showcase and manual

There's a showcase at https://pdfviewer.net. Check this page for live demos, source code examples, and a handbook.

Now the (tiny) demo app will automatically reload if you change any of the source files.

Build or update the library from scratch

If you want to use the library, install it via npm:

npm i ngx-extended-pdf-viewer --save

If you want to send a pull request or if you're simply curious, there are two options:

  • Simple changes to the HTML or JavaScript code:
    • npm run unix-package (or npm run win-package if you're running Windows)
    • ng serve -o (to start the demo project)
  • Changes including the core library (pdf.js) itself: