Skip to content

DevExpress-Examples/zip-compression-and-archive-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zip Compression and Archive API - Examples

This example contains code snippets that demonstrate the Zip Compression and Archive API features. These are:

  • Create new zip files or update existing zip files on disk or in memory
  • Zip or unzip to and from disks or memory
  • Compress and decompress .NET streams and byte arrays.
  • Zip file password encryption with support for AES (128, 192, and 256 bit encryption)
  • Allow different encryption passwords for each file
  • Set individual file comments
  • Allow file overwrite on a per file basis
  • Filter files to process
  • Progress tracking mechanism that allows you to cancel archive operations

Note

The Universal Subscription or an additional Office File API Subscription is required to use this example in production code. Please refer to the DevExpress Subscription page for pricing information.

Files to Look at

Documentation