Print without confirmation on google chrome

后端 未结 2 1476
被撕碎了的回忆
被撕碎了的回忆 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 
    
    0 讨论(0)
  • 2021-02-06 19:57

    Check this and follow the steps:

    1. Launch Chrome and check that the Chrome Version is at the latest version (18.0.1 or higher )
    2. Type about:flags in the address bar and ensure that the Disable Print Preview flag is NOT enabled (Print preview must be enabled for Kiosk Printing to work)
    3. Close the browser
    4. Find the browser shortcut on your desk top, right click and select 'properties'
    5. Append the following text to the end of the target field: --kiosk --kiosk-printing
    6. Save, and launch Google Chrome. It should now load in full screen (kiosk) mode
    7. The print preview will appear on your screen, but will instantly print a receipt to your default printer.

    Reference

    0 讨论(0)
提交回复
热议问题