I have created multiple PDF file streams in memory. Can I create a zip file from these streams, and if so how? I want to give the user a downloaded zip of my files without creating any files on the server.
ZipArchive only appears to take file names when running addFile
.