Xref: utzoo comp.graphics:18059 comp.lang.postscript:8693 sci.math.symbolic:2464 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!exodus!appserv!angel.Eng.Sun.COM!henry From: henry@angel.Eng.Sun.COM (Henry McGilton) Newsgroups: comp.graphics,comp.lang.postscript,sci.math.symbolic Subject: Re: How to read psfixed Mathematica-generated postscript files with IslandDraw Summary: IslandDraw is Not a PostScript Interpreter. Keywords: IslandDraw, postscript, mathematica Message-ID: <587@appserv.Eng.Sun.COM> Date: 16 May 91 17:03:18 GMT References: <1991May14.221807.20977@engin.umich.edu> Sender: news@appserv.Eng.Sun.COM Followup-To: comp.lang.postscript Lines: 42 In article <1991May14.221807.20977@engin.umich.edu>, oliveria@caen.engin.umich.edu (ROQUE DONIZETE DE OLIVEIRA) writes: * About a week ago I posted a request about how to make * IslandDraw 2.1 read postscript files generated by * Mathematica 1.2 . I got numerous replies, basically all * suggesting I use psfix to fix the postscript file. This is * what I had done but didn't make clear in my previous * posting. The postscript file I want IslandDraw to read is * self-contained (it prints and ghostscript can read it). * IslandDraw is not a full fledged postscript interpreter but * it can read "good" postscript files. Somebody from Island Graphics `ought to be' replying to this. However, to the best of my out of date knowledge, IslandDraw does NOT contain a PostScript Interpreter. IslandDraw's predecessor, SunDraw, could read a limited subset of ENCAPSULATED POSTSCRIPT -- that is PostScript containing a preview image. It is the preview image section that IslandDraw (SunDraw) would display, with the result that every user then leapt to the monstrous non-sequitor that IslandDraw contains a PostScript Interpreter. * Unfortunately it seems the Mathematica-generated postscript * file is very complex (specially the MathScale thing). Thus, * short of stripping off almost everything in the file, is * there anything I can do to modify the postscript file to * something more conforming (and readable by IslandDraw) ? You didn't say WHY IslandDraw could not `read' Mathematica-generated PostScript. Does IslandDraw display any messages? Does it simply die? Does it reject the Mathematica-generated PostScript? SunDraw used to expect to import EPSF 1.2 format. I don't know if IslandDraw was upgraded to import EPSF 2.0 format. What does the IslandDraw manual say about EPSF? In general, if a program designed to read Encapsulated PostScript can't, the Encapsulated PostScript is bogus in some way. Remember that there are two versions of Encapsulated PostScript for every application programmer generating the stuff. ........ Henry