How to print a PDF from the browser

前端 未结 7 1568
天涯浪人
天涯浪人 2020-11-28 07:53

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

7条回答
  •  粉色の甜心
    2020-11-28 08:02

    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 :

     

提交回复
热议问题