Silent print an embedded PDF

前端 未结 4 1874
忘了有多久
忘了有多久 2020-11-27 03:38

I have a web page with embedded PDF on it. My code looks like this:



        
4条回答
  •  粉色の甜心
    2020-11-27 04:03

    You are not going to be able to print silently with plain old JavaScript. How would you like your printer to start printing out 100000000 pages of all black. Not a good thing. If you want to print silently and have it work for Internet Explorer only, there are ActiveX controls out there that can do it. This requires higher security settings for your page and for your users to really trust your site.

提交回复
热议问题