Uses of Package
com.qoppa.pdf

Packages that use com.qoppa.pdf
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdf.dom Classes representing the PDF document object model. 
com.qoppa.pdf.errors Classes related to error handling. 
com.qoppa.pdf.form Classes related to PDF Acroform and its form fields. 
com.qoppa.pdf.source PDFSource interface and implementations. 
com.qoppa.pdfAssemble jPDFAssemble main classes, used to assemble PDF documents. 
com.qoppa.pdfFields jPDFFields main classes, used to work with PDF interactive forms and fields. 
com.qoppa.pdfImages jPDFImages main classes, used to convert PDF documents to images and images to PDF documents. 
com.qoppa.pdfPrint jPDFPrint main classes, used to print PDF documents. 
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
com.qoppa.pdfSecure jPDFSecure main classes, used encrypt and digitally sign PDF documents. 
com.qoppa.pdfText jPDFText main classes, used to extract text content from PDF documents. 
com.qoppa.pdfViewer.actions Classes that represent user actions. 
com.qoppa.preflight.results   
 

Classes in com.qoppa.pdf used by com.qoppa.pdf
Bookmark
          This interface represents a Bookmark in a PDF document.
DocumentEvent
          Event object that gets sent to IDocumentListener methods whenever a document is changed.
DocumentInfo
          This class is a container for the information section of a PDF document.
IPassword
          External interface used by the PDF library to get possible passwords to open a document.
Layer
          This class represents a PDF 'Layer'.
LayerListener
          This interface is used to get notifications of layer's visibility changes.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
PrintSettings
          This object controls the behaviour of the library when sending a PDF document to the printer.
SignatureAppearance
          This class provides functionality to customize the appearance of a visible signature when a document is signed.
TextPosition
          Object that holds information about the location of a text string in a PDF file.
TextSelection
          Interface that describes selected text.
 

Classes in com.qoppa.pdf used by com.qoppa.pdf.annotations
Layer
          This class represents a PDF 'Layer'.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
 

Classes in com.qoppa.pdf used by com.qoppa.pdf.dom
Bookmark
          This interface represents a Bookmark in a PDF document.
DocumentInfo
          This class is a container for the information section of a PDF document.
IDocumentListener
          Listener interfaces to notify objects when a document has been changed.
IWatermark
          This interface is used to display a watermark on a PDF document in the following Java PDF Libraries: jPDFProcess jPDFPrint jPDFImages jPDFViewer jPDFNotes There are 3 types of watermark callbacks: images, print, and viewer.
Layer
          This class represents a PDF 'Layer'.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
PDFPermissionException
          Exception thrown when there is any permission error.
PDFPermissions
          This class contains information regarding a PDF document permissions.
PrintSettings
          This object controls the behaviour of the library when sending a PDF document to the printer.
TextSelection
          Interface that describes selected text.
 

Classes in com.qoppa.pdf used by com.qoppa.pdf.errors
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
 

Classes in com.qoppa.pdf used by com.qoppa.pdf.form
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
SignatureValidity
          This class returns information about the validity of a signature within the PDF document.
 

Classes in com.qoppa.pdf used by com.qoppa.pdf.source
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
 

Classes in com.qoppa.pdf used by com.qoppa.pdfAssemble
Bookmark
          This interface represents a Bookmark in a PDF document.
DocumentInfo
          This class is a container for the information section of a PDF document.
IPassword
          External interface used by the PDF library to get possible passwords to open a document.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
PDFPermissions
          This class contains information regarding a PDF document permissions.
 

Classes in com.qoppa.pdf used by com.qoppa.pdfFields
DocumentInfo
          This class is a container for the information section of a PDF document.
IPassword
          External interface used by the PDF library to get possible passwords to open a document.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
 

Classes in com.qoppa.pdf used by com.qoppa.pdfImages
DocumentInfo
          This class is a container for the information section of a PDF document.
IPassword
          External interface used by the PDF library to get possible passwords to open a document.
IWatermark
          This interface is used to display a watermark on a PDF document in the following Java PDF Libraries: jPDFProcess jPDFPrint jPDFImages jPDFViewer jPDFNotes There are 3 types of watermark callbacks: images, print, and viewer.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
TIFFOptions
          Options used for finer control of the TIFF output format.
 

Classes in com.qoppa.pdf used by com.qoppa.pdfPrint
IPassword
          External interface used by the PDF library to get possible passwords to open a document.
IWatermark
          This interface is used to display a watermark on a PDF document in the following Java PDF Libraries: jPDFProcess jPDFPrint jPDFImages jPDFViewer jPDFNotes There are 3 types of watermark callbacks: images, print, and viewer.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
PDFPermissionException
          Exception thrown when there is any permission error.
PrintSettings
          This object controls the behaviour of the library when sending a PDF document to the printer.
 

Classes in com.qoppa.pdf used by com.qoppa.pdfProcess
Bookmark
          This interface represents a Bookmark in a PDF document.
DocumentInfo
          This class is a container for the information section of a PDF document.
IDocumentListener
          Listener interfaces to notify objects when a document has been changed.
IEmbeddedFile
          Representation of an embedded file in a PDF document.
IPassword
          External interface used by the PDF library to get possible passwords to open a document.
Layer
          This class represents a PDF 'Layer'.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
PDFPermissionException
          Exception thrown when there is any permission error.
PDFPermissions
          This class contains information regarding a PDF document permissions.
PrintSettings
          This object controls the behaviour of the library when sending a PDF document to the printer.
SigningInformation
          Object that holds information necessary to digitally sign a PDF file.
TextToPDFSettings
          The TextToPDFSettings class manages the settings when converting the text file to PDF document.
TIFFOptions
          Options used for finer control of the TIFF output format.
 

Classes in com.qoppa.pdf used by com.qoppa.pdfSecure
DocumentInfo
          This class is a container for the information section of a PDF document.
IPassword
          External interface used by the PDF library to get possible passwords to open a document.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
PDFPermissions
          This class contains information regarding a PDF document permissions.
SigningInformation
          Object that holds information necessary to digitally sign a PDF file.
 

Classes in com.qoppa.pdf used by com.qoppa.pdfText
DocumentInfo
          This class is a container for the information section of a PDF document.
IPassword
          External interface used by the PDF library to get possible passwords to open a document.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
 

Classes in com.qoppa.pdf used by com.qoppa.pdfViewer.actions
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.
 

Classes in com.qoppa.pdf used by com.qoppa.preflight.results
DocumentInfo
          This class is a container for the information section of a PDF document.
PDFException
          General exception thrown when there is any errors reading or displaying a PDF file.