How to send a pdf file directly to the printer using JavaScript?

前端 未结 6 1687
离开以前
离开以前 2020-12-02 08:42

How to send a PDF file directly to the printer using JavaScript?

I found two answers in a forum:



        
6条回答
  •  庸人自扰
    2020-12-02 09:09

    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:

    
        
    
    
    
    
    
    
    
    

提交回复
热议问题