Skip to content

Author: admin@master

How to print pdf.js document?

I’ve generated a document with pdf.js and it shows correctly. I’don’t have print button. How to add the button to allow users to print it ? I was using Chrome. Answer Try using the javascript-function window.print();, which opens the print-dialog. You will have to add an button to your html,…