Using MVC3, and have a form that post data that contains what report to generate as pdf from report server to controller. My controller return File(pdfstream, "application/pdf")
and the pdf opens in new tab. Is there any way to make the browser display print dialog when the tab with the pdf opens?
Asked
Active
Viewed 1,761 times
2
-
possible duplicate of [Generate a PDF that automatically prints](http://stackoverflow.com/questions/6167995/generate-a-pdf-that-automatically-prints) – yms Aug 23 '12 at 15:38
-
It does seem to be a duplicate of [Generate a PDF that automatically prints](http://stackoverflow.com/questions/6167995/generate-a-pdf-that-automatically-prints) – Dylan Corriveau Nov 22 '13 at 05:02