The page element is used to create a new page.

Syntax:

Element

Attributes

Value

Notes for Element/Attribute/Value

page

page-size

A0 to A4

Default. Document page.

B0 to B5


letter


value

width, height

margin

value

Document margin: left, right, top, bottom
Default.

orientation

portrait

Default.

landscape


background

color

Default is document background.

Example

    <page/>

<page page-size="720,720" margin="40" orientation="landscape"/>

<page page-size="A4" margin="40,40,40,40" orientation="landscape"/>