I have a system that will be running in kiosk mode on a Windows 8 tablet and will print a receipt to a mobile printer.
While running in --kiosk --kiosk-printing mode it will silent print, but the printed receipt is very grainy and difficult to read from the mobile printer.
chrome.exe --kiosk --kiosk-printing
Adding --disable-print-preview to the command line allows the receipt to print with the expected high clarity, but the print prompt always appears.
chrome.exe --kiosk --kiosk-printing --disable-print-preview
Is it possible for --kiosk-printing to also support hiding the system print prompt when --disable-print-preview is present?