home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / printer / GSPrintFilter-1.0.README < prev    next >
Encoding:
Text File  |  1996-08-23  |  4.4 KB  |  105 lines

  1. GSPrintFilter-1.0.README
  2. Aug 1996
  3.  
  4.  
  5. This GSPrintFilter package includes primarily Aladin Ghostscript, v4.01.
  6. It's application here is used as a filter, so that one can use a 
  7. Non-PostScript printer with NEXTSTEP/OPENSTEP.  It comes bundles with
  8. many public domain fonts (PostScript and otherwise), but will fall back
  9. to using installed Postscript fonts in /NextLibrary/Fonts/outline and
  10. /LocalLibrary/Fonts/outline.
  11.  
  12.  
  13. SUPPORTED PRINTERS
  14.  
  15. This version of ghostscript supports primarily Canon BubbleJet, 
  16. HP DeskJet, HP LaserJet, HP PaintJet printers.  Any printer capable
  17. of emulating these types of printers is also naturally supported.
  18. Please refer to the ghostscript www home page and included documentation
  19. in /usr/local/lib/ghostscript/4.01/doc for more information.
  20.  
  21. prompt> /usr/local/lib/ghostscript/bin/gs-4.01 --help
  22. ...snip...
  23. Input formats: PostScript PostScriptLevel1 PostScriptLevel2
  24. Available devices:
  25.    deskjet djet500 laserjet ljetplus ljet2p ljet3 ljet4 lj4dith cdeskjet
  26.    cdjcolor cdjmono cdj550 pj pjxl pjxl300 bj10e bj200 bjc600 bjc800 
  27. ...snip...
  28.  
  29.  
  30.  
  31. INSTALLATION
  32.  
  33. NOTE:  most of these steps require root access.
  34.  
  35. By default, the Installer.app will place all relavent files in
  36. /usr/local/lib/ghostscript.  If you want it installed somewhere else, 
  37. you're on your own.
  38.  
  39. In order for ghostcript to use any custom installed fonts in
  40. /LocalLibrary/Fonts
  41. you'll need to create an outline directory containing symbolic
  42. links similar to the one you'll find in
  43. /NextLibrary/Fonts/outline
  44. Provided in this package is a script named 'outline.links' that will output
  45. shell script commands, that when executed in the given Font directory, will
  46. create the proper symbolic links.
  47.  
  48. Once all files are in place, you'll need to create a Ghostscript printer
  49. using PrintManager.app.  There are several generic ppd files included in
  50. this archive that you may use: you'll have to place them in either
  51. /NextLibrary/PrinterTypes/English.lproj or
  52. /LocalLibrary/PrinterTypes/English.lproj
  53. in order for PrintManager to use them.  Alternatively, you can probably
  54. just create a printer entry using any ppd you already have (ie. it 
  55. probably doesn't matter... much... at this stage).
  56.  
  57. Run the provided GSFilter.postinstall script.  Unless you specify 
  58. otherwise on its command line, it assumes you want to use the ljet4 
  59. driver and name the new printer LocalGS.  Alternatively, you may
  60. peruse the scripts contents and make the neccessary changes to NetInfo 
  61. by hand using NetInfoManager.  
  62.  
  63.  
  64. LIMITATIONS
  65.  
  66. 0.  This package has been tested only on Intel systems using the ljet2p
  67. and ljet4 drivers.
  68. 1.  Ghostscript won't always be able to parse the postscript you give it.
  69. 2.  Ghostscript insists in PS input, so you cannot print plain text files 
  70. (at least not directly).  'lpr mytextfile.txt' fails.  You COULD, however, 
  71. use 'enscript'.  Try 'man enscript' for more details.
  72. 3.  Occurences of faulty output has been verified when printing in 
  73. Landscape mode (using ljet4 driver)
  74.  
  75.  
  76. TODO
  77.  
  78. 1.  The package is too big.  A lot of fat could have been trimmed by 
  79. not including ALL of the optional ghostscript fonts and documentation.
  80. 2.  Installation could be easier.  (-;
  81.  
  82.  
  83. CREDITS
  84.  
  85. Aladin Enterprises
  86. Aladin Ghostscript
  87. http://www.cs.wisc.edu/~ghost/
  88.  
  89. Rex Dieter <rdieter@math.unl.edu>
  90. Package Creation
  91. Computer System Manager
  92. Department of Mathematics and Statistics
  93. University of Nebraska Lincoln
  94. http://www.math.unl.edu/~rdieter/
  95.  
  96.  
  97. COPYRIGHT
  98.  
  99. Ghostscript is a copyrighted work (Aladdin Enterprises owns the copyright); it is not shareware or in the public domain. Different versions of it are distributed with three different licenses:
  100.  
  101. Versions entitled "Aladdin Ghostscript" are distributed with a license called the Aladdin Ghostscript Free Public License that allows free use, copying, and distribution by end users, but does not allow commercial distribution. You can always get the current version of Aladdin Ghostscript with this license by Internet FTP from
  102. ftp.cs.wisc.edu:/ghost/aladdin/ghostscript*NNNN*_ .
  103. or
  104. /afs/cs.wisc.edu/public/ghost/aladdin/ghostscript*NNNN*
  105. where NNNN is the version number. If you do not have convenient access to the Internet, Aladdin Enterprises can send you Aladdin Ghostscript on PC-compatible diskettes for a small fee; please contact Aladdin for more information. The address and phone number are given later on in this document. Please note that this is not "commercial licensing"; you are still getting free software, with no support and no warranty.