Normally window.print()
is used printing webpage, it trigger print dialog box of browser.
Now my question is how can we bypass this printing dialog box and directly print the web page? is there any way by I could avoid to click on OK button?
Normally window.print()
is used printing webpage, it trigger print dialog box of browser.
Now my question is how can we bypass this printing dialog box and directly print the web page? is there any way by I could avoid to click on OK button?
Nowdays I believe you could avoid the print dialog from any application by using some cloud printing REST API. So far I only know of PrintNode and Google Cloud Print:
Hope this helps.