Page 1 of 1

Kiosk Printing Flag

Posted: Wed Apr 17, 2019 5:09 pm
by R2D2
I see that the Chromium project has supported the --kiosk-printing flag for quite some time and it works well in Chrome for bypassing all print dialogs and enabling silent printing.

Is this something that is available in PWB V3 CEF? I tried the options in the INI file and tried adding the flag to the executable shortcut, but wasn't successful.

If this isn't currently available is it something that could be easily added? We utilize this for all of our receipt printers at the catalog stations to allow customers the option of printing a slip of paper with the book they are trying to find.

Thanks for your consideration and for this amazing browser!

Re: Kiosk Printing Flag

Posted: Wed Apr 17, 2019 8:01 pm
by Scott
Currently the --kiosk-printing flag is not supported in the Chromium Embedded Framework (CEF). CEF is always evolving so as soon as it is support PWB CEF will gain the functionality.

--Scott

Re: Kiosk Printing Flag

Posted: Thu Apr 18, 2019 5:36 pm
by R2D2
Thanks for the quick reply! My mistake, I totally overlooked that CEF was different from the default Chromium project.

Are there currently any work arounds for this that anyone knows of?

Thanks!

Re: Kiosk Printing Flag

Posted: Tue Sep 20, 2022 7:21 am
by wpltechstaff
Hi all,

I have a similar use case - we would like to use PWB (CEF version) in an application that will be printing receipts. It works, but shows the dialog and users have to select the printer and hit print. Has there been any progress on a

Code: Select all

--kiosk-printing
equivalent for PWB/CEF?

Re: Kiosk Printing Flag

Posted: Tue Sep 20, 2022 8:46 pm
by Scott
Try setting the following in your INI file.

[Printer]
ForcePrintPreview=True

--Scott