Possible Duplicate:
Using System.IO.Packaging to generate a ZIP file
I have a controller where i create multiple PDF files.
What i need to do is, foreach pdf i create in my controller, add it to a zip archive which is temporarily stored in memory(as i cannot use local resources), and then offer the zip archive as a download in my browser (asp page).
How can this be achieved?