Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ashir_ali_butt's avatar

Is it possible send direct print to printer in laravel

how to send a direct print command to the printer without opening the browser print dialog in LARAVEL

0 likes
10 replies
jlrdw's avatar

You could search for some JavaScript functions that handles that I've seen a few but haven't saved the links.

Nakov's avatar

@ashir_ali_butt

Unless your browser is in kiosk mode, you cannot do this for security reasons. No one will trust your application if it directly starts their printer.. You might want to save the file to a PDF instead of printing as well.

Please or to participate in this conversation.