pdfjs-vue-print
Version:
Example Vue 3 project using pdf.js to build a simple custom PDF.js viewer and print service.
4 lines (2 loc) • 446 B
Markdown
The code in these folders is straight from the Mozilla [PDF.js](https://github.com/mozilla/pdf.js/) project and is included here just for easy reference. If you are planning on creating your on custom PDF viewer/printer I would recommend cloning the latest PDF.js code from GitHub.
The relevant code to peruse is in [examples](https://github.com/mozilla/pdf.js/tree/master/examples) and [web](https://github.com/mozilla/pdf.js/tree/master/web).