| Package | Description | 
|---|---|
| com.qoppa.pdf | General classes used by different objects throughout the library. | 
| com.qoppa.pdfEditor | PDFEditorBean, toolbar and related classes. | 
| com.qoppa.pdfNotes | PDFNotesBean, toolbar and related classes. | 
| com.qoppa.pdfProcess | jPDFProcess main classes, used to manipulate PDF documents and pages. | 
| com.qoppa.pdfViewer | PDFViewerBean and related classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDFPasswordImplementation of the IPassword interface that can hold either a single password or a
 list of passwords. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DocumentInfo | DocumentInfo. getDocumentInfo(InputStream inStream,
               IPassword password)Static method to get the document information from a document from an InputStream. | 
| static DocumentInfo | DocumentInfo. getDocumentInfo(String fileName,
               IPassword passwords)Static method to get the document information from a document in a file. | 
| static DocumentInfo | DocumentInfo. getDocumentInfo(URL url,
               IPassword password)Static method to get the document information from a document from a URL. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDFEditorBeanPDFEditorBean is a component that can be used to display, annotate and edit
 PDF documents within a Java application or an applet. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDFNotesBeanPDFNotesBean is a component that can be used to display and annotate
 PDF documents within an application or an applet. | 
| Constructor and Description | 
|---|
| PDFDocument(InputStream inStream,
           IPassword password)Creates a PDFDocument object from a PDF InputStream. | 
| PDFDocument(PDFSource source,
           IPassword password)Create a PDFDocument object using a PDFSource interface. | 
| PDFDocument(String fileName,
           IPassword password)Loads a PDF document from a file. | 
| PDFDocument(URL url,
           IPassword password)Loads a PDF document from a URL. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDFViewerBeanPDFViewer bean is a component that can be used to display
 PDF documents within an application or an applet. | 
| Modifier and Type | Method and Description | 
|---|---|
| IPassword | PDFViewerBean. getPasswordHandler()Returns the currently registered password handler. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDFViewerBean. setPasswordHandler(IPassword pwdHandler)Override the standard password handler with a user 
 password handler. |