All I want, is to print a JasperReport without user selecting a printer. I searched for it but there is no good solution that works. This is the relevat part of my code:
Just Use this .no need to more code it handle jasper
JasperPrintManager.printReport(jasperPrint, false);
u use true it will show window
I tested it epson TM T82 It worked.