Force webpage to print in legal paper

css, javascript, printing, web

Solution

This can't be done with standard CSS or JavaScript. You might be able to do this with ActiveX but I can't say that for sure and even then it will only work in IE.

Problem

In a web application for an intranet, I have a webpage that has to be printed by the user in legal (8 1/2" x 14") paper. Is there a way using CSS or JavaScript to tell the browser to request (or optimize) for this paper size? If there isn't, is it possible to at least change the default printer settings for this particular webpage so the user doesn't have to specify Legal Paper manually? Thanks in advance for your kind answers.

Original source