home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
utilities
/
utilsp
/
printers
/
!Printers
/
ps
/
Feeds
/
Canon
/
3Mixed
< prev
next >
Wrap
Text File
|
1995-07-17
|
661b
|
20 lines
%%RISCOS_FeedName: Headed first sheet then plain
/PrintDict 5 dict def PrintDict begin
/headcount 1 def % change this to the number of headed pages required
/selectheaded {statusdict begin 1 setpapertray end (\nSelecting Headed \(lower\) paper tray) print flush} bind def
/selectplain {statusdict begin 2 setpapertray end (\nSelecting Plain \(upper\) paper tray) print flush} bind def
statusdict begin false setduplexmode end
selectheaded
end
/showpage
{
showpage
PrintDict /headcount 2 copy get 1 sub
dup 4 1 roll put 0 eq
{
statusdict begin false setduplexmode newsheet end
PrintDict /selectplain get exec
} if
} bind userdict 3 1 roll put