Uses of Class
com.itextpdf.kernel.utils.CompareTool
-
Packages that use CompareTool Package Description com.itextpdf.kernel.utils -
-
Uses of CompareTool in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils that return CompareTool Modifier and Type Method Description CompareTool
CompareTool. disableCachedPagesComparison()
Disables the default logic of pages comparison.CompareTool
CompareTool. enableEncryptionCompare()
Enables the comparison of the encryption properties of the documents.CompareTool
CompareTool. enableEncryptionCompare(boolean kdfSaltCompareEnabled)
Enables the comparison of the encryption properties of the documents.CompareTool
CompareTool. setCompareByContentErrorsLimit(int compareByContentMaxErrorCount)
Sets the maximum errors count which will be returned as the result of the comparison.CompareTool
CompareTool. setGenerateCompareByContentXmlReport(boolean generateCompareByContentXmlReport)
Enables or disables the generation of the comparison report in the form of an xml document.
-