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 

A

AcroForm - Interface in com.qoppa.pdf.form
This class represents the AcroForm content in a PDF document.
Action - Class in com.qoppa.pdf.actions
Abstract class to define a generic actions.
Action() - Constructor for class com.qoppa.pdf.actions.Action
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.GotoPageAction
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.GotoPageRemoteAction
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.HideShowAction
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.JSAction
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.LaunchAction
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.NamedAction
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.NullAction
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.ResetForm
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.SetOCGState
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.SubmitFormAction
 
ACTION_TYPE_DESCRIPTION - Static variable in class com.qoppa.pdf.actions.URLAction
 
addAction(Action) - Method in interface com.qoppa.pdf.Bookmark
Adds an Action to this Bookmark
addAnnotation(Annotation) - Method in class com.qoppa.pdfProcess.PDFPage
Adds a new annotation to this page.
addAnnotations(Map<Integer, Vector<Annotation>>) - Method in class com.qoppa.pdfProcess.PDFDocument
This method allows multiple annotations to be added to multiple pages.
addChildBookmark(String) - Method in interface com.qoppa.pdf.Bookmark
Add a child bookmark.
addComponentToSelection(AnnotationComponent) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
Adds an annotation component to the list of selected annotations.
addDocumentListener(IDocumentListener) - Method in interface com.qoppa.pdf.dom.IPDFDocument
Internal method to keep track of document events.
addDocumentListener(IDocumentListener) - Method in class com.qoppa.pdfProcess.PDFDocument
Internal method to keep track of document events.
addEmbeddedFile(File) - Method in class com.qoppa.pdfProcess.PDFDocument
Embeds a file into this PDF document.
addEmbeddedFile(File, EmbedFileOptions) - Method in class com.qoppa.pdfProcess.PDFDocument
Embeds a file into this PDF document, with options.
addEmbeddedFile(InputStream, String, Date, Date) - Method in class com.qoppa.pdfProcess.PDFDocument
Embeds a file into this PDF document.
addEmbeddedFile(InputStream, String, Date, Date, EmbedFileOptions) - Method in class com.qoppa.pdfProcess.PDFDocument
Embeds a file into this PDF document, with options.
addError(RenderError) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
Deprecated.
This method has been deprecated and now has no effect.
addError(Throwable, String) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
Deprecated.
This method has been deprecated and now has no effect.
addFieldListener(FieldListener) - Method in interface com.qoppa.pdf.form.FormField
Adds a field listener to this field.
addGesture() - Method in interface com.qoppa.pdf.annotations.GestureList
Add a new gesture to the gesture list.
addGesture() - Method in interface com.qoppa.pdf.annotations.Ink
Creates a new line and returns it to the calling function.
addGoToPage(Bookmark, int) - Method in class com.qoppa.pdfAssemble.PDFAssemble
Adds a GoToPage action to the Bookmark Parameter.
addGoToPage(Bookmark, int, int, int, double) - Method in class com.qoppa.pdfAssemble.PDFAssemble
Adds a GoToPage action to the Bookmark Parameter that uses x and y coordinates and a zoom scale.
addGoToPage(Bookmark, int, int) - Method in class com.qoppa.pdfAssemble.PDFAssemble
Adds a GoToPage action to the Bookmark Parameter with a zoom mode.
addJPEGImage(File, int, int, AffineTransform) - Method in class com.qoppa.pdfProcess.PDFPage
Adds a JPEG image onto this page.
addKeyListener(KeyListener) - Method in interface com.qoppa.pdf.form.FormField
Adds a key listener to this field.
addKeyStore(KeyStore) - Static method in class com.qoppa.pdf.SignatureSettings
Adds any X509 certificates found in a key store to the trusted certificate list to be used when verifying digital signatures.
addLayer(String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates and returns a PDF layer (Optional Content Group).
addLayer(String, int, boolean) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates and returns a PDF layer (Optional Content Group).
addLayerListener(LayerListener) - Method in class com.qoppa.pdf.Layer
Adds an object that will listen to changes in the layer's visible state.
addMouseListener(MouseListener) - Method in interface com.qoppa.pdf.form.FormField
Adds a mouse listener to this field.
addPageFromTemplate(String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Add a page from a template.
addPrintListener(PrintListener) - Method in interface com.qoppa.pdf.dom.IPDFDocument
Adds a PrintListener to the PDFDocument
addPrintListener(PrintListener) - Method in class com.qoppa.pdfPrint.PDFPrint
Adds a PrintListener to the PDFDocument
addPrintListener(PrintListener) - Method in class com.qoppa.pdfProcess.PDFDocument
Adds a PrintListener to the PDFDocument
addRenderingHints(Map<?, ?>) - Method in class com.qoppa.pdfProcess.PDFGraphics
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addSelectionListener(IAnnotSelectionListener) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
Adds a selection listener to the manager.
addSignatureField(String, Rectangle2D) - Method in class com.qoppa.pdfProcess.PDFPage
Adds a signature field to this page.
addSignatureField(int, String, Rectangle2D) - Method in class com.qoppa.pdfSecure.PDFSecure
Adds a signature field to a page in the document.
addSubstituteFont(String, Font) - Static method in class com.qoppa.pdf.FontSettings
Registers a substitute font to use when a font in a PDF file is not embedded in the file and the font is not registered with the operating system.
addVerificationInformation() - Method in interface com.qoppa.pdf.form.SignatureField
Add verification information related to this signature.
addVertex(double, double) - Method in class com.qoppa.pdf.annotations.Vertices
Adds a vertex at the end of the list.
addX509Certificate(X509Certificate) - Static method in class com.qoppa.pdf.SignatureSettings
Adds a X509 certificate to the trusted certificate list to be used when verifying digital signatures.
ALIGN_BOTTOM - Static variable in interface com.qoppa.pdf.annotations.FreeText
Vertical text alignment = bottom of annotation.
ALIGN_CENTER - Static variable in interface com.qoppa.pdf.annotations.FreeText
Horizontal text alignment = center of annotation.
ALIGN_LEFT - Static variable in interface com.qoppa.pdf.annotations.FreeText
Horizontal text alignment = left side of annotation.
ALIGN_MIDDLE - Static variable in interface com.qoppa.pdf.annotations.FreeText
Vertical text alignment = middle of annotation.
ALIGN_RIGHT - Static variable in interface com.qoppa.pdf.annotations.FreeText
Horizontal text alignment = right side of annotation.
ALIGN_TOP - Static variable in interface com.qoppa.pdf.annotations.FreeText
Vertical text alignment = top of annotation.
AllPDFPermissions - Class in com.qoppa.pdf.permissions
This class encompasses all of the document's permissions including Password permissions, DocMDP permissions, Signature, and Usage Rights permissions.
AllPDFPermissions(PasswordPermissions, DocMDPPermissions, UsageRightsPermissions, SignaturePermissions) - Constructor for class com.qoppa.pdf.permissions.AllPDFPermissions
Construct a new AllPDFPermissions object that encompasses PasswordPermissions, DocMDPPermissions, and UsageRightsPermissions.
ANNOT_REMOVED - Static variable in class com.qoppa.pdf.DocumentEvent
 
ANNOT_Z_MOVED - Static variable in class com.qoppa.pdf.DocumentEvent
 
Annotation - Interface in com.qoppa.pdf.annotations
Interface used to represent a PDF annotation.
ANNOTATION_ADDED - Static variable in class com.qoppa.pdf.DocumentEvent
 
ANNOTATION_MODIFIED - Static variable in class com.qoppa.pdf.DocumentEvent
 
ANNOTATION_MOVED - Static variable in class com.qoppa.pdf.DocumentEvent
 
ANNOTATION_STATEMODEL_CHANGED - Static variable in class com.qoppa.pdf.DocumentEvent
 
AnnotationCheckmarkStatus - Interface in com.qoppa.pdf.annotations
Interface used to represent the checkmark status of an Annotation.
AnnotationComponent - Interface in com.qoppa.pdf.annotations
This interface is implemented by components that display annotations.
AnnotationReviewStatus - Interface in com.qoppa.pdf.annotations
Interface used to represent the review status of an Annotation.
ANNOTATIONS_IMPORTED - Static variable in class com.qoppa.pdf.DocumentEvent
 
AnnotationSettings - Class in com.qoppa.pdf.annotations
This class contains general Annotation display settings, such as annotation selection stroke and selection color.
AnnotationSettings() - Constructor for class com.qoppa.pdf.annotations.AnnotationSettings
 
annotUpdated() - Method in interface com.qoppa.pdf.annotations.AnnotationComponent
If an annotation's properties are modified, call this method to alert the AnnotationComponent that it needs to update itself based on the annotation's properties.
APPDEFAULT - Static variable in interface com.qoppa.pdf.DocumentViewPrefs
Setting for the Print Scaling viewer preference: Applications should use the current print scaling
append(byte[]) - Method in interface com.qoppa.pdf.source.PDFContent
Append content to this PDF.
appendDocument(PDFAssemble) - Method in class com.qoppa.pdfAssemble.PDFAssemble
Appends a PDF document to this document.
appendDocument(PDFDocument) - Method in class com.qoppa.pdfProcess.PDFDocument
Appends a PDF document to this document.
appendGIFAsPage(String, int) - Method in class com.qoppa.pdfImages.PDFImages
Creates a new page in the PDF document and adds the GIF image to it.
appendGIFAsPage(InputStream, int) - Method in class com.qoppa.pdfImages.PDFImages
Creates a new page in the PDF document and adds the GIF image to it.
appendGIFAsPage(InputStream, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page in the PDF document and adds the GIF image to it.
appendGIFAsPage(String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page in the PDF document and adds the GIF image to it.
appendGIFAsPage(String, int, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page in the PDF document and adds the GIF image to it.
appendImage(File) - Method in class com.qoppa.pdfProcess.PDFDocument
This method appends an image (or series of images) to the current document.
appendImage(InputStream, String) - Method in class com.qoppa.pdfProcess.PDFDocument
This method appends an image (or series of images) to the current document.
appendImageAsPage(BufferedImage, double, double, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page, with given dimensions, in the PDF document and adds the image to it.
appendImageAsPage(BufferedImage, int, int, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page in the PDF document and adds the image to it.
appendJPEG2000AsPage(InputStream, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page in the PDF document and adds a JPEG200 image, read from an input stream, to it using the DPI specified.
appendJPEGAsPage(String) - Method in class com.qoppa.pdfImages.PDFImages
Creates a new page in the PDF document and adds the JPEG file to it.
appendJPEGAsPage(InputStream) - Method in class com.qoppa.pdfImages.PDFImages
Creates a new page in the PDF document and adds the JPEG image to it.
appendJPEGAsPage(String, int) - Method in class com.qoppa.pdfImages.PDFImages
Creates a new page in the PDF document and adds the JPEG file to it.
appendJPEGAsPage(InputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page in the PDF document and adds the JPEG image to it.
appendJPEGAsPage(String) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page in the PDF document and adds the JPEG file to it.
appendJPEGAsPage(String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page in the PDF document and adds the JPEG file to it.
appendNewPage(double, double) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates and appends a new PDFPage to this document.
appendPage(PDFAssemble, int) - Method in class com.qoppa.pdfAssemble.PDFAssemble
Appends a page to this document.
appendPage(PDFPage) - Method in class com.qoppa.pdfProcess.PDFDocument
Appends a page to this document.
appendPageContent(PDFPage, double, double, double, double, Layer) - Method in class com.qoppa.pdfProcess.PDFPage
Adds the content of another page to this page.
appendPNGAsPage(String) - Method in class com.qoppa.pdfImages.PDFImages
Creates a new page in the PDF document and adds the PNG file to it.
appendPNGAsPage(InputStream) - Method in class com.qoppa.pdfImages.PDFImages
Creates a new page in the PDF document adds the PNG content to it.
appendPNGAsPage(InputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page in the PDF document and adds a PNG image, read from an input stream, to it.
appendPNGAsPage(String) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates a new page in the PDF document and adds the PNG file to it.
appendTextAsPages(InputStream, TextToPDFSettings) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates new pages in the PDF document and adds the text, read from an input stream, to them.
appendTextAsPages(String, TextToPDFSettings) - Method in class com.qoppa.pdfProcess.PDFDocument
Creates new pages in the PDF document and adds the text from an text file to them.
appendTIFFAsPages(String) - Method in class com.qoppa.pdfImages.PDFImages
Appends the pages in a TIFF file to the end of this document.
appendTIFFAsPages(InputStream) - Method in class com.qoppa.pdfImages.PDFImages
Appends the pages in a TIFF image from an input stream to the end of this document.
appendTIFFAsPages(InputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
Appends the pages in a TIFF image from an input stream to the end of this document.
appendTIFFAsPages(String) - Method in class com.qoppa.pdfProcess.PDFDocument
Appends the pages in a TIFF file to the end of this document.
applyRedactionAnnotation(Redaction) - Method in class com.qoppa.pdfProcess.PDFPage
This method will apply or "burn in" the redaction annotation.
applyRedactionAnnotations() - Method in class com.qoppa.pdfProcess.PDFPage
This method will apply or "burn in" all redaction annotations that are on this PDFPage.
APPROVED - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
 
ASIS - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
 
ATTACH_ADDED - Static variable in class com.qoppa.pdf.DocumentEvent
 
ATTACH_REMOVED - Static variable in class com.qoppa.pdf.DocumentEvent
 
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