Generated by
JDiff

Interface com.qoppa.pdf.dom.IPDFPage

Added Methods
Vector<TextPosition> findTextUsingRegex(String) This method searches for the given text in the page.
 

Changed Methods
BufferedImage getImage(int, int, boolean) Change in exceptions thrown from no exceptions to com.qoppa.pdf.PDFException.
Returns a buffered image showing the contents of this page.
void printPage(Graphics2D, PageFormat, PrintSettings) Change in exceptions thrown from no exceptions to com.qoppa.pdf.PDFException.
Prints this page given a page format describing the printer's page and a PrintSettings object.