MVC3 return multiple pdfs as a zip file

后端 未结 4 1446
醉梦人生
醉梦人生 2021-01-01 06:06

I have a view that returns a pdf (using iTextSharp) with multiple pages, but now I have to change it so that each page is a separate pdf (with it\'s own unique title) and re

4条回答
  •  鱼传尺愫
    2021-01-01 06:27

    I would recommend using SharpZipLib to zip into a standard zip file. Put the files into a temp folder and use the FastZip class to make the zip.

提交回复
热议问题