Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!ucla-cs!zen!ucbvax!jade!violet.berkeley.edu!campoly From: campoly@violet.berkeley.edu (Mr. Science) Newsgroups: comp.sys.mac Subject: Re: Saving files in PostScript Message-ID: <5072@jade.BERKELEY.EDU> Date: Fri, 11-Sep-87 19:31:34 EDT Article-I.D.: jade.5072 Posted: Fri Sep 11 19:31:34 1987 Date-Received: Sat, 12-Sep-87 20:32:18 EDT References: <11604@decwrl.DEC.COM> <2263@batcomputer.tn.cornell.edu> <3928@well.UUCP> <2296@batcomputer.tn.cornell.edu> Sender: usenet@jade.BERKELEY.EDU Reply-To: campoly@violet.berkeley.edu (Mr. Science) Organization: University of California, Berkeley Lines: 43 Keywords: PostScript, LaserWriter In article <2296@batcomputer.tn.cornell.edu> snyder@tcgould.tn.cornell.edu (Scott Snyder) writes: >Hi, > >1 How does one direct a file to be saved in PostScript instead of being sent > to the LaserWriter? (Something about command-f ?) Hold down command-f while selecting OK from the Print Dialog Box. The Mac will beep when you begin to hold down command-f, ignore this. This will dump a file called PostScriptn, where n is incremented from 0 to 9, which contains the body of a PostScript program for your file. Holding down command-k will dump a file which also include the LaserPrep header (very long). >2 I know someone who is using a Troff-to-Postscript converter to generate > Postscript files for a LaserWriter connected to our VAX. If these files > are sent to a Mac, can they be sent to the LaserWriter without any software > problems. (I was thinking of using Word 3.0 to change style description to > PostScript and then printing.) There is a nice utility program called SendPS written by the people at Adobe. It sends PostScript files to a LaserWriter over AppleTalk. I have had no trouble printing PostScript programs written/modified with Word 3.0/3.01 using this program, which the info box says may be freely distributed. >3 How about the other way around? Will PostScript files generated on the Mac > (See Q#1)and sent to the VAX cause any problems? You may need to do a command-k dump. SendPS automatically prepends the LaserPrep header. The VAX may or may not. >4 Does anyone see any potential problems with this general method of > approach? People in my group are using this technique with no difficulty. On a VAX UNIX system, we run troff with a special option which creates a PostScript file. We download this file to the Mac (or even an IBM PC !) and then print on a LaserWriter. Hope this info helps. -- Greg