Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Servlets and the fly likes Print Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Print Problem" Watch "Print Problem" New topic
Author

Print Problem

anamika verma
Greenhorn

Joined: Jun 16, 2010
Posts: 1
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.
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336


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).


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Print Problem
 
Similar Threads
Printing using https
Excel PrintPreview shows fonts in different colour
Client-side printing in JasperReports
Jasper Reports
printing jtable