|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.PdfReportUtil
public final class PdfReportUtil
Utility class to provide an easy to use default implementation of PDF exports.
| Method Summary | |
|---|---|
static boolean |
createPDF(MasterReport report,
File fileName)
Saves a report to PDF format. |
static boolean |
createPDF(MasterReport report,
OutputStream out)
Saves a report to PDF format. |
static boolean |
createPDF(MasterReport report,
String fileName)
Concates and saves a list of reports to PDF format. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean createPDF(MasterReport report,
File fileName)
report - the report.fileName - target file.
public static boolean createPDF(MasterReport report,
OutputStream out)
report - the report.out - target output stream.
public static boolean createPDF(MasterReport report,
String fileName)
report - the report.fileName - target file name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||