Telerik ZipLibrary for ASP.NET Core gives you maximum freedom to compress and archive data through creating, editing and protecting ZIP files—all with a single line of code. You can compress data like images, DOCX, PDF or any other type of files and easily and securely send them over the wire.
Add multiple files to a single ZIP package using the intuitive API of the Telerik ZipLibrary. Edit existing ZIP files by inserting or deleting entries. The ZipLibrary for ASP.NET Core is optimized to process multiple files simultaneously for optimal performance.
Documentation on how to Create and Edit zip files with RadZipLibrary
You can load the data from a ZIP file and the Telerik ASP.NET Core ZipLibrary will simultaneously display information about the compressed files’ name, original and compressed size.
Use stream compression when you need to archive and send large data. Compress streams to save storage space and network traffic and decompress when you need the original file again.
You can make use of two lossless data compression algorithms—the Deflate and LZMA. The ZipLibrary and offers various settings for configuring both compression mechanisms.
Documentation on how to utilize the Deflate and LZMA compression algorithms with RadZipLibrary
Easily compress, decompress and send files of 4GB and larger.
Secure your zipped content with a password.
Documentation on how to setup zip protection in RadZipLibrary