This sets up the dimensions of the paper to be used.

PAPER="t"

where paper type 't' takes one of these values:

A0
A1
A2
A3
A4
A5
A6

ARCHA
ARCHB
ARCHC
ARCHD
ARCHE

ARCH30

LETTER

LEDGER

ANSIC

ANSID

ANSIE

EXECUTIVE

LEGAL

or for envelopes:

C5

DL

MONARCH

The default value of 't' is "A4".

E.g.

PAPER="LETTER"

Alternatively, specify the width and height of the paper:

PAPER="width,height"

e.g.

PAPER="6.5,8"

Use ORIENT to define the orientation of the paper. Using orientation as a second parameter of the paper attribute, e.g. PAPER="LETTER,P" is deprecated.

Element IDF sample script

Element TEXT sample script


Links:

Element PAGE

ORIENT

PAGE

UNITS