Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!sae.UUCP!mikeo From: mikeo@sae.UUCP (Mike Ovington Overhead) Newsgroups: comp.windows.x Subject: Re: Screen Dumps to non-Postscript Printers Message-ID: <8911091420.AA21863@sae.com> Date: 9 Nov 89 14:20:51 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 11 There is a utility called pbm (from Jef Poskanzer) in the contrib/clients/pbm directory of the X11R3 distribution. In it are utilities that will convert between several bitmap formats, including xwd format and HP laserjet format. I have been using xwd -root | xwdtopbm | pbmtolj -r 150 | lpr to get screendumps from a Sun 3/50 for many months. It's not real fast, but it works just fine.