[comp.laser-printers] IIISi switching modes

russ@PSYCH.TORONTO.EDU (Russell Sutherland Dean's Office) (05/03/91)

Does anyone know how to access the upper and lower
trays of an HP LaserJet IIISi in postscript mode?

I believe it is something like:

	0 setpapertray	% upper tray
	1 setpapertray	% lower tray
	2 setpapertray	% envelope feeder

but am not quite sure as whether these lines can simply be put
as is in the header portion of the file or whether
they need a statusdict wrapper ala:

	statusdict begin
	0 setpapertray
	end

or even somthing more sophisticated like:

	statusdict /setpapertray known {
		statusdict /setpapertray 0 put
	} if

-- 

Russell Sutherland			Bell:	   (416)-978-5140
Office of the Dean			Uucp:	   ...{utzoo,utgpu}!utas!russ
Faculty of Arts and Science		Internet:  russ@artsci.utoronto.ca