Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Z 

P

PAGE_ADDED - Static variable in class com.qoppa.pdf.DocumentEvent
 
PAGE_CLOSE - Static variable in class com.qoppa.pdf.actions.TriggerActions
 
PAGE_CONTENT_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
 
PAGE_LABEL_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
 
PAGE_OPEN - Static variable in class com.qoppa.pdf.actions.TriggerActions
 
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
 
PAGELAYOUT_ONECOLUMN - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_ONECOLUMN - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page layout: Single page continuous
PAGELAYOUT_SINGLEPAGE - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_SINGLEPAGE - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page layout: Single page
PAGELAYOUT_TWOCOLUMNLEFT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOCOLUMNLEFT - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page layout: Two pages continuous
PAGELAYOUT_TWOCOLUMNRIGHT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOPAGELEFT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOPAGELEFT - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page layout: Two pages
PAGELAYOUT_TWOPAGERIGHT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_FULLSCREEN - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_FULLSCREEN - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: Full-screen mode, with no menu bar, window controls, or any other window visible
PAGEMODE_USEATTACHMENTS - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USEATTACHMENTS - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: (PDF 1.6) Attachments panel visible
PAGEMODE_USENONE - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USENONE - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: Neither document outline nor thumbnail images visible
PAGEMODE_USEOC - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USEOC - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: (PDF 1.5) Optional content group panel visible
PAGEMODE_USEOUTLINES - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USEOUTLINES - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: Document outline visible
PAGEMODE_USETHUMBS - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USETHUMBS - Static variable in class com.qoppa.pdfAssemble.PDFAssemble
Setting for the initial page mode: Thumbnail images visible
pagePrinting(IPDFDocument, int) - Method in interface com.qoppa.pdf.PrintListener
Invoked when a page is printed.
paint(Graphics) - Method in interface com.qoppa.pdf.annotations.Annotation
Paints this annotation to a graphics object.
paintPage(Graphics2D) - Method in interface com.qoppa.pdf.dom.IPDFPage
Paints this page to the given graphics object.
paintPage(Graphics2D, boolean) - Method in interface com.qoppa.pdf.dom.IPDFPage
Paints this page to the given graphics object, with an option to paint the annotations on the page.
paintPage(Graphics2D) - Method in class com.qoppa.pdfProcess.PDFPage
Paints this page to the given graphics object.
paintPage(Graphics2D, boolean) - Method in class com.qoppa.pdfProcess.PDFPage
Paints this page to the given graphics object, with an option to paint the annotations on the page.
PasswordDialog - Class in com.qoppa.pdf
Simple dialog used to prompt the user for a password.
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.
PDFAssemble - Class in com.qoppa.pdfAssemble
The PDFAssemble class provides methods to assemble and disassemble PDF documents.
PDFAssemble() - Constructor for class com.qoppa.pdfAssemble.PDFAssemble
Creates a blank PDFAssemble object.
PDFAssemble(InputStream, IPassword) - Constructor for class com.qoppa.pdfAssemble.PDFAssemble
Loads a PDF document from an InputStream.
PDFAssemble(String, IPassword) - Constructor for class com.qoppa.pdfAssemble.PDFAssemble
Loads a PDF document from a file.
PDFAssemble(URL, IPassword) - Constructor for class com.qoppa.pdfAssemble.PDFAssemble
Loads a PDF document from a URL.
PDFAssemble.KeyInfoAssemble - Class in com.qoppa.pdfAssemble
This is the Main-Class for the jPDFAssemble.jar that can generate server key requests, validate a key, and display server information.
PDFCompare - Class in com.qoppa.pdfProcess
Utility class used for generating a comparison PDF document with separate layers containing the PDF content converted to color.
PDFContent - Interface in com.qoppa.pdf.source
Interface used to read PDF content.
PDFDocument - Class in com.qoppa.pdfProcess
PDF Document object.
PDFDocument() - Constructor for class com.qoppa.pdfProcess.PDFDocument
Creates a blank PDF document.
PDFDocument(InputStream, IPassword) - Constructor for class com.qoppa.pdfProcess.PDFDocument
Creates a PDFDocument object from a PDF InputStream.
PDFDocument(PDFSource, IPassword) - Constructor for class com.qoppa.pdfProcess.PDFDocument
Create a PDFDocument object using a PDFSource interface.
PDFDocument(String, IPassword) - Constructor for class com.qoppa.pdfProcess.PDFDocument
Loads a PDF document from a file.
PDFDocument(URL, IPassword) - Constructor for class com.qoppa.pdfProcess.PDFDocument
Loads a PDF document from a URL.
PDFDocument.KeyInfoProcess - Class in com.qoppa.pdfProcess
This is the Main-Class for the jPDFProcess.jar that can generate server key requests, validate a key, and display server information.
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.
PDFFields - Class in com.qoppa.pdfFields
The PDFFields class provides methods to work with interactive PDF forms - also called acroforms.
PDFFields(InputStream, IPassword) - Constructor for class com.qoppa.pdfFields.PDFFields
Loads a PDF document from an InputStream.
PDFFields(String, IPassword) - Constructor for class com.qoppa.pdfFields.PDFFields
Loads a PDF document from a file.
PDFFields(URL, IPassword) - Constructor for class com.qoppa.pdfFields.PDFFields
Loads a PDF document from a URL.
PDFFields.KeyInfoFields - Class in com.qoppa.pdfFields
This is the Main-Class for the jPDFFields.jar that can generate server key requests, validate a key, and display server information.
PDFGraphics - Class in com.qoppa.pdfProcess
Implementation of Graphics2D to draw on a PDF page.
PDFImages - Class in com.qoppa.pdfImages
The PDFImages class provides methods to load PDF documents and export or import images from and to the document.
PDFImages() - Constructor for class com.qoppa.pdfImages.PDFImages
Creates a blank PDFImages object.
PDFImages(String, IPassword) - Constructor for class com.qoppa.pdfImages.PDFImages
Loads a PDF document from a file.
PDFImages(InputStream, IPassword) - Constructor for class com.qoppa.pdfImages.PDFImages
Loads a PDF document from an InputStream.
PDFImages(URL, IPassword) - Constructor for class com.qoppa.pdfImages.PDFImages
Loads a PDF document from a URL.
PDFImages(PDFSource, IPassword) - Constructor for class com.qoppa.pdfImages.PDFImages
Loads a PDF document from a PDFSource object.
PDFImages.KeyInfoImages - Class in com.qoppa.pdfImages
This is the Main-Class for the jPDFImages.jar that can generate server key requests, validate a key, and display server information.
PDFPage - Class in com.qoppa.pdfProcess
This class holds a page in a PDF document.
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
 
