how to print multi page report from jsp

2003-03-31 Thread anto paul
Hi, I have developed an intranet application using jsp/servlets. I need to print a multipage report which have common header and footer. Also I have to specify the page size and font. For single page printing I was using javascript function window.print(). But it is impossible to use in it in

Re: how to print multi page report from jsp

2003-03-31 Thread Marco Rossi
Try JasperReports (http://jasperreports.sourceforge.net/); it's an open source project to create reports server-side. Marco Hi, I have developed an intranet application using jsp/servlets. I need to print a multipage report which have common header and footer. Also I have to specify the

RE: how to print multi page report from jsp

2003-03-31 Thread Shapira, Yoav
ChemInformatics -Original Message- From: anto paul [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 6:52 AM To: [EMAIL PROTECTED] Subject: how to print multi page report from jsp Hi, I have developed an intranet application using jsp/servlets. I need to print a multipage report