- CALCULATE - Static variable in class com.qoppa.pdf.actions.TriggerActions
-
- Callout - Interface in com.qoppa.pdf.annotations
-
Interface representing a Callout annotation in a PDF document.
- canEdit() - Method in interface com.qoppa.pdf.annotations.Widget
-
- Caret - Interface in com.qoppa.pdf.annotations
-
Interface representing a Caret annotation in a PDF document.
- CheckBoxField - Interface in com.qoppa.pdf.form
-
CheckBoxField
holds a check box field.
- checkForErrors_UsePDFException(String) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
- checkForErrors_UsePrinterException(String) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
- CHINESE_SANSSERIF - Static variable in class com.qoppa.pdf.FontSettings
-
- CHINESE_SANSSERIF - Static variable in class com.qoppa.pdf.PDFRenderHints
-
- CHINESE_SERIF - Static variable in class com.qoppa.pdf.FontSettings
-
- CHINESE_SERIF - Static variable in class com.qoppa.pdf.PDFRenderHints
-
- CHINESE_SIMPLIFIED - Static variable in class com.qoppa.pdf.FontSettings
-
- CHINESE_SIMPLIFIED - Static variable in class com.qoppa.pdf.PDFRenderHints
-
- ChoiceField - Interface in com.qoppa.pdf.form
-
ChoiceField
is the abstract class to hold a choice field.
- Circle - Interface in com.qoppa.pdf.annotations
-
Interface representing a Circle annotation in a PDF document.
- clear() - Method in class com.qoppa.pdf.actions.TriggerActions
-
Overrides Hashtable method to keep track of modifications.
- clear() - Method in class com.qoppa.pdf.annotations.Vertices
-
Clear all the vertices in this list.
- clearErrors() - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
- clearPasswordPermissions(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Clears the password permissions for this document.
- clearPasswordPermissions(String) - Method in class com.qoppa.pdfSecure.PDFSecure
-
Clears the security for this document.
- clearRect(int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Clears the specified rectangle by filling it with the background
color of the current drawing surface.
- clearSecurity(String) - Method in class com.qoppa.pdfSecure.PDFSecure
-
Deprecated.
- clearSelection() - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
-
Clears the current annotation component selection.
- clearSignature() - Method in interface com.qoppa.pdf.form.SignatureField
-
Clears this signature, if the field has been signed.
- clearUsageRights() - Method in class com.qoppa.pdfProcess.PDFDocument
-
Remove extended permissions from the document.
- clearUsageRights() - Method in class com.qoppa.pdfSecure.PDFSecure
-
Remove extended permissions from the document.
- clip(Shape) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Intersects the current Clip with the interior of the specified Shape and sets the Clip to the resulting intersection.
- clipRect(int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Intersects the current clip with the specified rectangle.
- clone() - Method in class com.qoppa.pdf.settings.ImageCompression
-
Clones this object.
- close() - Method in interface com.qoppa.pdf.dom.IPDFDocument
-
Close / release all resources held by this document.
- close() - Method in interface com.qoppa.pdf.source.PDFContent
-
Close or release any resources that this object holds.
- close() - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Close / release all resources held by this document.
- close() - Method in class com.qoppa.pdfFields.PDFFields
-
Close / release all resources held by this document.
- close() - Method in class com.qoppa.pdfImages.PDFImages
-
Close / release all resources held by this document.
- close() - Method in class com.qoppa.pdfPrint.PDFPrint
-
Close / release all resources held by this document.
- close() - Method in class com.qoppa.pdfProcess.PDFDocument
-
Close / release all resources held by this document.
- close() - Method in class com.qoppa.pdfSecure.PDFSecure
-
Close / release all resources held by this document.
- close() - Method in class com.qoppa.pdfText.PDFText
-
Close / release all resources held by this document.
- closeDoc(boolean) - Method in interface com.qoppa.pdf.IWindowHandler
-
Close the currently open document, optionally prompting the user to save if the document has been modified.
- COLORSPACE_BW - Static variable in class com.qoppa.pdf.settings.ImageColorSpace
-
Convert image to B/W (1 bit grayscale).
- COLORSPACE_CMYK - Static variable in class com.qoppa.pdf.settings.ImageColorSpace
-
Convert image to CMYK.
- COLORSPACE_GRAY - Static variable in class com.qoppa.pdf.JPEG2000Options
-
- COLORSPACE_GRAY - Static variable in class com.qoppa.pdf.settings.ImageColorSpace
-
Convert image to grayscale.
- COLORSPACE_RETAIN - Static variable in class com.qoppa.pdf.settings.ImageColorSpace
-
Retain image current color space.
- COLORSPACE_RGB - Static variable in class com.qoppa.pdf.JPEG2000Options
-
- COLORSPACE_RGB - Static variable in class com.qoppa.pdf.settings.ImageColorSpace
-
Convert image to RGB.
- com.qoppa.ocr - package com.qoppa.ocr
-
OCR bridge integration.
- com.qoppa.pdf - package com.qoppa.pdf
-
General classes used by different objects throughout the library.
- com.qoppa.pdf.actions - package com.qoppa.pdf.actions
-
Classes that represent user actions.
- com.qoppa.pdf.annotations - package com.qoppa.pdf.annotations
-
Classes representing PDF annotations.
- com.qoppa.pdf.dom - package com.qoppa.pdf.dom
-
Classes representing the PDF document object model.
- com.qoppa.pdf.errors - package com.qoppa.pdf.errors
-
Classes related to error handling.
- com.qoppa.pdf.form - package com.qoppa.pdf.form
-
Classes related to PDF Acroform and its form fields.
- com.qoppa.pdf.permissions - package com.qoppa.pdf.permissions
-
This package contains classes related to document permissions.
- com.qoppa.pdf.resources - package com.qoppa.pdf.resources
-
Classes that represent resources in a PDF document.
- com.qoppa.pdf.settings - package com.qoppa.pdf.settings
-
Classes related to settings.
- com.qoppa.pdf.source - package com.qoppa.pdf.source
-
PDFSource interface and implementations.
- com.qoppa.pdfAssemble - package com.qoppa.pdfAssemble
-
jPDFAssemble main classes, used to assemble PDF documents.
- com.qoppa.pdfFields - package com.qoppa.pdfFields
-
jPDFFields main classes, used to work with PDF interactive forms and fields.
- com.qoppa.pdfImages - package com.qoppa.pdfImages
-
jPDFImages main classes, used to convert PDF documents to images and images to PDF documents.
- com.qoppa.pdfPrint - package com.qoppa.pdfPrint
-
jPDFPrint main classes, used to print PDF documents.
- com.qoppa.pdfProcess - package com.qoppa.pdfProcess
-
jPDFProcess main classes, used to manipulate PDF documents and pages.
- com.qoppa.pdfProcess.content - package com.qoppa.pdfProcess.content
-
jPDFProcess content classes used to manipulate attributes of text on pages.
- com.qoppa.pdfSecure - package com.qoppa.pdfSecure
-
jPDFSecure main classes, used encrypt and digitally sign PDF documents.
- com.qoppa.pdfText - package com.qoppa.pdfText
-
jPDFText main classes, used to extract text content from PDF documents.
- ComboField - Interface in com.qoppa.pdf.form
-
ComboField
holds a combo field.
- CompareOptions - Class in com.qoppa.pdf
-
The options to use when adding a PDFDocument as a layer to a comparison
document.
- CompareOptions() - Constructor for class com.qoppa.pdf.CompareOptions
-
Default constructor.
- COMPLETED - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- componentsDeselected(Vector<AnnotationComponent>) - Method in interface com.qoppa.pdf.annotations.IAnnotSelectionListener
-
This notification is sent when one or more AnnotationComponents are
deselected (or deleted)
- componentSelected(AnnotationComponent) - Method in interface com.qoppa.pdf.annotations.IAnnotSelectionListener
-
This notification is sent when an AnnotationComponent is selected
- COMPRESSION_DEFLATE - Static variable in class com.qoppa.pdf.settings.ImageCompression
-
Use Deflate compression when saving images to the PDF document.
- COMPRESSION_DEFLATE - Static variable in class com.qoppa.pdfProcess.PDFPage
-
- COMPRESSION_JBIG2 - Static variable in class com.qoppa.pdf.settings.ImageCompression
-
Use JBIG2 compression when saving images to the PDF document.
- COMPRESSION_JBIG2 - Static variable in class com.qoppa.pdfProcess.PDFPage
-
- COMPRESSION_JPEG - Static variable in class com.qoppa.pdf.settings.ImageCompression
-
Use JPEG compression when saving images to the PDF document.
- COMPRESSION_JPEG - Static variable in class com.qoppa.pdfProcess.PDFPage
-
- COMPRESSION_JPEG2000 - Static variable in class com.qoppa.pdf.settings.ImageCompression
-
Use Jpeg2000 compression when saving images to the PDF document.
- CONFIDENTIAL - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- containsInvisibleText() - Method in class com.qoppa.pdfProcess.PDFPage
-
Checks whether the page contains text which is invisible.
- containsJavaScript() - Method in interface com.qoppa.pdf.dom.IPDFDocument
-
- containsJavaScript() - Method in class com.qoppa.pdfFields.PDFFields
-
Returns true when the PDF document contains javascript.
- copyAnnotation(Annotation) - Method in class com.qoppa.pdfProcess.PDFPage
-
Use this method to copy a single annotation onto this page, from this or other documents.
- copyAnnotations(PDFPage) - Method in class com.qoppa.pdfProcess.PDFPage
-
Use this method to copy annotations onto this page, from this or other
documents.
- copyAnnotations(PDFPage, Layer) - Method in class com.qoppa.pdfProcess.PDFPage
-
Use this method to copy annotations onto this page, from this or other
documents.
- copyArea(int, int, int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Copies an area of the component by a distance specified by
dx
and dy
.
- COURIER - Static variable in class com.qoppa.pdfProcess.PDFGraphics
-
- create() - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Creates a new Graphics
object that is
a copy of this Graphics
object.
- createBookmark(Bookmark, int) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Creates a Bookmark with a GoToPage action, and Add it as a child to the parent Bookmark parameter
- createBookmark(Bookmark, int, int, int, double) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Creates a Bookmark with a GoToPage action that uses x and y coordinates and a zoom scale.
- createBookmark(Bookmark, int, int) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Creates a Bookmark with a GoToPage action with a zoom mode, and Add it as a child to the parent Bookmark parameter
- createCallout(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a callout annotation with the given content.
- createCircle(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a circle annotation with the given content.
- createCompare(PDFDocument, CompareOptions, PDFDocument, CompareOptions) - Static method in class com.qoppa.pdfProcess.PDFCompare
-
Create a new PDFDocument with separate layers containing the PDF content
converted to color.
- createFileAttachment(byte[], String, Date, Date, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a file attachment annotation.
- createFileAttachment(File, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Convenience constructor to create a file attachment from a file system file.
- createFileAttachment(InputStream, String, Date, Date, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Creates a file attachment from an input stream.
- createFileAttachment() - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Creates an empty file attachment object.
- createFreeText(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a free text annotation with the given content.
- createGraphics() - Method in class com.qoppa.pdfProcess.PDFPage
-
Creates a Graphics2D object to draw into this page.
- createGraphics(Layer) - Method in class com.qoppa.pdfProcess.PDFPage
-
Creates a graphics object that encapsulates a layer in a PDF document.
- createImage(double, int, int) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Return an image for the current stamp.
- createInk(String, List<Vertices>) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs an Ink annotation.
- createLine(String, double, double, double, double) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a line annotation with the given content.
- createLine(String, double, double, double, double, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a line annotation with the given content and intent.
- createLink() - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a Link annotation.
- createPolygon(String, Vertices, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a polygon annotation.
- createPolyline(String, Vertices, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a polyline annotation.
- createPopup(boolean) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a popup annotation with the given open flag.
- createRedaction(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a Redaction annotation with the given content.
- createRedaction(String, Vector<Point2D[]>) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a new Redaction annotation defined by the quadList rather than it's rectangular bounds,
unless the quadList is empty.
- createRootBookmark() - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Creates a new root bookmark and saves it in the document catalog.
- createRootBookmark() - Method in class com.qoppa.pdfProcess.PDFDocument
-
Creates a new root bookmark and saves it in the document catalog.
- createRubberStamp(Image, ImageCompression) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a rubber stamp annotation with the given image.
- createRubberStamp(String, Color) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Construct a rubber stamp annotation with custom text and custom color.
- createRubberStamp(String, Color, double) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Construct a text rubber stamp annotation.
- createRubberStamp(IPDFPage) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a rubber stamp annotation with the content stream from a PDF page.
- createSimpleDoc(DocAttributeSet) - Method in class com.qoppa.pdfPrint.PDFPrint
-
Creates and returns a SimpleDoc, with the specified doc attribute set,
which can be used in many common printing requests.
- createSound(AudioFormat, byte[]) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a sound annotation from an AudioFormat object and an
array of bytes containing the audio content.
- createSound(AudioInputStream) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a sound annotation from an AudioInputStream object.
- createSquare(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a square annotation with the given content.
- createTemplateFromPage(int, String, boolean) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Create a template based off an existing page in the document
- createText(String, boolean, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Construct a Text annotation.
- createTextMarkup(String, Vector<Point2D[]>, String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a new TextMarkup annotation.
- createTypeWriter(String) - Method in interface com.qoppa.pdf.annotations.IAnnotationFactory
-
Constructs a typewriter annotation with the given content.