In a Web application, is it possible to force a PDF file to be printed on the client? If the browser is configured to open the PDF inside the window, I guess that calling wi
you can set a http header to application/pdf and then force a new window open with javascript and print that way. but who would really do that? i mean come on now.