Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.ZIP Product Family
Unrar or Extract Files Programmatically using C#
You can store multiple files in compressed form as RAR archive. In this article, you will learn how to Unrar or extract files from a compressed RAR archive. Please find further details in the following sections.
Posted in Aspose.ZIP Product Family Tagged Unrar archive, Unrar files, rar extractor, rar file opener, rar opener, unrar in C#
Create 7z (7-Zip) Archives Programmatically using C# .NET
In the previous post, I have discussed different ways of creating ZIP archives using C#. The article also covered how to create encrypted and password-protected ZIP archives. Besides ZIP format, there are some other commonly used archive formats such as 7z, tar, RAR, etc. Among these, 7z archive format is based on open-source architecture and it is used to compress files and folders with a high compression ratio. It also supports 256-bit AES encryption and … Continue Reading
Unzip Files in ZIP Archives using C#
In the previous post, you have learned different ways of zipping files and folders into ZIP archives using Aspose.ZIP for .NET. In this post, I’ll show you how to extract or unzip files in ZIP archives using C#. We’ll also cover how to extract password-protected or AES encrypted ZIP archives programmatically. This article is divided into the following sections:
… Continue ReadingAdd Files or Folders to ZIP Archives Programmatically in C#
The ZIP archives are used to compress and keep one or more files or folders into a single container. A ZIP archive encapsulates the files and folders as well as holds their metadata information. The most common usage of archiving is reducing the size of the files for storage or transmission and applying encryption for security. Apart from the file compression tools, the automated compression/extraction features are also used within various desktop and web applications for uploading, downloading, sharing, or … Continue Reading
Create 7Z Archive Files with LZMA Compression using C#
7z is an archiving format for compressing files and folders with a high compression ratio. It is based on Open Source architecture which makes it possible to use any compression and encryption algorithms. The 7z archive composition is now implemented with Lempel–Ziv–Markov chain algorithm LZMA compression in Aspose.ZIP for .NET 19.10 API which is now publicly available for download and usage to create .7z archive files with LZMA compression. We have introduced many public types and methods in this version … Continue Reading
Posted in Aspose.ZIP Product Family
Compress Files into gzip Format using C# with Aspose.ZIP for .NET
Guys, let’s check out what’s new for you in Aspose.ZIP for .NET 19.8 release.
Retrieve gzip Archive Name using C#
The following code example shows how to open an archive from a stream and retrieve its name.
Compress Files into a .gz Archive using C#
The following code example shows how to compress a file using GZipArchive instance.
Open gzip Archive for Processing using C#
The following code example shows how to open a gzip archive.
Moreover, to learn how … Continue Reading
Perform LZMA and BZip2 Compressions within ZIP Archive using C#
Guys, let’s check out what’s new for you in Aspose.ZIP for .NET 19.6 release.
LZMA Compression within ZIP Archive using C#
The Lempel–Ziv–Markov chain algorithm (LZMA) is an algorithm used to perform lossless data compression. LZMA uses a dictionary compression algorithm, the compressed stream is a stream of bits. LZMA compression within ZIP archive allows ZIP container to contain LZMA compressed entries. The following code examples show the implementation of LZMA compression using Aspose.ZIP for .NET API.
BZip2
… Continue Reading Posted in Aspose.ZIP Product Family
Support for TAR and GZIP Added With Aspose.ZIP for .NET 19.1
We are pleased to announce the release of Aspose.ZIP for .NET 19.1. This release introduces support for working with TAR and GZIP. For a detailed note on what is new and fixed, you may visit the release notes section of API.
Support For Unix Standard TAR Archive
Aspose.ZIP for .NET now supports USTAR archives as most modern TAR programs read and write archives in the UStar (Unix Standard TAR) format, introduced by the POSIX IEEE P1003.1 standard from 1988. … Continue Reading
Posted in Aspose.ZIP Product Family Tagged .NET ZIP API, Work with TAR and GZIP in CSharp
Work with ZIP Archives using Aspose.ZIP for .NET
We are pleased to announce the launch of Aspose.ZIP for .NET. This new API lets you work with compressed files and folders without the need of installing any third-party applications. It is a flexible and easy to use .NET API that lets you work with files compression in ZIP format. It saves you time and effort by allowing you to achieve compression/decompression of files and folders without going into the underlying complexity of the compress file formats.
Features Overview
Aspose.ZIP … Continue Reading
Aspose.ZIP for .NET to be Launched Soon!
We are excited to announce the upcoming addition of a new product to the Aspose product family. The new API, Aspose.ZIP for .NET, will let you compress files and add these to ZIP archives. For now, we are going to launch its .NET version only. However, the API will be available for other languages as well in the near future.
Aspose.ZIP for .NET Salient Features
Aspose.ZIP for .NET will allow .NET application developers to embed files and folders compression and … Continue Reading