Print without confirmation on google chrome

后端 未结 2 1477
被撕碎了的回忆
被撕碎了的回忆 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: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

提交回复
热议问题