Generated by
JDiff

Class com.itextpdf.kernel.utils.CompareTool

Changed Methods
boolean  compareArrays( PdfArray, PdfArray ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Simple method that compares two given PdfArrays by content.
CompareResult  compareByCatalog( PdfDocument, PdfDocument ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Compares two PDF documents by content starting from Catalog dictionary and then recursively comparing corresponding objects which are referenced from it.
boolean  compareDictionaries( PdfDictionary, PdfDictionary ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Simple method that compares two given PdfDictionaries by content.
boolean  compareObjects( PdfObject, PdfObject , ObjectPath , CompareResult ) Change in signature from (com.itextpdf.kernel.pdf.PdfObject, com.itextpdf.kernel.pdf.PdfObject, com.itextpdf.kernel.utils.CompareTool.ObjectPath, com.itextpdf.kernel.utils.CompareTool.CompareResult) to (com.itextpdf.kernel.pdf.PdfObject, com.itextpdf.kernel.pdf.PdfObject, com.itextpdf.kernel.utils.objectpathitems.ObjectPath, com.itextpdf.kernel.utils.CompareTool.CompareResult).
 
boolean  compareStreams( PdfStream, PdfStream ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Simple method that compares two given PdfStreams by content.
void  setEventCountingMetaInfo( IMetaInfo) Change in signature from com.itextpdf.kernel.counter.event.IMetaInfo to com.itextpdf.commons.actions.contexts.IMetaInfo.
Sets IMetaInfo info that will be used for both read and written documents creation.