crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.32k stars 674 forks source link

Send pdf files directly to printer without show printer screen #597

Open lx9182 opened 3 years ago

lx9182 commented 3 years ago

Hi all, Currently, I'm write this line to show the printer sreen printJS({ printable: base64data, type: 'pdf', base64: true }); And we can change some settings like: printer, paper size,... Finally, click Print button to print. What I want to ask is can we send directly file to printer (default printer) without show printer screen?

metju312 commented 2 years ago

I need that too. Any update?

metju312 commented 2 years ago

I need that too. Any update?