Link Search Menu Expand Document

TextComparerCompare Method (Stream, Stream, 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(
	Stream firstFileStream,
	Stream secondFileStream,
	int startPage,
	int endPage
)

Parameters

firstFileStream
Type: System.IOStream
The first stream containing PDF document.
secondFileStream
Type: System.IOStream
The second stream containing PDF document.
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