Click or drag to resize

PdfComparer Compare Method (String)

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(
	string outPdfFile
)

Parameters

outPdfFile
Type: System String
The out pdf file path.
See Also