shane07 Posted May 20, 2009 Share Posted May 20, 2009 Hello, Is it possible to print an A5 document using window.print() method? By default the browser prints an A4 document when using this method. Is there any way to change the print size? or is it to be set in the printer itself? Link to comment https://forums.phpfreaks.com/topic/158878-printing-a5-document-using-windowprint/ Share on other sites More sharing options...
Psycho Posted May 20, 2009 Share Posted May 20, 2009 You "supposed" to be able to set the printed page size using the CSS properties for paged media. But, the tests I ran in IE and FF seem to indicate they don't support it. The browser always goes with the default page size (which in my case is 8.5" x 11" - not A4). So, I'm not sure where it gets the default from. Link to comment https://forums.phpfreaks.com/topic/158878-printing-a5-document-using-windowprint/#findComment-838434 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.