Thanks for the reply.
I want the kiosk to print to any chosen printer on without any user intervention.
Setting a shortcut with kiosk arguments (setting below) allows chrome to launch fullscreen and print without user intervention. but still, chrome will show it's print preview for a second or two. On a 42" kiosk screen that will definitely show. Right now the jzebra java applet allows me to bypass it. But I want to avoid using java applet.
"<path-to-chrome>\chrome.exe" --chrome-frame --enable-kiosk-mode --kiosk-printing --kiosk --hide-scrollbars --user-data-dir=<alternate-path-to-chrome-data> <site-url>
I have been to that post on stackoverflow quite earlier.
Regards
Raman