inetsoft.report.pdf
Class PDF8Generator
java.lang.Object
inetsoft.report.io.AbstractGenerator
inetsoft.report.pdf.PDF3Generator
inetsoft.report.pdf.PDF4Generator
inetsoft.report.pdf.PDF8Generator
- All Implemented Interfaces:
- Generator
public class PDF8Generator
- extends PDF4Generator
Specialization of PDF4Generator that supports features in version
1.7 of the PDF specification.
- Since:
- 11.4
| Methods inherited from class inetsoft.report.pdf.PDF3Generator |
cancel, generate, generate, generate, generate, getGraphics, getPageDimension, getPageSize, getPDFGenerator, isAccessible, isPrintOnOpen, isSelectiveBookmarks, setAccessible, setPageSize, setPrintOnOpen, setReportID, setSelectiveBookmarks |
| Methods inherited from class inetsoft.report.io.AbstractGenerator |
addProgressListener, fireProgressEvent, getCachePages, getOutput, getReportCache, getReportId, removeProgressListener, setDocumentInfo, setOutput, setReportCache, setReportId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDF8Generator
public PDF8Generator()
- Creates a new instance of PDF8Generator.
PDF8Generator
public PDF8Generator(OutputStream out)
- Creates a new instance of PDF8Generator.
- Parameters:
out - the output stream to which the PDF will be written.
getPrinter
public PDF3Printer getPrinter()
- Get the PDF4Printer used inside this generator.
- Overrides:
getPrinter in class PDF4Generator