Iam writing a website with asp.net mvc4. I have to write a module that user can download all the pdf file by click a download all button.
But the problem is all the pdf file are not already in server. The process run when the action link was call, it export the pdf from html by Rotativa library in asp.net and send back to the browser.
I have the action links were contained by a tags, which were list below the download all button. So what I want is when I click a download all button, it will call one by one action link to download the pdf.
Is this possible at all? Any suggestions on how to go about it?
Thanks