Print from Chrome without the print dialogs? Using Greasemonkey userscript maybe?

后端 未结 4 1495
广开言路
广开言路 2020-12-13 02:15

We\'re developing a browser-based warehouse app that needs to print labels and invoices regularly. We want to be able to print to the local printer without clicking through

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 02:53

    Here's a batch file example I've created based on the answer provided by @russenreaktor:

    @echo off
    start "Chrome" chrome --kiosk --kiosk-printing --url http://www.google.com
    

提交回复
热议问题