Chrome extensions for silent print?

后端 未结 4 821
遥遥无期
遥遥无期 2020-12-13 01:31

I have made a silent print web application that prints a PDF file. The key was to add JavaScript to the PDF file that silently print itself.

To do this I open the PD

4条回答
  •  隐瞒了意图╮
    2020-12-13 01:58

    You can register an Application to a URI Scheme to trigger the local application to print silently. The setting is pretty easy and straightforward. It's a seamless experience. I have posted the solution here with full example:

    https://stackoverflow.com/a/37601807/409319

提交回复
热议问题