Deprecated API

Deprecated Classes
com.qoppa.pdf.TIFFCompression
          Use TIFFOptions instead 
 

Deprecated Fields
com.qoppa.pdf.PrintSettings.m_ForceUserPageFormat
          This flag is not used anymore. When printing, if the PDF document is used as a Printable, the library will use the page format settings from the PrinterJob, if used as a Pageable, the library will define its own page format. 
 

Deprecated Methods
com.qoppa.pdf.annotations.Ink.addPolyline()
          Please use addGesture 
com.qoppa.pdf.dom.IPDFDocument.getFile()
          Use getSource() instead 
com.qoppa.pdfProcess.PDFDocument.getFileName()
          Use getPDFSource().getName() instead 
com.qoppa.pdf.dom.IPDFDocument.getFileName()
          Use getSource() instead. 
com.qoppa.pdf.annotations.Ink.getPolylines()
          Please use getGestures 
com.qoppa.pdf.PrintSettings.isForceUserPageFormat()
          This flag is not used anymore. When printing, if the PDF document is used as a Printable, the library will use the page format settings from the PrinterJob, if used as a Pageable, the library will define its own page format. 
com.qoppa.pdf.annotations.Annotation.paint(Graphics, boolean)
          in favor of Paint (Graphics g). This method is still available, but the boolean is ignored. 
com.qoppa.pdfProcess.PDFDocument.setDocumentInfo(DocumentInfo)
          The DocumentInfo object returned by getDocumentInfo() is now a mutable object, so any changes to the object using any of its set methods will be saved with the document. Calls to this method will have no effect. 
com.qoppa.pdf.PrintSettings.setForceUserPageFormat(boolean)
          This flag is not used anymore. When printing, if the PDF document is used as a Printable, the library will use the page format settings from the PrinterJob, if used as a Pageable, the library will define its own page format.