Aspose::Pdf::Comparison::TextPdfComparer::CompareDocumentsPageByPage method

TextPdfComparer::CompareDocumentsPageByPage(System::SharedPtr<Document>, System::SharedPtr<Document>, System::SharedPtr<ComparisonOptions>) method

Compares two documents page by page.

static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>>> Aspose::Pdf::Comparison::TextPdfComparer::CompareDocumentsPageByPage(System::SharedPtr<Document> document1, System::SharedPtr<Document> document2, System::SharedPtr<ComparisonOptions> options)
ParameterTypeDescription
document1System::SharedPtr<Document>First document..
document2System::SharedPtr<Document>Second document.
optionsSystem::SharedPtr<ComparisonOptions>Comparison options.

ReturnValue

List of changes by page.

See Also

TextPdfComparer::CompareDocumentsPageByPage(System::SharedPtr<Document>, System::SharedPtr<Document>, System::SharedPtr<ComparisonOptions>, System::String) method

Compares two documents page by page. The result is saved in a PDF file.

static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>>> Aspose::Pdf::Comparison::TextPdfComparer::CompareDocumentsPageByPage(System::SharedPtr<Document> document1, System::SharedPtr<Document> document2, System::SharedPtr<ComparisonOptions> options, System::String resultPdfDocumentPath)
ParameterTypeDescription
document1System::SharedPtr<Document>First document..
document2System::SharedPtr<Document>Second document.
optionsSystem::SharedPtr<ComparisonOptions>Comparison options.
resultPdfDocumentPathSystem::StringPath to the pdf file to save the comparison results.

ReturnValue

List of changes by page.

See Also