Link Search Menu Expand Document

TextComparerCompare Method (String, String, Int32, Int32)

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,
	int startPage,
	int endPage
)

Parameters

firstFilePath
Type: SystemString
The first file path.
secondFilePath
Type: SystemString
The second file path.
startPage
Type: SystemInt32
The start page index (zero-based).
endPage
Type: SystemInt32
The end page index (zero-based). Use -1 for "to the end of document".

Return Value

Type: Decimal
Number of changes in percents.
See Also

Reference