Ricoh 337943-003 Benutzerhandbuch

Seite von 36
PostScript Languange Printer Commands
1-9
Establishing Breaks Within a Job
A Set Break occurs when one or more of the following processing options changes 
within a job.
The following sample shows the syntax required to change the 
/Staple
 parameter, 
causing a Set Break to occur.
The table below describes a five-page job that changes the 
/Staple
 twice within the job. 
Processing Options
Collate
Duplex
ExitJamRecovery
HWResolution
Jog
ManualFeed
ManualFeedTimeout
Margins Left
Margins Top
MediaWeight
NumCopies
OutputFaceUp
OutputType
PageSize
paper feed method
paper tray selection
Staple
StapleDetails
Changing the /Staple Parameter
%!PS
/ston {
Ä
Staple On
<</Staple 1>> setpagedevice
clippath stroke showpage
} def
/stoff {
Ä
Staple Off
<</Staple 0>> setpagedevice
clippath stroke showpage
} def
ston ston stoff ston ston
%%EOF
Job Request
Result
Page 1 Staple: yes
Page 2 Staple: yes
Page 3 Staple: no
Page 4 Staple: yes
Page 5 Staple: yes
Page 1 and Page 2 are stapled.
Page 3 is not stapled.
Page 4 and Page 5 are stapled.