Uses of Class
com.itextpdf.kernel.utils.CompareTool.CompareResult
Packages that use CompareTool.CompareResult
-
Uses of CompareTool.CompareResult in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils that return CompareTool.CompareResultModifier and TypeMethodDescriptionCompareTool.compareByCatalog
(PdfDocument outDocument, PdfDocument cmpDocument) Compares two PDF documents by content starting from Catalog dictionary and then recursively comparing corresponding objects which are referenced from it.CompareTool.compareDictionariesStructure
(PdfDictionary outDict, PdfDictionary cmpDict) Recursively compares structures of two corresponding dictionaries from out and cmp PDF documents.CompareTool.compareDictionariesStructure
(PdfDictionary outDict, PdfDictionary cmpDict, Set<PdfName> excludedKeys) Recursively compares structures of two corresponding dictionaries from out and cmp PDF documents.CompareTool.compareStreamsStructure
(PdfStream outStream, PdfStream cmpStream) Compares structures of two corresponding streams from out and cmp PDF documents.Methods in com.itextpdf.kernel.utils with parameters of type CompareTool.CompareResultModifier and TypeMethodDescriptionprotected boolean
CompareTool.compareObjects
(PdfObject outObj, PdfObject cmpObj, ObjectPath currentPath, CompareTool.CompareResult compareResult) Compare PDF objects.