I am generating a report on a web page that needs to be printed in landscape mode.
I have been searching for this since a few days and found a lot of answers on the web. Basically a simple style is needed for this:
@page {
size: landscape;
margin: 0.5cm 0.5cm 0.5cm 0.5cm;
}
But that does not seem to be working for me.
Can anyone please help?
Thank you.