I am wondering if anyone has experience changing print settings through a web page. My common goal is to set the print button on a web page
<a href="javascript:window.print()">Print This Page</a>
And at the same time change the print settings of users to print the page from a landscape view. Input, if possible, or other suggestions will be appreciated. Changing the page layout is not really an option. I thought about using a separate stylesheet for the print page, but that does not help in what I actually print.
source
share