Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Method and Description |
---|---|
Redaction |
IAnnotationFactory.createRedaction(String contents)
Constructs a Redaction annotation with the given content.
|
Redaction |
IAnnotationFactory.createRedaction(String contents,
Vector<Point2D[]> quadList)
Constructs a new Redaction annotation defined by the quadList rather than it's rectangular bounds,
unless the quadList is empty.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PDFPage.applyRedactionAnnotation(Redaction redactionAnnot)
This method will apply or "burn in" the redaction annotation.
|