Skip navigation links
A C D E F G H I J K L M O P R S U V 

P

PasswordPermissions - Class in com.qoppa.pdf.permissions
This class contains information regarding a PDF document permissions.
PasswordPermissions() - Constructor for class com.qoppa.pdf.permissions.PasswordPermissions
Creates a new PasswordPermissions object with all permissions granted.
PasswordPermissions(boolean) - Constructor for class com.qoppa.pdf.permissions.PasswordPermissions
Creates a new PasswordPermissions object with all permissions set to allperms.
PasswordPermissions(int, boolean) - Constructor for class com.qoppa.pdf.permissions.PasswordPermissions
Creates a new PasswordPermissions object using perms, the permissions integer representing the 12 permissions bits as specified in the PDF documentation.
PDFException - Exception in com.qoppa.pdf
General exception thrown when there is any errors reading or displaying a PDF file.
PDFException(String) - Constructor for exception com.qoppa.pdf.PDFException
PDFException with a simple error message.
PDFException(String, Throwable) - Constructor for exception com.qoppa.pdf.PDFException
PDFException with an error message and an underlying cause.
PDFPassword - Class in com.qoppa.pdf
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.
PDFPasswordException - Exception in com.qoppa.pdf
Exception thrown when an invalid password is entered.
PDFPasswordException(String) - Constructor for exception com.qoppa.pdf.PDFPasswordException
Construct a new PDFPasswordException.
PDFPermissionException - Exception in com.qoppa.pdf
Exception thrown when there is any permission error.
PDFPermissionException(String) - Constructor for exception com.qoppa.pdf.PDFPermissionException
 
PDFSecurityException - Exception in com.qoppa.pdf
Exceptions related to security problems.
PDFSecurityException(String) - Constructor for exception com.qoppa.pdf.PDFSecurityException
Construct a new PDFSecurityException.
PDFSecurityException(String, Throwable) - Constructor for exception com.qoppa.pdf.PDFSecurityException
Construct a new PDFSecurityException.
PDFWeb - Class in com.qoppa.pdfWeb
The PDFWeb class provides methods to load PDF documents and export web content.
PDFWeb(String, IPassword) - Constructor for class com.qoppa.pdfWeb.PDFWeb
Loads a PDF document from a file.
PDFWeb(InputStream, IPassword) - Constructor for class com.qoppa.pdfWeb.PDFWeb
Loads a PDF document from an InputStream.
PDFWeb(URL, IPassword) - Constructor for class com.qoppa.pdfWeb.PDFWeb
Loads a PDF document from a URL.
PDFWeb(PDFSource, IPassword) - Constructor for class com.qoppa.pdfWeb.PDFWeb
Loads a PDF document from a PDFSource object.
PDFWeb.KeyInfoWeb - Class in com.qoppa.pdfWeb
This is the Main-Class for the jPDFWeb.jar that can generate server key requests, validate a key, and display server information.
A C D E F G H I J K L M O P R S U V 
Skip navigation links