wisespace-io / ngx-extended-pdf-viewer

A full-blown PDF viewer for Angular 6, 7, 8, and 9

Home Page:https://pdfviewer.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

A full-blown PDF viewer for Angular 6, 7, 8, and 9

https://pdfviewer.net

License:Apache License 2.0


Languages

Language:JavaScript 68.7%Language:HTML 21.7%Language:TypeScript 7.2%Language:CSS 2.3%Language:Shell 0.0%Language:Batchfile 0.0%