chid_ny 0 Newbie Poster

I have a web application where there are many pdf reports stored on the server. I can pass the address of the documents to the client. When the client selects the required docs and clicks print button, he should be able to print them out on his local printer ( not on server ).

The reason i want to aumate this process is because there are many documents ( upto 50) ; its easier for the user to select all the documents he wants ( checkboxes) and click on print once and get all them printed at once rather than opening each document and printing them individually.

What is the best possible way to do this ? I researched on net and found few resources but none seem to work.
Any help appreciated!

--chid.