метод Aspose::Pdf::Document::MergeDocuments

Document::MergeDocuments(const System::ArrayPtr<System::SharedPtr<Document>>&) method

Объединяет документы.

static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::ArrayPtr<System::SharedPtr<Document>> &documents)
ПараметрТипОписание
документыconst System::ArrayPtr<System::SharedPtr<Document>>&Документы для объединения.

ReturnValue

Объединённый документ.

См. также

Document::MergeDocuments(const System::ArrayPtr<System::String>&) method

Объединяет pdf‑файлы.

static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::ArrayPtr<System::String> &files)
ПараметрТипОписание
файлыconst System::ArrayPtr<System::String>&PDF‑файлы для объединения.

ReturnValue

Объединённый документ.

См. также

Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions>&, const System::ArrayPtr<System::SharedPtr<Document>>&) method

Объединяет документы.

static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::SharedPtr<Document>> &files)
ПараметрТипОписание
mergeOptionsconst System::SharedPtr<Document::MergeOptions>&
файлыconst System::ArrayPtr<System::SharedPtr<Document>>&Документы для объединения.

ReturnValue

Объединённый документ.

См. также

Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions>&, const System::ArrayPtr<System::String>&) method

Объединяет документы.

static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::String> &files)
ПараметрТипОписание
mergeOptionsconst System::SharedPtr<Document::MergeOptions>&Параметры объединения.
файлыconst System::ArrayPtr<System::String>&PDF‑файлы для объединения.

ReturnValue

Объединённый документ.

См. также