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

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

Сравнивает два документа постранично.

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)
ПараметрТипОписание
document1const System::SharedPtr<Document>&Первый документ..
document2const System::SharedPtr<Document>&Второй документ.
optionsconst System::SharedPtr<ComparisonOptions>&Сравнение параметры.

ReturnValue

Список изменений по страницам.

См. также

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

Сравнивает два документа постранично. Результат сохраняется в PDF‑файл.

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)
ПараметрТипОписание
document1const System::SharedPtr<Document>&Первый документ..
document2const System::SharedPtr<Document>&Второй документ.
optionsconst System::SharedPtr<ComparisonOptions>&Сравнение параметры.
resultPdfDocumentPathconst System::String&Путь к PDF‑файлу для сохранения результатов сравнения.

ReturnValue

Список изменений по страницам.

См. также