How can a PDF file be generated from a report?
Before generating a PDF File, the iText library must be added to the classpath. This library can be downloaded from http://sourceforge.net/projects/itext Calling the class method generatePDFFile(String name, File pdfFile) of the ReportManager generate the the PDF File. The parameter name is the project relative path of the report file. The paramenter int file the report is inserted in. The following code fragment generates a PDF File from a report.