Aspose::Pdf::Document::MergeDocuments metod
Innehåll
[
Dölj
]Document::MergeDocuments(const System::ArrayPtr<System::SharedPtr<Document>>&) method
Slår ihop dokument.
static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::ArrayPtr<System::SharedPtr<Document>> &documents)
| Parameter | Typ | Beskrivning |
|---|---|---|
| dokument | const System::ArrayPtr<System::SharedPtr<Document>>& | Dokumenten att slå samman. |
ReturnValue
Det sammanslagna dokumentet.
Se även
- Typedef SharedPtr
- Class Document
- Typedef ArrayPtr
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::MergeDocuments(const System::ArrayPtr<System::String>&) method
Slår ihop pdf-filer.
static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::ArrayPtr<System::String> &files)
| Parameter | Typ | Beskrivning |
|---|---|---|
| filer | const System::ArrayPtr<System::String>& | PDF-filerna att slå samman. |
ReturnValue
Det sammanslagna dokumentet.
Se även
- Typedef SharedPtr
- Class Document
- Typedef ArrayPtr
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions>&, const System::ArrayPtr<System::SharedPtr<Document>>&) method
Slår ihop dokument.
static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::SharedPtr<Document>> &files)
| Parameter | Typ | Beskrivning |
|---|---|---|
| mergeOptions | const System::SharedPtr<Document::MergeOptions>& | |
| filer | const System::ArrayPtr<System::SharedPtr<Document>>& | Dokumenten att slå samman. |
ReturnValue
Det sammanslagna dokumentet.
Se även
- Typedef SharedPtr
- Class Document
- Class MergeOptions
- Typedef ArrayPtr
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions>&, const System::ArrayPtr<System::String>&) method
Slår ihop dokument.
static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::String> &files)
| Parameter | Typ | Beskrivning |
|---|---|---|
| mergeOptions | const System::SharedPtr<Document::MergeOptions>& | Sammanslagningsalternativen. |
| filer | const System::ArrayPtr<System::String>& | PDF-filerna att slå samman. |
ReturnValue
Det sammanslagna dokumentet.
Se även
- Typedef SharedPtr
- Class Document
- Class MergeOptions
- Typedef ArrayPtr
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++