Aspose::Pdf::Document::Merge method
Contents
[
Hide
]Document::Merge(const System::ArrayPtr<System::SharedPtr<Document>>&) method
Merges documents.
void Aspose::Pdf::Document::Merge(const System::ArrayPtr<System::SharedPtr<Document>> &documents)
| Parameter | Type | Description |
|---|---|---|
| documents | const System::ArrayPtr<System::SharedPtr<Document>>& | The documents to merge. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Document
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::Merge(const System::ArrayPtr<System::String>&) method
Merges pdf files.
void Aspose::Pdf::Document::Merge(const System::ArrayPtr<System::String> &files)
| Parameter | Type | Description |
|---|---|---|
| files | const System::ArrayPtr<System::String>& | The pdf-files to merge. |
See Also
- Typedef ArrayPtr
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::Merge(const System::SharedPtr<Document::MergeOptions>&, const System::ArrayPtr<System::SharedPtr<Document>>&) method
Merges documents.
void Aspose::Pdf::Document::Merge(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::SharedPtr<Document>> &documents)
| Parameter | Type | Description |
|---|---|---|
| mergeOptions | const System::SharedPtr<Document::MergeOptions>& | The merge options. |
| documents | const System::ArrayPtr<System::SharedPtr<Document>>& | The documents to merge. |
See Also
- Typedef SharedPtr
- Class MergeOptions
- Typedef ArrayPtr
- Class Document
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::Merge(const System::SharedPtr<Document::MergeOptions>&, const System::ArrayPtr<System::String>&) method
Merges documents.
void Aspose::Pdf::Document::Merge(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::String> &files)
| Parameter | Type | Description |
|---|---|---|
| mergeOptions | const System::SharedPtr<Document::MergeOptions>& | The merge options. |
| files | const System::ArrayPtr<System::String>& | The pdf-files to merge. |
See Also
- Typedef SharedPtr
- Class MergeOptions
- Typedef ArrayPtr
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++