I have develop my project in PHP and Javascript, In this project I have to print a bill using Dot Matrix printer via Browser, But it gives error like Print preview failed...... How can I rectify that problem, I have use JS(window.print) for printing the paper
Asked
Active
Viewed 1,297 times
0
-
your JS code has no knowledge of what the printer is, you can't fix it with your own code. It's probably an issue between the browser, the O/S and the printer itself. Does this happen in all browsers, or just one? Have you got the printer drivers properly installed? – ADyson Feb 07 '17 at 12:10
-
Thank you for your concern, but still the error is happen – Ponna Karthi Feb 08 '17 at 05:34
-
did you check the things I suggested? – ADyson Feb 08 '17 at 09:26
-
Yes, I had try these things – Ponna Karthi Feb 09 '17 at 04:58