UI for .NET MAUI
Create, edit and protect ZIP files with Telerik ZipLibrary for .NET MAUI. Take advantage of the most flexible way to compress, archive and ship large files in DOCX, PDF and image formats.
Combine various files into a ZIP archive thanks to the intuitive ZipLibrary API for .NET MAUI. Browse, add or remove files from previously created ZIP files.
Documentation on how to Create and Edit zip files with RadZipLibrary
The .NET MAUI ZipLibrary provides you with an overview of the ZIP’s contents and easy access to the files’ details like name, actual and compressed size.
Compress and decompress large files when you need to. Easily compress streams to reduce file size and ship zipped data packages. Decompress to restore the initial file size.
The ZipLibrary allows performing lossless data compression through both the Deflate and LZMA algorithms and provides numerous settings for configuring the selected compression mechanisms.
Documentation on how to utilize the Deflate and LZMA compression algorithms with RadZipLibrary
The Telerik ZipLibrary for .NET MAUI can effortlessly handle files over 4GB of data.
Securely transfer your ZIP files over the internet by protecting them with a password.
Documentation on how to setup zip protection in RadZipLibrary
The AES encryption algorithm is best suited to secure sensitive information, such as passwords, credit card numbers and personal data. It uses a symmetric key algorithm, meaning the same key is used for both encrypting and decrypting the data. You can read and extract AES-protected archives with ease.
See the Document Processing Zip Library docs: Protected Zip Archive