TextComparerCompare Method (String, String)ByteScout PDF Extractor SDK
Compares two PDF documents.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public decimal Compare(
	string firstFilePath,
	string secondFilePath
)

Parameters

firstFilePath
Type: SystemString
The first file path.
secondFilePath
Type: SystemString
The second file path.

Return Value

Type: Decimal
Number of changes in percents.
See Also

Reference