I am working on a web based application of JAVA.
I am facing problem in printing jasper reports to client machine's local printer.
Currently, i am using applets for print reports which is very slow and client machine setting are required for this.I want to print reports without using applets.
Please give me solution for this problem.
Thanks.
Currently, i am using applets for print reports which is very slow and client machine setting are required for this.I want to print reports without using applets.
If you render the report in the browser a bit of JavaScript will let you print the current page (window.print() I think).