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?
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?