Skip to footer content
IronZip Logo for .NET

Start Your IronZIP Free Trial Instantly

  • Handle ZIP, TAR, GZIP, and BZIP2 archives
  • Customize compression levels and password protection
  • Deploy on Windows, Mac, Linux, iOS, & Android
  • Free 30-day trial, full features, no credit card
Trial key

Get your free 30-day Trial Key instantly.

Your trial license will be sent to this address

Check icon No credit card or account creation required

Test Icon

Test in a live environment

Test in production without watermarks.
Works wherever you need it to.

Functional Icon

Fully-functional product

Get 30 days of fully functional product.
Have it up and running in minutes.

Support Icon

24/5 technical support

Full access to our support engineering team during your product trial

Create ZIP
using IronZip;

// Create an empty ZIP
using (var archive = new IronZipArchive())
{
    // Add files to the ZIP
    archive.Add("./assets/image1.jpg");
    archive.Add("./assets/image2.jpg");
    archive.Add("./assets/image3.jpg");

    // Export the ZIP
    archive.SaveAs("output.zip");
}
Imports IronZip

' Create an empty ZIP
Using archive = New IronZipArchive()
	' Add files to the ZIP
	archive.Add("./assets/image1.jpg")
	archive.Add("./assets/image2.jpg")
	archive.Add("./assets/image3.jpg")

	' Export the ZIP
	archive.SaveAs("output.zip")
End Using
Install-Package IronZip

Explore the code and run it to see the sample.

World-Class Engineering,
24-Hour Support
  • Support Team Member 2 related to Start Your IronZIP Free Trial Instantly
  • Support Team Member 4 related to Start Your IronZIP Free Trial Instantly
  • Support Team Member 6 related to Start Your IronZIP Free Trial Instantly
  • Support Team Member 7 related to Start Your IronZIP Free Trial Instantly
  • Support Team Member Iron related to Start Your IronZIP Free Trial Instantly
Talk to an Expert

Iron Support Team

We're online 24 hours, 5 days a week.
Chat
Email
Call Me