Link Search Menu Expand Document

TextComparerCompare Method (String, String)

Compares two PDF documents.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-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