I asked the following question on the MSDN-forums. It actually got answered, but still i couldn't come up with a solution after a couple of hours of research. So maybe you guys have an idea. Here it goes...:
I have the following specification for which i should develop a prototype with ASP.Net MVC 4:
In a SQL-DB there are up to 1000 PDF-files stored.
The User of an ASP.Net MVC 4 wep application should be able to start a server side bulk print job. Also he should choose wich network printer the job is sent to.
Is this at all possible in ASP.Net MVC 4? And if so, how would one approach this problem?
Thanks in advance for any help, tips or steps in the right direction.