Package com.qoppa.pdf

General classes used by different objects throughout the library.

See:
          Description

Interface Summary
Bookmark This interface represents a Bookmark in 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.
TextSelection Interface that describes selected text.
 

Class Summary
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.
Layer This class represents a PDF 'Layer'.
PasswordDialog Simple dialog used to prompt the user for a password.
PDFPassword Implementation of the IPassword interface that can hold either a single password or a list of passwords.
PDFPermissions This class contains information regarding a PDF document permissions.
PDFRenderHints PDFRenderHints allows the application to change the default rendering hints used when rendering a document.
PrintSettings This object controls the behaviour of the library when sending a PDF document to the printer.
SignatureValidity This class returns information about the validity of a signature within the PDF document.
SigningInformation Object that holds information necessary to digitally sign a PDF file.
TextPosition Object that holds information about the location of a text string in a PDF file.
TIFFCompression This class provides constants for the different TIFF compression schemes supported by Java Image I/O.
TIFFOptions Options used for finer control of the TIFF output format.
 

Exception Summary
PDFException General exception thrown when there is any errors reading or displaying a PDF file.
PDFPermissionException Exception thrown when there is any permission error.
 

Package com.qoppa.pdf Description

General classes used by different objects throughout the library.