Top "Dotnetzip" questions

Questions dealing with the DotNetZip open-source zip library for .NET

How do I install DotNetZip?

As I am pretty new to Visual Studio, this question may sound kinda dumb: How do I install DotNetZip library? …

dll visual-studio-2012 installation dotnetzip
Is there a zip library for c# that is faster than DotNetZip

I m currently using Ionic zip library. I was curious if there s a faster one than this? As long …

c# .net compression zip dotnetzip
How to check whether file exists in zip file using dotnetzip

I am creating zip using dotnetzip library. But I don't know how to check if a file exists in the …

c# compression dotnetzip
Add Files Into Existing Zip

I can successfully extract files from a zip folder into a folder, but I am not quite sure how to …

c# dotnetzip
Using ASP.NET Web API, how can a controller return a collection of streamed images compressed using DotNetZip Library?

How can I create a Web API controller that generates and returns a compressed zip file streamed from a collection …

c# .net asp.net-web-api dotnetzip
How to add Ionic.Zip.dll in c#.net project and use it to create a zip from folder?

I am new to c#.net using Visual studio 2010 Express. I have got an assignment to create a zip file …

c# dotnetzip
DotNetZip BadReadException on .Extract

I've got a weird file that when zipped with DotNetZip creates an 'ununzipable' archive. When I try to unzip it …

c# dotnetzip
How to zip only files and not the full path hierarchy with DotNetZip in powershell?

I'm trying to zip up log using DotNetZip and powershell. The files are in C:\user\temp\logs When I …

powershell dotnetzip
The same volume can not be used as both the source and destination

I'm creating split archives using the following code: string filename = "FileName.pdf"; using (ZipFile zip = new ZipFile()) { zip.UseZip64WhenSaving = …

c# dotnetzip
DotNetZip - rename file entry in zip file while compressing

Using DotNetZip, is it possible to compress a file such that the zip lists a different file name for a …

c# .net-4.0 dotnetzip