Click or drag to resize

PdfComparer Compare Method (Stream)

Compare the old/new pdf docments,generate diff pdf document.

Namespace: Spire.Pdf.Comparison
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Compare(
	Stream outPdfStream
)

Parameters

outPdfStream
Type: System.IO Stream
The out pdf document stream.
See Also