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

GraphicalPdfComparer::CompareDocumentsToPdf method

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

void Aspose::Pdf::Comparison::GraphicalComparison::GraphicalPdfComparer::CompareDocumentsToPdf(System::SharedPtr<Document> document1, System::SharedPtr<Document> document2, System::String resultPdfPath)
ParameterTypeDescription
document1System::SharedPtr<Document>The first document to compare.
document2System::SharedPtr<Document>The second document to compare.
resultPdfPathSystem::StringThe target pdf file path.

See Also