This module provides two Java actions for handling file compression in Mendix:
- ZipFiles: Compresses multiple FileDocument objects into a single ZIP file.
- UnzipFile: Extracts the contents of a ZIP file into individual FileDocument objects. Useful for scenarios involving file packaging, uploads, and downloads within Mendix apps.
Studio Pro Version: 10.12.10
- Import the Zip Utility Module from the Mendix Marketplace.
- Drag and drop the ZipFiles or UnzipFile Java actions into a microflow.
- Pass the required parameters (e.g., a list of FileDocument objects for zipping, or a ZIP FileDocument for unzipping) to complete the action.


