Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!mentor.cc.purdue.edu!mace.cc.purdue.edu!abe From: abe@mace.cc.purdue.edu (Vic Abell) Newsgroups: comp.sys.next Subject: Re: How do I print Postscript? Message-ID: <1586@mace.cc.purdue.edu> Date: 27 Jan 89 21:39:16 GMT References: <3236@ima.ima.isc.com> Reply-To: abe@mace.cc.purdue.edu (Vic Abell) Distribution: usa Organization: Purdue University Lines: 13 In article <3236@ima.ima.isc.com> johnl@ima.isc.com (John R. Levine) writes: >If I have a file full of Postscript (generated by my PC word processor, for >example) how do I print it? Examination of manual entries for transcript, >enscript, lpr, and anything else I can think of hasn't turned it up, unless >I'm even more nearsighted than I thought I was. If the first line of your Postscript file begins with "%!", then you can just use lpr to send it to the NeXT printer - e. g., "lpr -Pnp ". I've printed a wide variety of Postscript on my "np" from PC CAD packages, pic, etc. and they look fine. The only problem I've had so far is printing Writenow Postscript on a remote Apple Laserwriter, because the Writenow Postscript uses a macro that is commented out in the preamble. A simple sed filter fixed that.