Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!cs.utexas.edu!execu!sequoia!rpp386!woody From: woody@rpp386.cactus.org (Woodrow Baker) Newsgroups: comp.lang.postscript Subject: Re: Printer identification... Summary: This is closer Message-ID: <17860@rpp386.cactus.org> Date: 4 Feb 90 05:15:27 GMT References: <109@vidiot.UUCP> Organization: River Parishes Programming, Plano, TX Lines: 17 In article <109@vidiot.UUCP>, brown@vidiot.UUCP (Vidiot) writes: > In article jj1h+@andrew.cmu.edu (Joseph Jackson) writes: > > %! > /in {72 mul} def > /Courier findfont 18 scalefont setfont > 1 in 8 in moveto > statusdict /product get show > showpage > > The above piece of code places the output on the printer itself. It is > a start, though not exactly what you are looking for. statusdict begin /product get print flush Cheers Woody