Aspose::Pdf::Document::Merge método
Contenido
[
Ocultar
]Document::Merge(const System::ArrayPtr<System::SharedPtr<Document>>&) method
Fusiona documentos.
void Aspose::Pdf::Document::Merge(const System::ArrayPtr<System::SharedPtr<Document>> &documents)
| Parámetro | Tipo | Descripción |
|---|---|---|
| documentos | const System::ArrayPtr<System::SharedPtr<Document>>& | Los documentos a fusionar. |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Document
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::Merge(const System::ArrayPtr<System::String>&) method
Fusiona archivos pdf.
void Aspose::Pdf::Document::Merge(const System::ArrayPtr<System::String> &files)
| Parámetro | Tipo | Descripción |
|---|---|---|
| archivos | const System::ArrayPtr<System::String>& | Los archivos pdf a fusionar. |
Ver también
- 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
Fusiona documentos.
void Aspose::Pdf::Document::Merge(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::SharedPtr<Document>> &documents)
| Parámetro | Tipo | Descripción |
|---|---|---|
| mergeOptions | const System::SharedPtr<Document::MergeOptions>& | Las opciones de fusión. |
| documentos | const System::ArrayPtr<System::SharedPtr<Document>>& | Los documentos a fusionar. |
Ver también
- 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
Fusiona documentos.
void Aspose::Pdf::Document::Merge(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::String> &files)
| Parámetro | Tipo | Descripción |
|---|---|---|
| mergeOptions | const System::SharedPtr<Document::MergeOptions>& | Las opciones de fusión. |
| archivos | const System::ArrayPtr<System::String>& | Los archivos pdf a fusionar. |
Ver también
- Typedef SharedPtr
- Class MergeOptions
- Typedef ArrayPtr
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++