Skip to content

PlutarcoII/ngx-extended-pdf-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.8%
  • HTML 21.7%
  • TypeScript 7.2%
  • CSS 2.3%