Aspose::Pdf::Comparison::GraphicalPdfComparer::CompareDocumentsToPdf method

GraphicalPdfComparer::CompareDocumentsToPdf method

Compares documents graphically. The comparison result is placed in a PDF document.

void Aspose::Pdf::Comparison::GraphicalPdfComparer::CompareDocumentsToPdf(const System::SharedPtr<Document> &document1, const System::SharedPtr<Document> &document2, const System::String &resultPdfPath)
ParameterTypeDescription
document1const System::SharedPtr<Document>&The first document to compare.
document2const System::SharedPtr<Document>&The second document to compare.
resultPdfPathconst System::String&The target pdf file path.

See Also