- PAGE_ADDED - Static variable in class com.qoppa.pdf.DocumentEvent
 
-  
 
- PAGE_CONTENT_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
 
-  
 
- PAGE_LABEL_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
 
-  
 
- PAGE_REMOVED - Static variable in class com.qoppa.pdf.DocumentEvent
 
-  
 
- PAGE_SIZE_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
 
-  
 
- PAGEANNOTS_REMOVED - Static variable in class com.qoppa.pdf.DocumentEvent
 
-  
 
- PAGEFIELDS_FLATTENED - Static variable in class com.qoppa.pdf.DocumentEvent
 
-  
 
- PageLabels - Class in com.qoppa.pdf
 
- 
This class holds constants used for setting page label styles.
 
- PageLabels() - Constructor for class com.qoppa.pdf.PageLabels
 
-  
 
- pagePrinting(IPDFDocument, int) - Method in interface com.qoppa.pdf.PrintListener
 
- 
Invoked when a page is printed.
 
- PasswordDialog - Class in com.qoppa.pdf
 
- 
Simple dialog used to prompt the user for a password.
 
- PDFErrorHandling - Class in com.qoppa.pdf.errors
 
- 
This class is used to set different error handling options within the PDF library.
 
- PDFErrorHandling() - Constructor for class com.qoppa.pdf.errors.PDFErrorHandling
 
-  
 
- 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
 
-  
 
- PDFPrint - Class in com.qoppa.pdfPrint
 
- 
The PDFPrint class provides methods to print a pdf document.
 
- PDFPrint(String, IPassword) - Constructor for class com.qoppa.pdfPrint.PDFPrint
 
- 
Loads a PDF document from a file.
 
- PDFPrint(InputStream, IPassword) - Constructor for class com.qoppa.pdfPrint.PDFPrint
 
- 
Loads a PDF document from an InputStream.
 
- PDFPrint(URL, IPassword) - Constructor for class com.qoppa.pdfPrint.PDFPrint
 
- 
Loads a PDF document from a URL.
 
- PDFPrint.KeyInfoPrint - Class in com.qoppa.pdfPrint
 
- 
 This is the Main-Class for the jPDFPrint.jar that can generate server key
 requests, validate a key, and display server information.
 
- PDFRenderHints - Class in com.qoppa.pdf
 
- 
PDFRenderHints allows the application to change the default rendering hints
 used when rendering a document.
 
- PDFRenderHints() - Constructor for class com.qoppa.pdf.PDFRenderHints
 
-  
 
- 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.
 
- PERM_FORMFILL_SIGNATURE - Static variable in class com.qoppa.pdf.SigningInformation
 
- 
Certifying signature permission to allow form fill and signing.
 
- PERM_FORMFILL_SIGNATURE_COMMENTS - Static variable in class com.qoppa.pdf.SigningInformation
 
- 
Certifying signature permission to allow form fill, signing, and comments.
 
- PERM_NOCHANGES - Static variable in class com.qoppa.pdf.SigningInformation
 
- 
Certifying signature permission to indicate the document is intended to be final.
 
- print(String, PrintSettings, IPassword) - Static method in class com.qoppa.pdfPrint.PDFPrint
 
- 
Convenience method to print a PDF document from a file.
 
- print(String, String, PrintSettings, IPassword) - Static method in class com.qoppa.pdfPrint.PDFPrint
 
- 
Convenience method to print a PDF document from a file to a named printer.
 
- print(PrintSettings) - Method in class com.qoppa.pdfPrint.PDFPrint
 
- 
Prints this PDF document.
 
- print(String, PrintSettings) - Method in class com.qoppa.pdfPrint.PDFPrint
 
- 
Prints this PDF document to the specified printer, by name.
 
- print(String, PrintSettings, PrintRequestAttributeSet) - Method in class com.qoppa.pdfPrint.PDFPrint
 
- 
Prints this PDF document to the specified printer, by name and passes the attribute set to the printer job.
 
- print(Graphics, PageFormat, int) - Method in class com.qoppa.pdfPrint.PDFPrint
 
- 
Prints the page.
 
- printAsImage(String, PrintSettings, PrintRequestAttributeSet) - Method in class com.qoppa.pdfPrint.PDFPrint
 
- 
Prints this document by first converting each page to an image and then sending the image to the printer.
 
- PrintDefaults - Class in com.qoppa.pdf
 
- 
This class is used to store and restore printer defaults across application
 sessions.
 
- PrintListener - Interface in com.qoppa.pdf
 
- 
The listener interface for receiving print events.
 
- PrintSettings - Class in com.qoppa.pdf
 
- 
This object controls the behavior of the library when sending a PDF document
 to the printer.
 
- PrintSettings() - Constructor for class com.qoppa.pdf.PrintSettings
 
- 
Constructs a default PrintSettings object.
 
- PrintSettings(boolean, boolean, boolean, boolean) - Constructor for class com.qoppa.pdf.PrintSettings
 
- 
Constructs a new PrintSettings object and initializes each of its
 variables to the parameters.
 
- PrintSettings(PrintSettings) - Constructor for class com.qoppa.pdf.PrintSettings
 
- 
Constructs a new PrintSettings object and initializes to init.
 
- printToDefaultPrinter(PrintSettings) - Method in class com.qoppa.pdfPrint.PDFPrint
 
- 
Prints the PDF document to the default printer.
 
- propertyChanged(Layer) - Method in interface com.qoppa.pdf.LayerListener
 
- 
This method gets called any time a layer's properties have changed.