home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / postscript / nxps.2ai.README < prev    next >
Encoding:
Text File  |  1994-06-10  |  1.5 KB  |  32 lines

  1. A. MacRae - June 6, 1994.
  2. Version 0.5
  3.  
  4. nxps2ai - a script to convert Postscript files to Adobe Illustrator v.3.0
  5.         files using DPS on NEXTSTEP machines.
  6.  
  7. REQUIREMENTS:  "pft" as available under NEXTSTEP.  According to the
  8.         "ps2ai.ps" documentation, a Level 2 Postscript device is normally
  9.         required, which also implies v.3.x of NEXTSTEP.  I have not tested
  10.         whether it will _not_ work on v.2.x.
  11.  
  12. VERSION HISTORY:
  13.  
  14. <unnamed, initial release> - June 4, 1994
  15.  
  16. <unnamed, fixed release> - June 5, 1994 - initial archive was corrupted
  17.         (sigh)
  18.  
  19. 0.5 - Due to a peculiarity not present in Ghostscript, but present in "pft",
  20.         the script file must append a "flush" command to flush the output from
  21.         the Window Server.  This is required to properly terminate the file,
  22.         but Virtuoso is smart enough to ignore the problem if the file is
  23.         truncated prematurely (this is why I had not noticed - sigh).  There
  24.         are still some interesting quirks between the Ghostscript output and
  25.         the DPS output, particularly a few extra state commands that are tossed
  26.         at the end of the output from DPS, immediately after the %%EndDocument.
  27.         This does not seem to be a problem for most readers, but looks ugly.
  28.         Personally, I would regard the necessity of the "flush" as a bug when
  29.         the "-s" option is used with "pft".  If you send a file and immediately
  30.         exit, I think it is safe to assume the user wants all the output back
  31.         :-)
  32.