Browse our Products

Aspose.ZIP for Python via .NET 25.12 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-916CAB archive compostion with MSZIP compression.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.cab.CabEntrySettingsSettings that control how a CAB entry is written.
aspose.zip.cab.CabCompressionSettingsSettings needed for CAB compressor to work.
aspose.zip.cab.CabStoreCompressionSettingsCompression settings that keep CAB data blocks uncompressed.
aspose.zip.cab.CabMsZipCompressionSettingsCompression settings that encode CAB data blocks using MSZip (deflate) compression.
aspose.zip.cab.CabSaveOptionsOptions for saving a CAB archive.
The following public methods and properties were added:Description
aspose.zip.cab.CabArchive.create_entry(…)Create an entry within the CAB archive.
aspose.zip.cab.CabArchive.create_entries(…)Adds to the CAB archive all files, recursively, from the directory.
aspose.zip.cab.CabArchive.save(…)Saves CAB archive to the destination provided.
aspose.zip.cab.CabSaveOptions.skip_checksum_calculationGets or sets a value indicating whether to skip checksum calculation when saving the CAB archive.