How to Change the Page OrientationEdit online
Suppose you want to publish on a landscape page. The default is portrait, so you need to change it by using the size property. This will contain both the physical measurements and the orientation. In your customization css, use:
@page {
size: us-letter landscape;
}