Generated by
JDiff

Class com.qoppa.pdfProcess.PDFDocument

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

Removed Methods
File getFile() Convenience method that returns the file that the PDF document was loaded from.
String getFileName() Returns the name of the pdf document file without the full path.
void setIsDocumentModified(boolean) Sets the document modified flag
 

Added Methods
void appendImageAsPage(BufferedImage, double, double, int) Creates a new page, with given dimensions, in the PDF document and adds the image to it.
IAnnotationFactory getAnnotationFactory() Returns the AnnotationFactory for this document.
Object importAnnotsPDF(PDFDocument) Import annotations from another PDFDocument.
void setJSOpenAction(JSAction) Sets the open action for this document.
 

Changed Methods
void addDocumentModifiedListener(DocumentModificationListener) Change in signature from com.qoppa.pdf.objectStore.DocumentModificationListener to DocumentModificationListener.
Internal method to keep track of document events.
Object importAnnotsFDF(InputStream) Change in return type from void to Object.
Import annotations comments from an input stream in FDF format.
Object importAnnotsFDF(String) Change in return type from void to Object.
Import annotations comments from a file in FDF Format.
Object importAnnotsXFDF(InputStream) Change in return type from void to Object.
Import annotations from an input stream in XFDF Format.
Object importAnnotsXFDF(String) Change in return type from void to Object.
Import annotations from a file in XFDF Format.