public class StraightToPDF extends Object
| Constructor and Description |
|---|
StraightToPDF(String filename)
Creates a new demo application.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Demo starting point.
|
boolean |
savePDF(org.pentaho.reporting.engine.classic.core.MasterReport report,
String fileName)
Saves a report to PDF format.
|
public StraightToPDF(String filename) throws org.pentaho.reporting.libraries.xmlns.parser.ParseException
filename - the output filename.org.pentaho.reporting.libraries.xmlns.parser.ParseException - if the report could not be parsed.public boolean savePDF(org.pentaho.reporting.engine.classic.core.MasterReport report,
String fileName)
report - the report.fileName - target file name.public static void main(String[] args)
args - ignored.Copyright © 2018 Hitachi Vantara. All rights reserved.