Xerox 96 Printer User Manual


 
FORMS DESCRIPTION LANGUAGE
3-6 XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS FORMS CREATION GUIDE
PAPER command
This command identifies the paper size for which the form is
designed. It is an optional command that enables you to select a
paper size that is different than the sysgen-defined paper size.
Specifying paper size The format of the command for specifying standard paper sizes is as
follows:
x BY y specifies nonstandard sizes
Note: USLETTER and USLEGAL cannot be abbreviated.
The PDL programmer can specify paper size in a JSL (Job Source
Library). When the JSL specifies PAPERSIZE using the keyword
method, for example, USLETTER, A4, or USLEGAL, the FSL must
also use the same method. If the JSL specifies PAPERSIZE=8.5 by
14 and your FSL specifies PAPER [SIZE] [IS] USLEGAL, one of the
following error message is displayed:
OS6670 Form paper size too small. Form will not be printed.
OS6680 Form paper size too large. Form will not be printed.
These errors appear only when you print the form. The messages do
not appear when you compile the form without printing it.
USLETTER and B4 are the only exceptions to this rule; the keyword
and x,y method do not create any incompatibilities.
Due to edgemarking considerations, the form created by specifying
a paper size of USLEGAL is different from one specifying 8.5 by 14.0.
Important: When coding FSL applications, the PAPER SIZE
command must precede the LANDSCAPE/PORTRAIT statement.
The PDL PAPERSIZE command is explained in more detail in your
DocuPrint 96/DocuPrint 96MX LPS PDL Reference
.
OPTION DESCRIPTION
USLETTER 8.5 by 11 inches (216 by 279 mm)
A4 8.27 by 11.69 inches (210 by 279 mm)
USLEGAL 8.5 by 14 inches (216 by 356 mm)
A3 16.54 by 11.69 inches (420 by 297 mm)
B4 10.12 by 14.33 inches (257 by 364 mm)
PAPER [SIZE] [IS] USLETTER ;
A4
USLEGAL
A3
B4
x BY y