Selecting Printer Features
63
Background Command Examples
Example A
To print a background on the even pages of a document.
or
%%IncludeFeature: background(SYS:/usr/draft.ps even page)
%%IncludeFeature: background(SYS:/usr/draft.ps (2i) page)
Result
draft.ps prints on pages 2, 4, 6, 8, 10, 12, ...
Example B
To print a background on the first page and every second page thereafter.
%%IncludeFeature: background(SYS:/usr/confid.ps (2i + 1)
page)
Result
confid.ps prints on pages 1, 3, 5, 7, 9, ...
Example C
To print a unique background on page 1 and 2, then print a another background
on every page thereafter.
%%IncludeFeature: background(SYS:/usr/logo.ps (1) page)
%%IncludeFeature: background(SYS:/usr/logo.ps (2) page)
%%IncludeFeature: background(SYS:/usr/graybar.ps (i + 3)
page)
Result
logo.ps prints on page 1
logo.ps prints on page 2
graybar.ps prints on page 3, 4, 5, 6, 7, 8, ...
Example D
To print a company logo background on both pages of a
two-page form.
or
%%IncludeFeature: background(SYS:/usr/logo.ps (i) page)
%%IncludeFeature: background(SYS:/usr/form1.ps (2i + 1)
page)
%%IncludeFeature: background(SYS:/usr/form2.ps (2i + 2)
page)
%%IncludeFeature: background(SYS:/usr/logo.ps (i) page)
%%IncludeFeature: background(SYS:/usr/form1.ps (odd) page)
%%IncludeFeature: background(SYS:/usr/form2.ps (even) page)
Result
logo.ps prints on all pages
form1.ps prints on pages 1, 3, 5, 7, 9, 11, ...
form2.ps prints on pages 2, 4, 6, 8, 10, 12, ...
Example E
To print a three-page form.
Summary of Contents for Crown Document Option Commands
Page 1: ...Crown Document Option Commands 1800216 001J ...
Page 5: ...1 Document Option Commands ...
Page 19: ...2 Header and Trailer Pages ...
Page 35: ...3 Selecting Printer Features ...
Page 82: ......
Page 83: ...4 Selecting Emulation Features ...
Page 125: ...A Bin Assignments ...
Page 128: ......