Aspose::Pdf::Document::MergeDocuments metod

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)
ParameterTypBeskrivning
dokumentconst System::ArrayPtr<System::SharedPtr<Document>>&Dokumenten att slå samman.

ReturnValue

Det sammanslagna dokumentet.

Se även

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)
ParameterTypBeskrivning
filerconst System::ArrayPtr<System::String>&PDF-filerna att slå samman.

ReturnValue

Det sammanslagna dokumentet.

Se även

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)
ParameterTypBeskrivning
mergeOptionsconst System::SharedPtr<Document::MergeOptions>&
filerconst System::ArrayPtr<System::SharedPtr<Document>>&Dokumenten att slå samman.

ReturnValue

Det sammanslagna dokumentet.

Se även

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)
ParameterTypBeskrivning
mergeOptionsconst System::SharedPtr<Document::MergeOptions>&Sammanslagningsalternativen.
filerconst System::ArrayPtr<System::String>&PDF-filerna att slå samman.

ReturnValue

Det sammanslagna dokumentet.

Se även