PDFSecure - Class in com.qoppa.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.
PDFSecure.KeyInfoSecure - Class in com.qoppa.pdfSecure
This is the Main-Class for the jPDFSecure.jar that can generate server key requests, validate a key, and display server information.
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.
PDFSource - Interface in com.qoppa.pdf.source
Represents a source of PDF content.
PDFText - Class in com.qoppa.pdfText
PDFText is the class to extract the list of words contained in a PDF document as a Vector.
PDFText(InputStream, IPassword) - Constructor for class com.qoppa.pdfText.PDFText
Creates a PDFText object from a PDF InputStream.
PDFText(String, IPassword) - Constructor for class com.qoppa.pdfText.PDFText
Loads a PDFText object from a file.
PDFText(URL, IPassword) - Constructor for class com.qoppa.pdfText.PDFText
Loads a PDFText object from a URL.
PDFText.KeyInfoText - Class in com.qoppa.pdfText
This is the Main-Class for the jPDFText.jar that can generate server key requests, validate a key, and display server information.
performOCR(String, BufferedImage, int, int) - Method in class com.qoppa.ocr.TessJNI
Performs OCR on an image and returns an hOCR result string.
performOCR(String, BufferedImage, int) - Method in class com.qoppa.ocr.TessJNI
Deprecated.
Use the version of this method that takes a pageNumber argument.
performOCR(String, PDFPage, int) - Method in class com.qoppa.ocr.TessJNI
Performs OCR on a PDF page and returns an hOCR result string.
performOCR(String, PDFPage, int, OCROptions) - Method in class com.qoppa.ocr.TessJNI
Performs OCR on a PDF page and returns an hOCR result string.
performOCRandOSD(String, PDFPage, int, OCROptions) - Method in class com.qoppa.ocr.TessJNI
Convert a PDF page to an image and run OCR on it, to return the OCR text in hOCR format, and page orientation information.
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.
Polygon - Interface in com.qoppa.pdf.annotations
Class representing a Polygon annotation in a PDF document.
POLYGON_DIMENSION - Static variable in interface com.qoppa.pdf.annotations.Polygon
 
Polyline - Interface in com.qoppa.pdf.annotations
Class representing a Polyline annotation in a PDF document.
POLYLINE_DIMENSION - Static variable in interface com.qoppa.pdf.annotations.Polyline
 
Popup - Interface in com.qoppa.pdf.annotations
Interface representing a Popup annotation in a PDF document.
PRELIMINARYRESULTS - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
 
prependPageContent(PDFPage, double, double, double, double, Layer) - Method in class com.qoppa.pdfProcess.PDFPage
Prepend the contents of another page to this page.
print(Graphics) - Method in interface com.qoppa.pdf.annotations.Annotation
Prints this annotation to a graphics object.
print(PrintSettings) - Method in interface com.qoppa.pdf.dom.IPDFDocument
Prints this PDF document.
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.
print(Graphics, PageFormat, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Prints the page.
print(PrintSettings) - Method in class com.qoppa.pdfProcess.PDFDocument
Prints this PDF document.
print(String, PrintSettings) - Method in class com.qoppa.pdfProcess.PDFDocument
Prints this PDF document to the specified printer, by name.
print(String, PrintSettings, PrintRequestAttributeSet) - Method in class com.qoppa.pdfProcess.PDFDocument
Prints this PDF document to the specified printer, by name and passes the print request attribute set to the printer job.
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.
printAsImage(String, PrintSettings, PrintRequestAttributeSet) - Method in class com.qoppa.pdfProcess.PDFDocument
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.
printPage(Graphics2D, PageFormat, PrintSettings) - Method in interface com.qoppa.pdf.dom.IPDFPage
Prints this page given a page format describing the printer's page and a PrintSettings object.
printPage(Graphics2D, PageFormat, PrintSettings) - Method in class com.qoppa.pdfProcess.PDFPage
Prints this page given a page format describing the printer's page and a PrintSettings object.
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.
PushButtonField - Interface in com.qoppa.pdf.form
PushButtonField holds a push button field.
put(String, Vector<Action>) - Method in class com.qoppa.pdf.actions.TriggerActions
Overrides Hashtable method to keep track of modifications.
putAll(Map<? extends String, ? extends Vector<Action>>) - Method in class com.qoppa.pdf.actions.TriggerActions
 
A B C D E F G H I J K L M N O P R S T U V W X Z 
Skip navigation links