This sample demonstrates how to compress and decompress data using the Deflate Compression Method. it also demonstrates how to encode and decode data using the Xceed Binary Encoding Library.
Project path: Samples\ASP\CompressDecompress
Project file name: CompressDecompress.asp
Properties: CompressionFormat
Method: Compress, Decompress
Enter the text to compress in the "Data to compress" text box and press the "Compress" button. The compress data will then appear in the "Compressed data" text box and can be decompressed by pressing the "Decompress" button.