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. 
com.qoppa.pdfViewer.IPDFPageView.m_SelectFgndColor
          This variable cannot be changed since it is defined in an interface. Use 
com.qoppa.pdfViewer.IPDFPageView.m_SelectXORColor
          This variable cannot be changed since it is defined in an interface. Use 
com.qoppa.pdfNotes.PDFNotesBean.UNTITLED
            
 

Deprecated Methods
com.qoppa.pdf.annotations.Ink.addPolyline()
          Please use addGesture 
com.qoppa.pdfNotes.PDFNotesBean.exportAnnotsAsFDF(OutputStream, String)
          Use getMutableDocument().exportAnnotsAsFDF() instead 
com.qoppa.pdfNotes.PDFNotesBean.exportAnnotsAsFDF(String)
          Use getMutableDocument().exportAnnotsAFDF() instead 
com.qoppa.pdfNotes.PDFNotesBean.exportAnnotsAsXFDF(OutputStream, String)
          Use getMutableDocument().exportAnnotsAsXFDF() instead 
com.qoppa.pdfNotes.PDFNotesBean.exportAnnotsAsXFDF(String)
          Use getMutableDocument().exportAnnotsAsXFDF() instead 
com.qoppa.pdfNotes.PDFNotesBean.getCurrentDocName()
          Use getDocument().getPDFSource().getName() 
com.qoppa.pdfNotes.PDFNotesBean.getCurrentDocPath()
          Use getDocument().getPDFSource().getPath() 
com.qoppa.pdf.dom.IPDFDocument.getFile()
          Use getSource() instead 
com.qoppa.pdf.dom.IPDFDocument.getFileName()
          Use getSource() instead. 
com.qoppa.pdfNotes.PDFNotesBean.getNotesContextMenu()
          Use getPageViewPanel.getPageContextMenu() 
com.qoppa.pdfNotes.PDFNotesBean.getPageRotation(int)
          This method has moved to the MutableDocument interface. 
com.qoppa.pdf.annotations.Ink.getPolylines()
          Please use getGestures 
com.qoppa.pdfViewer.PDFViewerBean.getScale()
          use PDFViewerBean.getScale2D() 
com.qoppa.pdfViewer.PDFViewerBean.getSelectTextContextMenu()
          Use getPageViewPanel.getTextSelectionContextMenu() 
com.qoppa.pdfViewer.PDFViewerBean.getSplitPolicy()
          This feature has been replaced by the InitialViewSettings class.
 
com.qoppa.pdfViewer.PDFViewerBean.getViewerContextMenu()
          Use getPageViewPanel.getPageContextMenu() 
com.qoppa.pdfNotes.PDFNotesBean.importAnnotsFromFDF(InputStream)
          Use getMutableDocument().importAnnotsFromFDF() instead 
com.qoppa.pdfNotes.PDFNotesBean.importAnnotsFromFDF(String)
          Use getMutableDocument().importAnnotsFromFDF() instead 
com.qoppa.pdfNotes.PDFNotesBean.importAnnotsFromXFDF(InputStream)
          Use getMutableDocument().importAnnotsFromXFDF() instead 
com.qoppa.pdfNotes.PDFNotesBean.importAnnotsFromXFDF(String)
          Use getMutableDocument().importAnnotsFromXFDF() instead 
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.pdfNotes.PDFNotesBean.loadFile(String)
          Use loadDocument (String fileName) instead 
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.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. 
com.qoppa.pdfNotes.PDFNotesBean.setPageRotation(int, int)
          This method has moved to the MutableDocument interface. 
com.qoppa.pdfViewer.PDFViewerBean.setScale(int)
          - Use setScale2D()