create a ZIP file from multiple FileDocuments in Mendix 10.15?
0
Hi everyone, I’m working in Mendix 10.15 and need to implement a feature where I export a main PDF (generated from an entity) together with related file attachments (System.FileDocument) — such as Excel, PNG, PDF, etc. — into a single ZIP file for download. So far I see Java actions for file handling (e.g., merge PDFs, duplicate FileDocuments), but I can’t find any action that lets me combine multiple files into one ZIP. My questions: Is there a built-in way in Mendix 10.15 to generate a ZIP archive from multiple FileDocuments? If not built-in, what’s the recommended approach to achieve this? Has ZIP creation support moved to another module in Mendix 10.x?