Print without confirmation on google chrome

后端 未结 2 1478
被撕碎了的回忆
被撕碎了的回忆 2021-02-06 18:58

Is there a way to ignore the confirmation dialog box of chrome when press ctrl+p (Version 31.0.1650.63 m). I tried adding \"--kiosk --kiosk-printing\" flags to the end of the “T

2条回答
  •  被撕碎了的回忆
    2021-02-06 19:53

    You need to make edits to the target when Chrome is completely off, Chrome is not enough to close.

    Open task manager, go to processes, find Chrome, end the process, then do your own edits, and when you open Chrome the way you want it to work.

    So :

    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"  --disable-print-preview
    

    Or

    C:\Program Files (x86)\Google\Chrome\Application\chrome.exe  --kiosk-printing 
    

提交回复
热议问题