Uses of Class
com.qoppa.pdfWriter.PDFDocument

Uses of PDFDocument in com.qoppa.pdfWriter
 

Methods in com.qoppa.pdfWriter that return PDFDocument
 PDFDocument PDFPrinterJob.printToDocument()
          Initiates printing to the PDF document, then returns the document to the calling program.
 PDFDocument PDFPage.getDocument()
          Returns the PDFDocument object that this page belongs to.
 PDFDocument PDFGraphics.getDocument()
          Returns the PDFDocument object that this page belongs to.
static PDFDocument PDFDocument.loadRTF(String rtfFile, PageFormat pf)
          Creates a PDFDocument from an RTF file.
static PDFDocument PDFDocument.loadHTML(URL url, PageFormat pf, boolean fitToPage)
          Creates a PDFDocument from an HTML URL.
static PDFDocument PDFDocument.loadHTML(byte[] htmlContent, URL baseURL, PageFormat pf, boolean fitToPage)
          Creates a PDFDocument from a byte array containing HTML script.