Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
K
O
P
S
P
PDFException
- exception com.qoppa.pdf.
PDFException
.
General exception thrown when there is any errors reading or displaying a PDF file.
PDFException(String)
- Constructor for class com.qoppa.pdf.
PDFException
PDFException with a simple error message.
PDFPassword
- class com.qoppa.pdf.
PDFPassword
.
Implementation of the IPassword interface that can hold either a single password or a list of passwords.
PDFPassword(String)
- Constructor for class com.qoppa.pdf.
PDFPassword
Create an instance of the class that will hold a single fixed password.
PDFPassword(String[])
- Constructor for class com.qoppa.pdf.
PDFPassword
Create an instance of the class that will hold a list of possible passwords.
PDFPermissionException
- exception com.qoppa.pdf.
PDFPermissionException
.
Exception thrown when there is any permission error.
PDFPermissionException(String)
- Constructor for class com.qoppa.pdf.
PDFPermissionException
PDFPermissions
- class com.qoppa.pdf.
PDFPermissions
.
This class contains information regarding a PDF document permissions.
PDFPermissions()
- Constructor for class com.qoppa.pdf.
PDFPermissions
Creates a new PDFPermissions object with all permissions granted.
PDFPermissions(boolean)
- Constructor for class com.qoppa.pdf.
PDFPermissions
Creates a new PDFPermissions object with all permissions set to allperms.
PDFPermissions(int, boolean)
- Constructor for class com.qoppa.pdf.
PDFPermissions
Creates a new PDFPermissions object using perms, the permissions integer representing the 12 permissions bits as specified in the PDF documentation.
PDFSecure
- class com.qoppa.pdfSecure.
PDFSecure
.
The
PDFSecure
class provides methods to update security settings on a pdf document.
PDFSecure(String, IPassword)
- Constructor for class com.qoppa.pdfSecure.
PDFSecure
Loads a PDF document from a file.
PDFSecure(InputStream, IPassword)
- Constructor for class com.qoppa.pdfSecure.
PDFSecure
Loads a PDF document from an InputStream.
PDFSecure(URL, IPassword)
- Constructor for class com.qoppa.pdfSecure.
PDFSecure
Loads a PDF document from a URL.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
K
O
P
S