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

TextPdfComparer::CompareDocumentsPageByPage(const System::SharedPtr<Document>&, const System::SharedPtr<Document>&, const 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<DiffOperation>>>>> Aspose::Pdf::Comparison::TextPdfComparer::CompareDocumentsPageByPage(const System::SharedPtr<Document> &document1, const System::SharedPtr<Document> &document2, const System::SharedPtr<ComparisonOptions> &options)
ParameterTypeDescription
document1const System::SharedPtr<Document>&First document..
document2const System::SharedPtr<Document>&Second document.
optionsconst System::SharedPtr<ComparisonOptions>&Comparison options.

ReturnValue

List of changes by page.

See Also

TextPdfComparer::CompareDocumentsPageByPage(const System::SharedPtr<Document>&, const System::SharedPtr<Document>&, const System::SharedPtr<ComparisonOptions>&, const 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<DiffOperation>>>>> Aspose::Pdf::Comparison::TextPdfComparer::CompareDocumentsPageByPage(const System::SharedPtr<Document> &document1, const System::SharedPtr<Document> &document2, const System::SharedPtr<ComparisonOptions> &options, const System::String &resultPdfDocumentPath)
ParameterTypeDescription
document1const System::SharedPtr<Document>&First document..
document2const System::SharedPtr<Document>&Second document.
optionsconst System::SharedPtr<ComparisonOptions>&Comparison options.
resultPdfDocumentPathconst System::String&Path to the pdf file to save the comparison results.

ReturnValue

List of changes by page.

See Also