Generated by
JDiff

Class com.qoppa.pdfProcess.PDFPage

The superclass changed from com.qoppa.pdfViewer.hiObjects.AbstractPDFPage to AbstractPDFPage.

Removed Methods
void appendPageContent(PDFPage, double, double, double, double) Adds the content of another page to this page.
void invalidate() Invalidate paint cache.
void prependPageContent(PDFPage, double, double, double, double) Prepend the contents of another page to this page.
void replaceContent() Rewrite the page's content stream.
 

Added Methods
boolean applyRedactionAnnotation(Redaction) This method will apply or "burn in" the redaction annotation.
boolean applyRedactionAnnotations() This method will apply or "burn in" all redaction annotations that are on this PDFPage.
BufferedImage getImageCS(int, ColorSpace) Returns a BufferedImage, created in the given color space, containing a rendering of the page at the given resolution in DPI.
BufferedImage getImageGray(int) Returns a BufferedImage containing a rendering of the page at the given resolution in DPI.