How to send a PDF file directly to the printer using JavaScript?
I found two answers in a forum:
Try this: Have a button/link which opens a webpage (in a new window) with just the pdf file embedded in it, and print the webpage.
In head of the main page:
And in body of the main page:
Click to Print the PDF
Inside pdfwebpage.html: