home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / misc / 18300 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.7 KB  |  38 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!wupost!csus.edu!news
  3. From: eps@futon.SFSU.EDU (Eric P. Scott)
  4. Subject: Re: Editing '.ps' files?
  5. Message-ID: <1992Jul31.053336.6399@csus.edu>
  6. Sender: news@csus.edu
  7. Reply-To: eps@cs.sfsu.edu
  8. Organization: San Francisco State University
  9. References: <1992Jul30.113455.13997@aplcen.apl.jhu.edu>
  10. Date: Fri, 31 Jul 1992 05:33:36 GMT
  11. Lines: 25
  12.  
  13. In article <1992Jul30.113455.13997@aplcen.apl.jhu.edu>
  14.     tim@aplcen.apl.jhu.edu (Tim Pugh) writes:
  15. >Please podon my ignorance but it would seem that PostScript is a great
  16. >output file format but not readily available as an input format.  While
  17. >I am able to open a '.ps' file in Edit, all I see is "raw" PostScript".
  18. >WriteNow will not even show that a '.ps' file exists in it's open panel.
  19. >While Preview is great for display of a '.ps' file, how does one convert
  20. >it to an input format such as RTF or ASCII (without the PS commands)?
  21.  
  22. This is one of the most commonly asked questions in the newsgroup
  23. comp.lang.postscript.  <-- blatant plug
  24.  
  25. The general answer is, "you can't."  PostScript is an honest-to-
  26. goodness programming language, and the ONLY way to make sense of
  27. arbitrary PostScript is to execute it.  Except for rigid subsets
  28. (such as Adobe Illustrator format) that are basically data
  29. structures suitably contrived to pass for valid PostScript, it's
  30. impossible to do what you're asking for any but the most trivial
  31. files (which generally means no reencodings, no kerning, etc.).
  32. Sometimes you can get away with redefining a whole bunch of
  33. operators (ref. distill) and get something meaningful, especially
  34. if whatever generated the PostScript in the first place wasn't
  35. deliberately mean-spirited.
  36.  
  37.                     -=EPS=-
  38.