home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / sharewar / dos / program / gs300sr1 / gs300sr1.exe / PSFILES.DOC < prev    next >
Text File  |  1994-08-01  |  6KB  |  178 lines

  1.    Copyright (C) 1990, 1992, 1993, 1994 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, psfiles.doc, describes the .ps files distributed with
  21. Ghostscript, other than fonts.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. System files
  27. ------------
  28.  
  29. gs_init.ps - Ghostscript reads this automatically when it starts up.  It
  30. contains definitions of many standard procedures and initialization for a
  31. wide variety of things.
  32.  
  33. gs_btokn.ps - gs_init.ps reads this in if the btoken feature is included in
  34. the configuration.  It provides support for binary tokens.
  35.  
  36. gs_ccfnt.ps - gs_init.ps reads this in if the ccfonts feature is included
  37. in the configuration.  It provides support for compiled fonts.
  38.  
  39. gs_cmdl.ps - This file is not used yet.  Eventually it will replace C code
  40. that parses the Ghostscript command line.
  41.  
  42. gs_fonts.ps - gs_init.ps reads this in.  It initializes Ghostscript's font
  43. machinery and provides some utility procedures that work with fonts.
  44.  
  45. gs_kanji.ps - This file provides support for the Wadalab free Kanji font.
  46.  
  47. gs_statd.ps - gs_init.ps reads this in.  It creates a dummy statusdict and
  48. some other environmental odds and ends for the benefit of PostScript files
  49. that really want to be printed on a LaserWriter.
  50.  
  51. gs_dps1.ps - gs_init.ps reads this in if the dps feature is included in
  52. the configuration.  It provides support for various Display PostScript and
  53. Level 2 features.
  54.  
  55. gs_lev2.ps - gs_init.ps reads this in if the Ghostscript interpreter
  56. includes Level 2 PostScript functions.  It contains definitions of
  57. procedures and miscellaneous initialization for the Level 2 functions.
  58.  
  59. gs_type0.ps - gs_init.ps reads this in if the Ghostscript interpreter
  60. includes composite (Type 0) font capability.
  61.  
  62. gs_type1.ps - gs_init.ps reads this in if the Ghostscript interpreter
  63. includes Type 1 font capability (which it normally does).
  64.  
  65. gs_*_e.ps - These files define the Encodings known to Ghostscript.  All of
  66. them except gs_std_e.ps and gs_iso_e.ps are loaded only if referenced.
  67.  
  68. Art
  69. ---
  70.  
  71. chess.ps - A black-and-white chessboard.
  72.  
  73. golfer.ps - A gray-scale picture of a stylishly dressed woman swinging a
  74. golf club.
  75.  
  76. escher.ps - A colored version of a hexagonally symmetric Escher drawing of
  77. interlocking butterflies.  Can be printed on monochrome devices, with
  78. somewhat less dramatic results.
  79.  
  80. cheq.ps - A chessboard "font" used by chess.ps (obtained from the Adobe
  81. file server).
  82.  
  83. snowflak.ps - A rectangular grid of intricate colored snowflakes.
  84. (Renders very slowly.)
  85.  
  86. colorcir.ps - A set of nested ellipses made up of colored bars.
  87.  
  88. tiger.ps - A dramatic colored picture of a tiger's head.
  89.  
  90. Utilities
  91. ---------
  92.  
  93. For more information on these utility programs, see the comments at the
  94. beginning of the files.  The ones marked with * have batch files or shell
  95. scripts of the same name (e.g., bdftops, bdftops.bat) to invoke them
  96. conveniently.
  97.  
  98. bench.ps - a file useful for running benchmarks.
  99.  
  100. * bdftops.ps - a utility for converting BDF fonts to outline form: see
  101. fonts.doc for more information.
  102.  
  103. * gslp.ps - a utility for doing "line printing" of plain text files.
  104.  
  105. impath.ps - a utility for reconstructing outlines from bitmap images,
  106. used by bdftops.
  107.  
  108. landscap.ps - a file that you can put in front of your own files to get
  109. them rendered in landscape mode.
  110.  
  111. level1.ps - a file that turns off any Level 2 features.
  112.  
  113. prfont.ps - a utility to print a font catalog.
  114.  
  115. * ps2ascii.ps - a utility for extracting the ASCII text from PostScript
  116. source files.  It redefines many operators.  For more information, see the
  117. comments in the file.
  118.  
  119. ps2ai.ps - a utility for converting an arbitrary PostScript file into a
  120. form compatible with Adobe Illustrator.
  121.  
  122. * ps2epsi.ps - a utility for converting an arbitrary PostScript file into
  123. EPSI form.
  124.  
  125. ps2image.ps - a utility for converting an arbitrary PostScript file into a
  126. .ps file consisting of just PostScript bitmaps, one per page.
  127.  
  128. * pstoppm.ps - a utility for rendering PostScript files onto PPM (bitmap)
  129. files.
  130.  
  131. quit.ps - a file containing just the word "quit".  (The -c switch now makes
  132. this unnecessary; this file exists for backward compatibility.)
  133.  
  134. showpage.ps - a file containing just the word "showpage".  (The -c switch
  135. now makes this unnecessary; this file exists for backward compatibility.)
  136.  
  137. viewgif.ps - a utility for displaying GIF files.
  138.  
  139. waterfal.ps - a utility to print a "waterfall" of fonts at different
  140. sizes.
  141.  
  142. Development tools
  143. -----------------
  144.  
  145. decrypt.ps - a utility for decrypting the eexec section of a font.
  146.  
  147. markpath.ps - a utility for showing the points on a path.
  148.  
  149. mergeini.ps - a utility for merging all the initialization files into
  150. a single file.
  151.  
  152. pcharstr.ps - a utility for printing out the CharStrings and Subrs in a
  153. Type 1 font.
  154.  
  155. ppath.ps - a couple of utilities for printing out the current path, for
  156. debugging.
  157.  
  158. traceop.ps - a utility for tracing uses of any procedure or operator
  159. for debugging.
  160.  
  161. type1enc.ps - the Type 1 font format encryption and decryption
  162. algorithms written in PostScript.
  163.  
  164. unprot.ps - a prologue to disable access checking.
  165.  
  166. winmaps.ps - a utility for creating mappings between the Adobe encodings
  167. and the Microsoft Windows character sets.
  168.  
  169. wrfont.ps - a utility for writing out an unprotected Type 1 font, such as
  170. the standard Ghostscript fonts.
  171.  
  172. Odds and ends
  173. -------------
  174.  
  175. lines.ps - a test program for line joins and caps.
  176.  
  177. type1ops.ps - the Type 1 font format opcodes.
  178.