Hi,

I'm not sure if this is the right place to ask this but I don't know where else to post it, so here goes. I have a Spring MVC application that allows users to upload files and saves the file to a network drive. I recently got a new requirement to print all files that are uploaded. What is the best way to do this? 95% of the files uploaded are in PDF format, I could tell them that I could only print PDF files but I'd rather be able to print all formats.

Application is running on tomcat in Windows 2008