home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Vyzkuste / gs / gs650w32.exe / gs6.50 / doc / README < prev    next >
Text File  |  2000-12-05  |  15KB  |  386 lines

  1.                           Overview of Ghostscript
  2.  
  3. If this is your first contact with Ghostscript, before continuing here you
  4. should read the documentation for new users, where you'll find
  5.  
  6.    * what Ghostscript does (PostScript and PDF previewing, conversion, and
  7.      printing);
  8.    * its licensing terms (free for ordinary use);
  9.    * what platforms it runs on (every platform you're likely to be
  10.      interested in);
  11.    * where to find some useful programs that enhance Ghostscript (like
  12.      user-friendly previewers for Unix, VMS, MS Windows, DOS, and
  13.      Macintosh); and
  14.    * what to do if you need help.
  15.  
  16. The rest of this document is a roadmap to the Ghostscript documentation.
  17. After looking through it, if you want to install Ghostscript and not only
  18. use it, we recommend you read how to install Ghostscript, and how to compile
  19. Ghostscript from source code (which is necessary before installing it on
  20. Unix and VMS systems).
  21.   ------------------------------------------------------------------------
  22.  
  23. Table of contents
  24.  
  25.         * Document roadmap by theme
  26.              o What should I read if I'm a new user?
  27.                   + AFPL Ghostscript and GNU Ghostscript
  28.                   + Before building Ghostscript
  29.              o What should I read if I'm not a new user?
  30.              o What if I'm a developer?
  31.              o What if I'm writing documentation?
  32.         * Presence on the World Wide Web
  33.              o Ghostscript's home pages
  34.              o Adobe PostScript, Encapsulated PostScript, and PDF
  35.                reference documentation
  36.              o Other material on the WWW
  37.         * Which document contains what?
  38.              o Primarily for users:
  39.  
  40.                     Bug-form.htm    Humor.htm      Readme.htm
  41.                     Bug-info.htm    New-user.htm   Unix-lpr.htm
  42.                     Devices.htm     Ps2epsi.htm    Use.htm
  43.                     Helpers.htm     Ps2pdf.htm
  44.  
  45.              o For both users and developers:
  46.  
  47.                     Changes.htm     Hershey.htm    News.htm
  48.                     Commprod.htm    History*.htm   Psfiles.htm
  49.                     Copying.htm     Install.htm    Public.htm
  50.                     Current.htm     Language.htm   Tester.htm
  51.                     Fonts.htm       Make.htm
  52.  
  53.              o Primarily for developers:
  54.  
  55.                     C-style.htm     Lib.htm        Source.htm
  56.                     DLL.htm         Maintain.htm   Xfonts.htm
  57.                     Drivers.htm     Projects.htm
  58.                     Htmstyle.htm    Release.htm
  59.  
  60.   ------------------------------------------------------------------------
  61.  
  62. Document roadmap by theme
  63.  
  64. What should I read if I'm a new user?
  65.  
  66. A new user of Ghostscript should begin by reading the material specifically
  67. for new users, then as many of these documents as seem useful:
  68.  
  69.    * how to install Ghostscript
  70.    * how to use Ghostscript; some of this information information also found
  71.      in gs.1, the Unix "man" page for Ghostscript.
  72.    * the catalogs at the beginning of devs.mak and contrib.mak, which list
  73.      all the devices for which Ghostscript is able to produce output
  74.      (although if you got Ghostscript in binary form, it will only include
  75.      some of these devices)
  76.    * detailed information about some specific devices that Ghostscript knows
  77.      about
  78.    * more detailed information about how to use Ghostscript under Unix with
  79.      lpr as a filter for non-PostScript printers
  80.    * information about reporting problems -- but remember that Ghostscript
  81.      comes with NO WARRANTY and NO SUPPORT
  82.  
  83. AFPL Ghostscript and GNU Ghostscript
  84.  
  85. AFPL Ghostscript and GNU Ghostscript are different releases. If you have
  86. AFPL Ghostscript, not the GNU Ghostscript releases distributed by the Free
  87. Software Foundation, you should read (or at least skim through):
  88.  
  89.    * additional information about AFPL Ghostscript releases that is not
  90.      relevant to GNU Ghostscript releases.
  91.  
  92. If you run into any questions, or if you are going to be using Ghostscript
  93. extensively, you should at least skim, and probably eventually read:
  94.  
  95.    * about the fonts distributed with Ghostscript, including how to add or
  96.      replace fonts
  97.    * a description of the Ghostscript language, and its differences from the
  98.      documented PostScript language
  99.    * about the .ps files distributed with Ghostscript (other than fonts)
  100.  
  101. Before building Ghostscript
  102.  
  103. If you are going to compile Ghostscript, rather than just use an executable
  104. you got from somewhere, you should read:
  105.  
  106.    * how to build Ghostscript and install it
  107.  
  108.   ------------------------------------------------------------------------
  109.  
  110. What should I read if I'm not a new user?
  111.  
  112. If you have already used Ghostscript, when you receive a new release you
  113. should begin by reading this file, then
  114.  
  115.    * News.htm, for incompatible changes and new features in the current
  116.      release;
  117.    * Current.htm, for known problems in the current release;
  118.    * if you wish, Changes.htm, for a detailed list of changes in the current
  119.      release;
  120.    * if you wish, History#.htm (currently History6.htm), for changes in
  121.      other releases.
  122.  
  123.   ------------------------------------------------------------------------
  124.  
  125. What if I'm a developer?
  126.  
  127. If you are going to write a new driver for Ghostscript, you should read
  128.  
  129.    * the guide to the Ghostscript source code
  130.    * the interface between Ghostscript and device drivers
  131.    * about the external font interface between Ghostscript and
  132.      platform-supplied fonts (but read about drivers in general first)
  133.  
  134. If you are considering distributing Ghostscript (either AFPL or GNU
  135. versions) in conjunction with a commercial product, you should read the
  136. license carefully, and you should also read
  137.  
  138.    * additional clarification of the circumstances under which Ghostscript
  139.      can be distributed with a commercial product
  140.  
  141. If you intend to use Ghostscript in the form of a dynamic link library (DLL)
  142. under OS/2 or Microsoft Windows, read
  143.  
  144.    * documentation on Ghostscript as a DLL
  145.  
  146. If you want to use Ghostscript as part of another program -- as a callable
  147. PostScript language interpreter -- and not as a DLL or as a self-contained
  148. executable application, you should begin by reading
  149.  
  150.    * the source file imain.h, the documented API for Ghostscript not as a
  151.      DLL
  152.  
  153. or if you are going to use only the Ghostscript graphics library,
  154.  
  155.    * about the structure of the Ghostscript library and its interfaces
  156.  
  157.   ------------------------------------------------------------------------
  158.  
  159. What if I'm writing documentation?
  160.  
  161. If you are editing or adding to Ghostscript's existing documentation in HTML
  162. format, or writing a new document, you should read
  163.  
  164.    * the coding and style guidelines for Ghostscript's HTML-based
  165.      documentation.
  166.  
  167.   ------------------------------------------------------------------------
  168.  
  169. Presence on the World Wide Web
  170.  
  171. Ghostscript's home page
  172.  
  173. Ghostscript has a home page on the World Wide Web with helpful information
  174. such as the FAQ (Frequently Asked Questions) and a list of known problems
  175. and workarounds for the current AFPL Ghostscript release (in the "Obtaining"
  176. file for that release):
  177.  
  178.      http://www.cs.wisc.edu/~ghost/
  179.  
  180. More material about Ghostscript can be found at
  181.  
  182.      http://www.ghostscript.com/
  183.  
  184. Adobe PostScript, Encapsulated PostScript, and PDF reference documentation
  185.  
  186. Adobe makes a wealth of technical documentation available over the Web,
  187. including the PostScript Language Reference Manual (Third Edition); the
  188. Encapsulated PostScript (EPS) Format Specification version 3, including
  189. Encapsulated PostScript Interchange (EPSI) format; the PDF 1.3
  190. specification; and the pdfmark and Acrobat Distiller parameters
  191. documentation. Some of these documents are also available at Adobe's ftp
  192. site, but not necessarily under the same filenames.
  193.  
  194. Other material on the WWW
  195.  
  196. Much other material about Ghostscript is available on the World Wide Web,
  197. both as web pages and as archived Usenet and mailing list discussions. Use
  198. the well-known search engines to find such material.
  199.  
  200. There is a good manual for Ghostscript available in PDF form, in English and
  201. German (and soon in Japanese), at:
  202.  
  203.      http://www.pdflib.com/gsmanual
  204.  
  205. There is a translation of the Ghostscript 'man' pages into Czech at:
  206.  
  207.      http://www.volny.cz/rebus/ghostscript
  208.  
  209.   ------------------------------------------------------------------------
  210.  
  211. Which document contains what?
  212.  
  213. Here is the list in alphabetic order of Ghostscript documentation, with
  214. explanations of the contents.
  215.  
  216. Bug-form.htm
  217.      A form to fill out and a-meil to report a problem with AFPL Ghostscript
  218.      -- but remember that Ghostscript comes with NO WARRANTY and NO SUPPORT.
  219.      Please read the instructions before reporting a bug.
  220.  
  221. Bug-info.htm
  222.      Information about how to report problems with AFPL Ghostscript -- but
  223.      remember that Ghostscript comes with NO WARRANTY and NO SUPPORT. Please
  224.      read this before reporting a problem.
  225.  
  226. C-style.htm
  227.      Guidelines and style for C coding, which you should follow if, for
  228.      example, you write a new driver or add or change something in
  229.      Ghostscript. For developers.
  230.  
  231. Changes.htm
  232.      A detailed list of all code changes in the current release or
  233.      pre-release, generated mechanically from the CVS logs. For developers.
  234.  
  235. Commprod.htm
  236.      The conditions under which Ghostscript may be distributed in a
  237.      commercial context. See also the Aladdin Free Public License.
  238.  
  239. Copying.htm
  240.      A reminder that AFPL Ghostscript is governed NOT by the Free Software
  241.      Foundation's GNU General Public License but by the Aladdin Free Public
  242.      License.
  243.  
  244. Current.htm
  245.      Information specifically about the current release of Ghostscript. See
  246.      also the latest news of changes.
  247.  
  248. DLL.htm
  249.      On OS/2, MS Windows-16 and MS Windows-32 platforms, Ghostscript is
  250.      compiled as a dynamic link library (DLL). This describes how to use it.
  251.      For developers.
  252.  
  253. Devices.htm
  254.      Detailed information about some specific devices for which Ghostscript
  255.      can produce output. Run "gs -h" to see which devices a particular
  256.      version of Ghostscript is built to use.
  257.  
  258. Drivers.htm
  259.      Describes the interface between Ghostscript and device drivers. If you
  260.      do this, you should also read and use the C style and coding
  261.      guidelines. Necessary to develop a new driver. For developers.
  262.  
  263. Fonts.htm
  264.      All about fonts freely available for Ghostscript, and how to add and
  265.      use new fonts. Also describes how to use Ghostscript fonts as X Windows
  266.      fonts. For both users and developers.
  267.  
  268. Helpers.htm
  269.      A note of thanks to people who have helped in the development of
  270.      Ghostscript.
  271.  
  272. Hershey.htm
  273.      Part 1 of the five-part original Usenet distribution of the free
  274.      Hershey fonts, giving the terms of use and describing their encoding.
  275.  
  276. History*.htm
  277.      The history of changes in all Ghostscript releases:
  278.  
  279.           History6.htm for Ghostscript versions 6.n
  280.           History5.htm for Ghostscript versions 5.n
  281.           History4.htm for Ghostscript versions 4.n
  282.           History3.htm for Ghostscript versions 3.n
  283.           History2.htm for Ghostscript versions 2.n
  284.           History1.htm for Ghostscript versions 1.n
  285.  
  286. Htmstyle.htm
  287.      The guidelines and style for HTML coding of Ghostscript's
  288.      documentation, which you should follow if, for example, you change
  289.      existing HTML documentation or write new documents. For writers and
  290.      editors.
  291.  
  292. Humor.htm
  293.      Another Ghostscript interpreter.
  294.  
  295. Install.htm
  296.      How to install Ghostscript. See also how to build it.
  297.  
  298. Language.htm
  299.      The relationship between the Ghostscript interpreter and the PostScript
  300.      language as defined by Adobe.
  301.  
  302. Lib.htm
  303.      A description of the Ghostscript library, a set of procedures to
  304.      implement the graphics and filtering capabilities that are primitive
  305.      operations in the PostScript language and in Adobe Portable Document
  306.      Format (PDF). For developers.
  307.  
  308. Maintain.htm
  309.      Assorted Ghostscript maintenance procedures. For developers.
  310.  
  311. Make.htm
  312.      How to build Ghostscript executables from the source code. See also how
  313.      to install it. It's not necessary to be a highly experienced developer
  314.      to build or install Ghostscript, but some experience is needed.
  315.  
  316. New-user.htm
  317.      Essential information for new users of Ghostscript.
  318.  
  319. News.htm
  320.      A brief description of the latest release or pre-release of
  321.      Ghostscript, and a list of any incompatible changes in it. Changes in
  322.      older releases are described in the history files "History*.htm", which
  323.      are usually installed in the documentation directory. Run "gs -h" to
  324.      see where that is.
  325.  
  326. Projects.htm
  327.      A list of Ghostscript development projects with which we would like
  328.      help.
  329.  
  330. Ps2epsi.htm
  331.      Detailed information on how to use Ghostscript through ps2epsi to
  332.      convert PostScript to Adobe Encapsulated PostScript Interchange (EPSI)
  333.      format.
  334.  
  335. Ps2pdf.htm
  336.      Detailed information on how to use Ghostscript through ps2pdf to
  337.      convert PostScript to Adobe Portable Document Format (PDF).
  338.  
  339. Psfiles.htm
  340.      A description of the PostScript files (other than font files)
  341.      distributed with Ghostscript, including initialization routines,
  342.      utility programs, and sample printable files.
  343.  
  344. Public.htm
  345.      The Aladdin Free Public License, which states the conditions for using
  346.      and redistributing AFPL Ghostscript.
  347.  
  348. Readme.htm
  349.      This document.
  350.  
  351. Release.htm
  352.      A description of how to prepare and test a Ghostscript release. Of
  353.      interest only to developers who want to create new Ghostscript versions
  354.      for distribution.
  355.  
  356. Source.htm
  357.      A guide to the Ghostscript source code, for development and debugging.
  358.  
  359. Tester.htm
  360.      A short questionnaire to fill out if you would like to be notified of
  361.      new tester / beta releases.
  362.  
  363. Unix-lpr.htm
  364.      How to set up Ghostscript as a Unix lpr filter.
  365.  
  366. Use.htm
  367.      Detailed instructions on how to use Ghostscript, including such matters
  368.      as designating an output device; choosing a default paper size; how
  369.      Ghostscript finds files, including font files; how it uses environment
  370.      variables; notes on specific platforms, including the X Window System;
  371.      and command-line options.
  372.  
  373. Xfonts.htm
  374.      Ghostscript's external font interface to a host platform's
  375.      font-rendering mechanism, for developers.
  376.  
  377.   ------------------------------------------------------------------------
  378.  
  379. Copyright ⌐ 1996, 2000 Aladdin Enterprises. All rights reserved.
  380.  
  381. This file is part of AFPL Ghostscript. See the Aladdin Free Public License
  382. (the "License") for full details of the terms of using, copying, modifying,
  383. and redistributing AFPL Ghostscript.
  384.  
  385. Ghostscript version 6.32, 27 November 2000
  386.