home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / graphics / 12157 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!ph
  3. From: ph+@cs.cmu.edu (Paul Heckbert)
  4. Subject: Re: Editing postscript
  5. Message-ID: <By13DL.4w5.1@cs.cmu.edu>
  6. Sender: news@cs.cmu.edu (Usenet News System)
  7. Nntp-Posting-Host: hostess.graphics.cs.cmu.edu
  8. Organization: School of Computer Science, Carnegie Mellon
  9. References: <BxGLrE.85A@ens-lyon.fr>
  10. Date: Fri, 20 Nov 1992 18:58:29 GMT
  11. Lines: 24
  12.  
  13. In article <BxGLrE.85A@ens-lyon.fr> ameroni@archeboc.ens-lyon.fr (Alberto Meroni) writes:
  14. >What I would really like to do is adding in some way 
  15. >some drawing to an existing postscript file 
  16.  
  17. A cute trick I learned from Petr van Blokland, a typographer
  18. and mac programmer in the Netherlands:
  19.  
  20. If you're generating the postscript files yourself, then don't use
  21. standard postscript, use the dialect of postscript used by Adobe Illustrator.
  22. When you Save a file in Illustrator, the file format it uses is valid
  23. postscript with extra information contained in comments, that allows
  24. it to construct structural info, handles, and other interactive tools.
  25. If your programs generate postscript files of this type, then you'll be
  26. able to edit them interactively using Illustrator!
  27.  
  28. The Illustrator file format is described in some documentation that's
  29. available from Adobe (anyone know how to order it?), or you can just
  30. look at a sample Illustrator file and figure it out, I suppose.
  31.  
  32. -Paul
  33.  
  34. Paul Heckbert                            ph@cs.cmu.edu
  35. Computer Science Dept., Carnegie Mellon University
  36. 5000 Forbes Ave, Pittsburgh PA 15213-3891, USA
  37.