Aspose::Pdf::Document::Merge method

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

Merges documents.

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

See Also

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

Merges pdf files.

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

See Also

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

Merges documents.

void Aspose::Pdf::Document::Merge(System::SharedPtr<Document::MergeOptions> mergeOptions, const System::ArrayPtr<System::SharedPtr<Document>> &documents)
ParameterTypeDescription
mergeOptionsSystem::SharedPtr<Document::MergeOptions>The merge options.
documentsconst System::ArrayPtr<System::SharedPtr<Document>>&The documents to merge.

See Also

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

Merges documents.

void Aspose::Pdf::Document::Merge(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.

See Also