home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / clipart / gs22.zip / README.PLS < prev    next >
Text File  |  1991-06-13  |  3KB  |  98 lines

  1. Ghostscript (gs.exe) is a program to view postscript files on a
  2. computer display or print to a non-postscript printer.  Many
  3. thanks to the primary author of Ghostscript, Peter Deutch:
  4.  
  5. L. Peter Deutsch :: Aladdin Enterprises :: P.O. box 60264, Palo Alto, CA 94306
  6. ghost@aladdin.com ; ...decwrl!aladdin!ghost ; (415)322-0103 <<< new phone #
  7.  
  8. ------------------------------------------------------------
  9.  
  10. This archive includes Ghostscript Version 2.2 built from the
  11. distribution source to support the following devices:
  12.  
  13. Screen:
  14.     Borland BGI    - requires Borland BGI drivers
  15.     VGA        - Built in
  16.     EGA        - Built in
  17.  
  18. Printers:
  19.     Epson        - Built in (epson)
  20.     HP Deskjet    - Built in (deskjet)
  21.     HP Laserjet    - Built in (laserjet)
  22.     HP Laserjet IIP    - Built in (ljet2p)
  23.  
  24. The Borland BGI interface can be used to view postscript files on
  25. other types of video screens, for example:
  26.  
  27.     Screen Type    BGI Driver
  28.  
  29.     Hercules    herc.bgi
  30.     CGA        cga.bgi
  31.  
  32. The .bgi files are not included in this archive in accordance with
  33. the Borland license.
  34.  
  35. See use.doc on how to send a postscript file to a specific printer
  36. device.
  37.  
  38. An assortment of postscript samples are included in the archive.
  39.  
  40. All the user oriented documentation from the Ghostscript source
  41. is included in the archive.
  42.  
  43. I have tested the screen output in cga, vga and hercules modes,
  44. but have not tested the printer output.
  45.  
  46. Newsgroup gnu.ghostscript.bugs contains discussion of ghostscript
  47. issues.
  48.  
  49.  
  50. 1 Examples
  51.  
  52. Example to show golfer.ps:
  53.  
  54.     gs golfer.ps > foo
  55.  
  56. > foo directs error messages from the screen to file foo.
  57.  
  58.     Type quit to exit from ghostscript.
  59.  
  60. Example to show multiple postscript files:
  61.  
  62.     gs pltfile.ps output.ps > foo
  63.  
  64. Note that after each picture a carriage return will go onto
  65. either the next page or the next file.
  66.  
  67.  
  68. 2. Use after ghostscript is running
  69.  
  70.     Within ghostscript, one can type any postscript command
  71. (e.g.  1.5 1.5 scale to scale x and y by factor 1.5)
  72.  
  73.     Within ghostscript, one can execute a new file:
  74.  
  75.     (filename.ps) run
  76.  
  77. 3. Hercules mode exceptions
  78.  
  79.     Commands within ghostscript will be readable on the screen,
  80. except in hercules screens, where the commands will have to be typed
  81. "blind".  If you get stuck on the graphics screen in hercules (e.g.
  82. if you exit with a control-c), type 
  83.  
  84.             textmode
  85.  
  86. to return to a text screen.
  87.  
  88. 4. Fonts
  89.  
  90.     This distribution contains only the "ugly" font.  All the
  91. other fonts can be obtained by anonymous ftp from prep.ai.mit.edu in
  92. pub/gnu, or they might be uploaded to simtel in a separate file or
  93. files.
  94.  
  95. Best of luck... nate liskov  nate@neutron.lcs.mit.edu
  96.  
  97. PS.  My only contribution is the compilation of this archive and the
  98. textmode.com program.