I am working on the receipt print when i click print i am expecting it to be print directly without the print preview dialog box.
While searching for this most of the answers were configure the browser setting.
Can it will be done programmatically i am using laravel for my project
Script used for Printing
<script type = 'text/javascript'>
window.onload = function(){ window.print(); }
</script>
This article can help you pricing directly to client printer without dialogue box.
https://www.neodynamic.com/articles/Print-HTML-from-Javascript-to-client-printer-without-print-dialog-silently/
or use following script if your browser supports It.