Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!sdd.hp.com!decwrl!shelby!portia.stanford.edu!stergios From: stergios@portia.Stanford.EDU (stergios marinopoulos) Newsgroups: comp.unix.ultrix Subject: Re: LPS20 PostScript Extensions Message-ID: Date: 28 Jul 90 00:54:27 GMT References: <2344@dino.cs.iastate.edu> Sender: news@portia.Stanford.EDU (USENET News System) Reply-To: stergios@jessica.stanford.edu Followup-To: comp.unix.ultrix Organization: AIR, Stanford University Lines: 15 In-Reply-To: hascall@cs.iastate.edu's message of 26 Jul 90 02:34:48 GMT I have a "PostScript Extensions" chapter in the "PrinterServer Client for ULTRIX Users Guide" under Programmer's Supplement. for "output stacking" I assume you mean tray selection. use the "setdefaultoutputtray" operator. It takes one operand, an integer, describing which tray you want. try 0,1,2,3. They worked on my lps40, which is very close to an lps20 except for double sided printing. you can use the "defaultoutputtray" to see what the current value is. this word leaves an int on the stack. sm