C# code listed below for adding files or folders to ZIP archives. Learn how to compress files or folders by creating ZIP archives programmatically. Developers can easily integrate and modify these as of their application requirement. Few of the main functions of API
- Create a ZIP Archive
- Add Multiple Files into ZIP Archive (using FileStream or FileInfo)
- ZIP Files using Path
- Add Folders to a ZIP Archive
- Create a Password Protected ZIP using ZipCrypto
- C# Create Password Protected ZIP with AES Encryption methods (AES128 , AES192, AES256)
- Set Parallel Compression Mode and much more
More details to Zip & Unzip Files using .NET ZIP Library at https://products.aspose.com/zip/net/zip-file/
For Archive code integration there are few prerequisite listed in installation section below.
Install from command line as nuget install Aspose.ZIP
or via Package Manager Console of Visual Studio with Install-Package Aspose.ZIP
.
Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads.
Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License