Hi There,
I have an application where a user has multiple PDF documents stored in a database. I currently pull those documents from the database and stitch them together, along with other personal data, into one PDF and display it in a browser.
My question is, would it be possible do this for multiple users at once and put the PDF documents into a zip file that would be downloaded through the browser? In other words, instead of doing one PDF at a time for each user, could I, say as an administrator, select 25 users and create a PDF for each (containing their associated pdfs from the database) and place them in a zip file that is then downloaded via the browser?
Thanks,
Tom Quinlivan