In a Web application, is it possible to force a PDF file to be printed on the client? If the browser is configured to open the PDF inside the window, I guess that calling wi
you can use the simple amazing library printjs "http://printjs.crabbly.com"
it takes PDF file and print it without showing print dialog if you need ,
a simple way to do it below :