Path: utzoo!utgpu!watmath!att!dptg!rutgers!tut.cis.ohio-state.edu!ucbvax!agate!shelby!decwrl!adobe!bezanson From: bezanson@adobe.COM (Brian Bezanson) Newsgroups: comp.lang.postscript Subject: Re: Illustrator 88, EPS, Printing Message-ID: <1135@adobe.UUCP> Date: 30 Aug 89 18:52:54 GMT References: <4341@cps3xx.UUCP> <1051@pbs.uucp> <1415@intercon.UUCP> <3436@daisy.UUCP> Reply-To: bezanson@adobe.UUCP (Brian Bezanson) Organization: Adobe Systems Incorporated, Mountain View Lines: 52 In article <3436@daisy.UUCP> cplai@daisy.UUCP (Chung-Pang Lai) writes: >In article <1415@intercon.UUCP> amanda@intercon.uu.net (Amanda Walker) writes: >]In article <1051@pbs.uucp>, bhall@pbs.uucp (Dark Star) writes: >]> The "encapsulated" is the problem. This includes a Macintosh QuickDraw >]> "preview" in the file. You need to use the "Save as..." option and click >]> the "None" option for "Include preview". This will give you an ordinary >]> ASCII file of PostScript code that a PostScript printer should be able >]> to handle. >] >]Close, but no cigar. The Macintosh preview option doesn't affect the text >]portion at all. > >I think Dark Star is correct. The preview image may contain some binary >data. Frame Technology sells a filter called FrameEPSF on macintosh. It >takes an EPSF with mac preview image and translates it into EPSI for the >unix system. EPSI is a pure ASCII format unlike the EPSF. Amanda is correct in her reply. An EPS file on the Macintosh has a data fork of ascii text - you can open it up with MS Word, QUED, and probably some other word processors. The one piece of information not mentioned is that when you do a 'Save As' with some preview, it changes the file type from 'TEXT' to 'EPS '. Word processors are designed to open files of specific types (theirs, someone elses, or plain TEXT). 'EPS ' isn't a standard for text editors, so you need to use QUED's option to open anything, or Word similar option (shift- Open). If you the save this from these applications to a text file, with the type of 'TEXT' - the default when you do a save as text, this file can be simply downloaded and printed after a showpage is added (see below). The PICT preview image is just a binary image in the resource fork of the file. Depending on how the file was transfered down to the UNIX machine, the resource fork may/may not have been sent. My guess is that it was somehow appended to the beginning or end of the file. The correct way to send Illustrator file around the PostScript world :-) Adobe Illustrator's native file format is just plain 'TEXT'. Just save your file as a regular Illustrator file. Then run your word processor and open it up, if you move the the end of the file you will see some commands that say something like this: %%Trailer Adobe_Illustrator881 /terminate get exec Adobe_customcolor /terminate get exec Adobe_cshow /terminate get exec Adobe_cmykcolor /terminate get exec You want to insert a showpage command before the %%Trailer comment - otherwise the last 4 lines remove the image from the printer's VM. This technique works for me and has worked for others, should work for you too. -- Brian Bezanson Adobe Systems