GroupDocs.Merger allows developers to combine multiple ZIP documents in the preferred order and save them as a single file. You will not spend your time doing these operations manually on desktop software.
With GroupDocs.Merger it is possible to combine archive documents of any archive extensions such as ZIP or TAR.
The following example demonstrates how to merge archive files with several lines of Python via .NET code:
Create an instance of Merger class and pass source archive file path as a constructor parameter. You may specify absolute or relative file path as per your requirements.
Add another archive file to merge with join method. Repeat this step for other archive documents you want to merge.
Call Merger class save method and specify the filename for the merged archive file as parameter.
GroupDocs.Merger for Python via .NET provides online ZIP Merger App and TAR Merger App, which allow you to try it for free and check its quality and accuracy.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.