Link to PDF file (or attach file here):
https://cdn.rawgit.com/mozilla/pdf.js/master/web/compressed.tracemonkey-pldi-09.pdf
Configuration:
I use pdf.js to show the pdf in the browser, but faced with a problem. How can I print the pdf via a print button, acting as the print function in view.js.
The default viewer uses PDFPrintService
for printing. Refer to https://github.com/mozilla/pdf.js/blob/master/web/pdf_print_service.js and app.js
for how to use it.
Thanks a lot.
Most helpful comment
The default viewer uses
PDFPrintService
for printing. Refer to https://github.com/mozilla/pdf.js/blob/master/web/pdf_print_service.js andapp.js
for how to use it.