Posts by Kaique Correia • 13 points
1 post
-
1
votes1
answer296
viewsQ: Printing directly to the printer
I have a password system where the user clicks on a button and a password is printed for it. I needed the print to be direct, because using the js window.print() a dialog box opens. How to resolve…