Well, here's the problem. Say there is 10 separate PDFs someone needs to print, out of 500 PDFs on the server. Currently, they have to open each 10 individually and print them.
I've been asked to create a system that will allow them to select the 10 they want to print, and then hit a PRINT button that will open the 10 PDFs they selected and print them.
So, I'm trying to figure out the best way to make this happen.
Each user may select a different amount and combination of PDFs they wish to print. Someone might need 10, someone else might need 20, etc.