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 CompareToolCompareTool. disableCachedPagesComparison()Disables the default logic of pages comparison.CompareToolCompareTool. enableEncryptionCompare()Enables the comparison of the encryption properties of the documents.CompareToolCompareTool. enableEncryptionCompare(boolean kdfSaltCompareEnabled)Enables the comparison of the encryption properties of the documents.CompareToolCompareTool. setCompareByContentErrorsLimit(int compareByContentMaxErrorCount)Sets the maximum errors count which will be returned as the result of the comparison.CompareToolCompareTool. setGenerateCompareByContentXmlReport(boolean generateCompareByContentXmlReport)Enables or disables the generation of the comparison report in the form of an xml document.
-