See: Description
| Interface | Description |
|---|---|
| IPassword |
External interface used by the PDF library to get possible passwords
to open a document.
|
| Class | Description |
|---|---|
| DocumentInfo |
This class is a container for the information section of a PDF document.
|
| PDFPassword |
Implementation of the IPassword interface that can hold either a single password or a
list of passwords.
|
| Exception | Description |
|---|---|
| PDFException |
General exception thrown when there is any errors reading or
displaying a PDF file.
|
| PDFPasswordException |
Exception thrown when an invalid password is entered.
|
| PDFPermissionException |
Exception thrown when there is any permission error.
|
| PDFSecurityException |
Exceptions related to security problems.
|