{overview.title}

{overview.description}

Illustration merger

{overview.feature_1.title}

{overview.feature_1.description}

{overview.feature_2.title}

{overview.feature_2.description}

{overview.feature_3.title}

{overview.feature_3.description}

{platforms.title}

{platforms.description}

Amazon
Docker
Azure
Eclipse
IntelliJ
Windows
Linux
Maven

{formats.title}

{formats.description}

{formats.groups.title_1}

  • Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT
  • Excel: XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM
  • PowerPoint: PPT, PPTX, PPS, PPSX, ODP, OTP
  • Visio: VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX

{formats.groups.title_2}

  • {formats.groups.format_documents}: PDF, XPS, TEX
  • {formats.groups.format_images}: BMP, JPEG, PNG, GIF, TIFF, SVG, PS
  • OpenDocument: ODT, OTT, ODS
  • eBook: EPUB

{formats.groups.title_3}

  • {formats.groups.format_web}: HTML, MHTML, MHT
  • {formats.groups.format_archives}: ZIP, TAR, RAR, 7Z, BZ2, GZ
  • OneNote: ONE

{features.title}

{features.description}

Feature icon

{features.feature_1.title}

{features.feature_1.content}

Feature icon

{features.feature_2.title}

{features.feature_2.content}

Feature icon

{features.feature_3.title}

{features.feature_3.content}

Feature icon

{features.feature_4.title}

{features.feature_4.content}

Feature icon

{features.feature_5.title}

{features.feature_5.content}

Feature icon

{features.feature_6.title}

{features.feature_6.content}

Feature icon

{features.feature_7.title}

{features.feature_7.content}

Feature icon

{features.feature_8.title}

{features.feature_8.content}

Feature icon

{features.feature_9.title}

{features.feature_9.content}

{code_samples.title}

{code_samples.description}

{code_samples.sample_1.title}

{code_samples.sample_1.content_1} {code_samples.sample_1.content_2}

{code_samples.sample_1.code_title}

import groupdocs.merger as gm

def run():

    # {code_samples.sample_1.comment_1}
    with gm.Merger("sample1.docx") as merger:

        # {code_samples.sample_1.comment_2}
        merger.join("sample2.docx")

        # {code_samples.sample_1.comment_3}
        merger.save("merged.docx")

{code_samples.sample_2.title}

{code_samples.sample_2.content_1} {code_samples.sample_2.content_2}

{code_samples.sample_2.code_title}

import groupdocs.merger as gm

def run():

    # {code_samples.sample_2.comment_1}
    filePath = "input.pdf"
    filePathOut = "output.pdf"

    # {code_samples.sample_2.comment_2}
    splitOptions = gm.domain.options.SplitOptions(filePathOut, [ 3, 6, 8 ])

    # {code_samples.sample_2.comment_3}
    with gm.Merger(filePath) as merger:

        # {code_samples.sample_2.comment_4}
        merger.split(splitOptions)

Tipps zur temporären Lizenz

1
Melden Sie sich mit Ihrer geschäftlichen E-Mail-Adresse an. Kostenlose E-Mail-Dienste sind nicht zulässig.
2
Klicken Sie im zweiten Schritt auf die Schaltfläche Provisorische Lizenz anfordern.
 Deutsch