Style Intelligence v12.0

inetsoft.report.pdf
Class PDF8Generator

java.lang.Object
  extended by inetsoft.report.io.AbstractGenerator
      extended by inetsoft.report.pdf.PDF3Generator
          extended by inetsoft.report.pdf.PDF4Generator
              extended by 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

Field Summary
 
Fields inherited from class inetsoft.report.io.AbstractGenerator
docInfo
 
Constructor Summary
PDF8Generator()
          Creates a new instance of PDF8Generator.
PDF8Generator(OutputStream out)
          Creates a new instance of PDF8Generator.
 
Method Summary
 PDF3Printer getPrinter()
          Get the PDF4Printer used inside this generator.
 
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
 

Constructor Detail

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.
Method Detail

getPrinter

public PDF3Printer getPrinter()
Get the PDF4Printer used inside this generator.

Overrides:
getPrinter in class PDF4Generator

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.