![Xerox Nuvera 100 Скачать руководство пользователя страница 338](http://html2.mh-extra.com/html/xerox/nuvera-100/nuvera-100_software-manual_3360849338.webp)
Specifying print format parameters
4-98
Using LCDS Print Description Language
PDE command: points to note
•
You may code PDEs as part of the JSL or create them as
separate files so that they may be referenced by one or more
JDLs or by DJDEs. PDEs are invoked by the OUTPUT
FORMAT parameter or by the FORMAT DJDE. A PDE must
have been previously compiled for a DJDE to access it.
•
You can create a PDE as a separate disk file and use it as if it
were part of the JDL that references it. To do this, create a
JSL file containing only PDE commands and use the “xjdc”
command to compile it. (Refer to “Compiling a JSL” in the
“PDL principles and procedures” chapter, for information on
using xjdc to compile files.) For each PDE command, xjdc
creates a file with the .PDE extension, in the “lcds” folder on
the system disk. The PDE command identifier becomes the
PDE file name.
When the system encounters a reference to a PDE in a JDL,
it searches the “lcds” resources folder for the PDE that was
specified. If it finds it, the system loads the PDE into memory
for use in processing the report.
PDE command examples
Example 1
Two PDEs are defined and are referenced in separate JDEs.
PDE1 specifies a landscape page and two landscape fonts;
PDE2 defines a portrait page and two portrait fonts with override
line spacing.
PDE1:
PDE
PMODE=LANDSCAPE, BEGIN=(.861,.7),
FONTS=(L0112B, L01BOB);
PDE2:
PDE
PMODE=PORTRAIT, BEGIN=(1.3,.37),
FONTS=((P08TYA,6.8), (P080AA,6.8));
L1:
JDE;
OUTPUT
FORMAT=PDE1;
P1:
JDE;
OUTPUT
FORMAT=PDE2;
Содержание Nuvera 100
Страница 1: ...Xerox DocuPrint EPS Using LCDS Print Description Language 701P21091 Version 3 7 May 2003...
Страница 16: ...Table of contents xvi Using LCDS Print Description Language...
Страница 28: ...Introduction xxviii Using LCDS Print Description Language...
Страница 151: ...Specifying input parameters Using LCDS Print Description Language 2 43 Figure 2 3 Record format types...
Страница 227: ...Using logical processing Using LCDS Print Description Language 3 47 Figure 3 6 Effects of RPAGE SIDE parameter...
Страница 228: ...Using logical processing 3 48 Using LCDS Print Description Language Figure 3 7 Effects of RPAGE WHEN parameter...
Страница 240: ...Using logical processing 3 60 Using LCDS Print Description Language Figure 3 8 Sample RSTACK command usage illustration...
Страница 352: ...Specifying print format parameters 4 112 Using LCDS Print Description Language...
Страница 434: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language...
Страница 464: ...Character code assignments C 8 Using LCDS Print Description Language...
Страница 469: ...Offline specifications Using LCDS Print Description Language D 5 Figure D 2 LPS tape format diagram...
Страница 498: ...INDEX INDEX 12 Using LCDS Print Description Language...