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_SINGLEPAGE - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOCOLUMNLEFT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOCOLUMNRIGHT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOPAGELEFT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGELAYOUT_TWOPAGERIGHT - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_FULLSCREEN - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USEATTACHMENTS - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USENONE - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USEOC - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USEOUTLINES - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
PAGEMODE_USETHUMBS - Static variable in interface com.qoppa.pdf.dom.IPDFDocument
 
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.
PASContext - Interface in com.qoppa.pas.api.flow
The PASContext contains information about the running process as well as access to the services provided by PDF Automation Server.
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.
Payload - Interface in com.qoppa.pas.api.flow
The Payload contains information for the current content being processed.
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.
PDFGraphics - Class in com.qoppa.pdfProcess
Implementation of Graphics2D to draw on a PDF page.
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
 
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.
PDFSource - Interface in com.qoppa.pdf.source
Represents a source of PDF content.
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(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.pdfProcess.PDFDocument
Prints this document by first converting each page to an image and then sending the image to the printer.
printAsImage(String, PrintSettings, PrintRequestAttributeSet, int) - 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.
process(ServerContext, JobStatus, WorkingBundle) - Method in interface com.qoppa.pas.api.CustomProcess
Deprecated.
This is the primary interface to customize the processing of documents.
process(PASContext, Message) - Method in interface com.qoppa.pas.api.flow.JavaNode
This method is called during the Flow execution in the PDF Automation Server.
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