Aspose::Pdf::Document::Merge método

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

Fusiona documentos.

void Aspose::Pdf::Document::Merge(const System::ArrayPtr<System::SharedPtr<Document>> &documents)
ParámetroTipoDescripción
documentosconst System::ArrayPtr<System::SharedPtr<Document>>&Los documentos a fusionar.

Ver también

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

Fusiona archivos pdf.

void Aspose::Pdf::Document::Merge(const System::ArrayPtr<System::String> &files)
ParámetroTipoDescripción
archivosconst System::ArrayPtr<System::String>&Los archivos pdf a fusionar.

Ver también

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ámetroTipoDescripción
mergeOptionsconst System::SharedPtr<Document::MergeOptions>&Las opciones de fusión.
documentosconst System::ArrayPtr<System::SharedPtr<Document>>&Los documentos a fusionar.

Ver también

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ámetroTipoDescripción
mergeOptionsconst System::SharedPtr<Document::MergeOptions>&Las opciones de fusión.
archivosconst System::ArrayPtr<System::String>&Los archivos pdf a fusionar.

Ver también