預設情況下,當按 <列印> 鍵時,Chrome 會彈出列印選項視窗,管理員需要再按 <列印> 鍵或 <Enter> 鍵才能進行列印:
Chrome 有一種叫 Kiosk-Printing (或叫 Silent Printing) 模式,可以繞過列印視窗,直接進行列印。
Create a new chrome.exe shortcut and right-click properties to add:
--kiosk --kiosk-printing <iEvent Checkin_URL>
Replace <iEvent Checkin_URL> with iEvent website, e.g. https://xxx.ievent.hk/ca.
Drag the shortcut into the startup folder so it loads automatically.
Details:
https://www.websitesupport.info/hc/en-us/articles/360024709193-Bypass-the-Print-Dialog-Box-in-Chrome
In Terminal, execute:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --kiosk-printing --app=https://dev.ievent.hk/ca
replace "dev.ievent.hk" with client's ievent URL.