GroupDocs.Merger for Python via .NET

Merge SVG files

Streamline document processing in your Python applications with GroupDocs.Merger for Python via .NET, enabling fast and efficient SVG file merging.

How to merge SVG documents

GroupDocs.Merger makes it simple to merge SVG documents. Add merging capabilities to your Python via .NET applications to efficiently combine multiple files.

  1. Provide the path to the first SVG file.
  2. Select an additional file to merge.
  3. Apply optional settings if necessary.
  4. Execute the merge process and save the output document.
import groupdocs.merger as gm

# Initialize Merger with the source SVG document
with gm.Merger("file_1.svg") as merger:
    
    # Merge the document with an additional file
    merger.join("file_2.svg")

    # Save the merged document to the desired location
    merger.save("result.svg")
npm i @groupdocs/groupdocs.merger
click to copy
copied
More examples Documentation

Document merging tools

GroupDocs.Merger for Python via .NET provides advanced document processing capabilities, supporting over 50 widely used file formats.

Key benefits of GroupDocs.Merger

Merge different document formats

Merge various file types, including PDFs, Word documents, spreadsheets, presentations, and images. Define specific pages to include in the merge process.

Page management

Easily reorganize, delete, or swap pages to structure documents efficiently.

Modify page layout

Rotate pages to any angle and toggle between landscape and portrait modes for compatible file formats.

Extract pages

Select and extract specific pages, saving them as a new document.

Merge files of different formats

This example demonstrates how to merge multiple files of various formats into a single document.

JavaScript

import groupdocs.merger as gm

# Define the main file path
with gm.Merger("file_1.pdf") as merger:
  
    # Merge it with a Microsoft Word document
    merger.join("file_2.docx")

    # Include a Microsoft Excel spreadsheet in the merged document
    merger.join("file_3.xlsx")

    # Save the final merged document to the specified location
    merger.save("result.pdf")
npm i @groupdocs/groupdocs.merger
click to copy
copied
More examples Documentation

About GroupDocs.Merger

GroupDocs.Merger for Python via .NET is a comprehensive solution for document management, supporting over 50 file types, including PDFs, Word documents, spreadsheets, presentations, images, and archives. Easily merge, split, reorder, extract, and remove pages to structure your documents as needed.
Learn more
About illustration

Ready to get started?

Download GroupDocs.Merger for free or get a trial license for full access!

Useful resources

Explore documentation, code samples, and community support to enhance your experience.

Key features

Discover additional tools for document processing

Merge various file formats

GroupDocs.Merger supports over 50 document types, allowing seamless merging and customization.

Temporary license tips

1
Sign up with your work email.
Free mail services are not allowed.
2
Use Get a temporary license button on the second step.
 English