Aspose::Pdf::Document::MergeDocuments method

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

Merges documents.

static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::ArrayPtr<System::SharedPtr<Document>> &documents)
ParameterTypeDescription
documentsconst System::ArrayPtr<System::SharedPtr<Document>>&The documents to merge.

ReturnValue

The merged document.

See Also

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

Merges pdf files.

static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::ArrayPtr<System::String> &files)
ParameterTypeDescription
filesconst System::ArrayPtr<System::String>&The pdf-files to merge.

ReturnValue

The merged document.

See Also

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

Merges documents.

static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(System::SharedPtr<Document::MergeOptions> mergeOptions, const System::ArrayPtr<System::SharedPtr<Document>> &files)
ParameterTypeDescription
mergeOptionsSystem::SharedPtr<Document::MergeOptions>
filesconst System::ArrayPtr<System::SharedPtr<Document>>&The documents to merge.

ReturnValue

The merged document.

See Also

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

Merges documents.

static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(System::SharedPtr<Document::MergeOptions> mergeOptions, const System::ArrayPtr<System::String> &files)
ParameterTypeDescription
mergeOptionsSystem::SharedPtr<Document::MergeOptions>The merge options.
filesconst System::ArrayPtr<System::String>&The pdf-files to merge.

ReturnValue

The merged document.

See Also