home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / PSCRIPT / GS23A.ZIP / README.PLS < prev    next >
Encoding:
Text File  |  1991-11-19  |  4.6 KB  |  147 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 Deutsch:
  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. Please read the file COPYING for license and distribution restrictions.
  10.  
  11. Note that the full source for ghostscript 2.3 is available from
  12.  
  13.     prep.ai.mit.edu
  14.  
  15. in directory pub/gnu.
  16. ------------------------------------------------------------ 
  17. Whats New in GS23A.ZIP compared to GS23.ZIP:
  18.  
  19.         o Improved Epson drivers with various resolutions
  20.         o Two sample .eps color file examples
  21. ------------------------------------------------------------ 
  22. This archive includes Ghostscript Version 2.3 built from the
  23. distribution source (available from prep.ai.mit.edu), but with the
  24. epson driver written by David Wexelblat (source in mydeveps.c, usage
  25. description in epson.inf) to support the following devices:
  26.  
  27. Screen:
  28.     Borland BGI    - requires Borland BGI drivers
  29.     VGA        - Built in
  30.     EGA        - Built in
  31.  
  32. Printers:
  33.     Epson         - Built in (eps9, eps9draft, eps9high,
  34.                     eps24, eps24draft)
  35.     HP Deskjet    - Built in (deskjet)
  36.     HP Laserjet    - Built in (laserjet)
  37.     HP Laserjet IIP    - Built in (ljet2p)
  38.     HP Laserjet III - Built in (ljet3)
  39.     HP Paintjet    - Built in (paintjet)
  40.  
  41. Use the above printer names as shown for the -sDEVICE= 
  42. or selectdevice names (see use.doc) for printer output.  
  43. See epson.inf for information on using an epson printer.
  44.  
  45. In this archive, ghostscript was built for two different Epson
  46. printers, typically usable with either the 24-pin or 9-pin printer as
  47. follows:
  48.  
  49.                                 Printing
  50.                                 Passes
  51.                                 Per Line
  52. Program Name:     gs2360.exe         gs2372.exe
  53.  
  54. Driver Name      Resolution          Resolution
  55. eps9:         240(h) x 60(v)        240(h) x 72(v)           2
  56. eps9draft:     120(h) x 60(v)        120(h) x 72(v)           1
  57. eps9high:     240(h) x 180(v)        240(h) x 216(v)           6
  58. eps24:         360(h) x 180(v)        360(h) x 216(v)           2
  59. eps24draft:     180(h) x 180(v)        180(h) x 216(v)           1
  60.  
  61. See epson.inf for more details.  For devices other than epson
  62. printers, either gs2360 or gs2372 may be used.
  63.     
  64. The Borland BGI interface can be used to view postscript files on
  65. other types of video screens, for example:
  66.  
  67.     Screen Type    BGI Driver
  68.  
  69.     Hercules    herc.bgi
  70.     CGA        cga.bgi
  71.     SVGA        svga256.bgi or svga16.bgi (available from Simtel)
  72.  
  73. The .bgi files are not included in this archive in accordance with
  74. the Borland license.
  75.  
  76. Excellent output is obtained on a 1024x768x256 SVGA setup by having
  77. the file svga256.bgi (from svgabg21.zip) in the same directory as
  78. gs.exe and setting the environment variable:
  79.  
  80.     bgiuser=4.svga256
  81.  
  82. See use.doc on how to send a postscript file to a specific printer
  83. device.
  84.  
  85. An assortment of postscript samples are included in the archive.
  86.  
  87. All the user oriented documentation from the Ghostscript source
  88. is included in the archive.
  89.  
  90. I have tested the screen output in cga, vga and hercules modes. Epson
  91. printer output on 9-pin and 24-pin printers was tested for all five
  92. epson devices (9 pin printers with 72 dpi on the y-axis and 24 pin
  93. printer with 60 dpi on the y-axis).
  94.  
  95. Newsgroup gnu.ghostscript.bugs contains discussion of ghostscript
  96. issues.
  97.  
  98.  
  99. 1 Examples
  100.  
  101. Example to show golfer.ps:
  102.  
  103.     gs golfer.ps > foo
  104.  
  105. > foo directs error messages from the screen to file foo.
  106.  
  107.     Type quit to exit from ghostscript.
  108.  
  109. Example to show multiple postscript files:
  110.  
  111.     gs pltfile.ps output.ps > foo
  112.  
  113. Note that after each picture a carriage return will go onto
  114. either the next page or the next file.
  115.  
  116. 2. Use after ghostscript is running
  117.  
  118.     Within ghostscript, one can type any postscript command
  119. (e.g.  1.5 1.5 scale to scale x and y by factor 1.5)
  120.  
  121.     Within ghostscript, one can execute a new file:
  122.  
  123.     (filename.ps) run
  124.  
  125. 3. Hercules mode exceptions
  126.  
  127.     Commands within ghostscript will be readable on the screen,
  128. except in hercules screens, where the commands will have to be typed
  129. "blind".  If you get stuck on the graphics screen in hercules (e.g.
  130. if you exit with a control-c), type 
  131.  
  132.             textmode
  133.  
  134. to return to a text screen.
  135.  
  136. 4. Fonts
  137.  
  138.     This distribution contains only the "ugly" font.  All the
  139. other fonts can be obtained by anonymous ftp from prep.ai.mit.edu in
  140. pub/gnu, or simtel in the following files: gs22fnta.zip,
  141. gs22fntb.zip, gs22fntc.zip, gs22fntd.zip, gs22fnte.zip in directory
  142. pd1:<msdos.postscript>.
  143.  
  144. Best of luck... nate liskov  nate@lcs.mit.edu
  145.  
  146. PS.  My only contribution is the compilation of this archive and the
  147. textmode.com program.