Zip files together

Put several files into a single zip archive.

This is the natural last step of anything that produces more than one file. Split a PDF into forty pages and you want one download, not forty.

Files keep their names inside the archive. If two of them collide, the second gets a number in brackets rather than replacing the first.

The whole archive is built in memory on your machine, so the practical limit is how much memory your device can spare rather than any rule of ours.

Accepts: */*

The name of the single file you will download.

Questions

What happens if two files have the same name?
The second one is renamed with a number in brackets, so nothing silently overwrites anything.
Can I zip the output of another tool?
Yes, and that is the point of the pipeline builder. Resize a folder of photos, strip their metadata, then zip the lot in one go.