diff options
author | Stefan Kemper <stefan.kemper@artifex.com> | 2001-05-10 23:01:52 +0000 |
---|---|---|
committer | Stefan Kemper <stefan.kemper@artifex.com> | 2001-05-10 23:01:52 +0000 |
commit | 07978d00435f4473941e0c26434ca0a2f59d3f92 (patch) | |
tree | 6ac64d99cb0a57ffaaed572e04d989ca526b26e1 /doc | |
parent | 38a43ba1ff2202abd7c3e5fc53cca0d30a1d67c8 (diff) |
Minor name change to Ghostscript PCL...
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1350 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/doc/index.html b/doc/index.html index ed84fbfa5..6c01b57f0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -8,18 +8,20 @@ <body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000"> <h1> -<img SRC="ghost64.gif" height=64 width=56> GhostPCL5e, GhostPCL5c, and -GhostPXL</h1> +<img SRC="ghost64.gif" height=64 width=56> Ghostscript PCL5e, Ghostscript +PCL5c, and Ghostscript PXL</h1> <hr> <br>This page discusses configuration, compilation and running of the -PCL family of products: GhostPCL5E, GhostPCL5c and GhostPXL. -All of the PCL products use the Ghostscript Graphic Library for graphics, -imaging and driver support. A brief tour of the <a href="http://www.cs.wisc.edu/~ghost/">Ghostscript -documentation</a> will be helpful to understand this document. -<p>GhostPCL6 consists of GhostPCL5e or GhostPCL5c, GhostPXL and a supporting -language switching implementation which includes a partial implementation -of the PJL interpreter. +Ghostscript PCL family of products: Ghostscript PCL5E, Ghostscript +PCL5c and Ghostscript PXL. All of the PCL products use the Ghostscript +Graphic Library for graphics, imaging and driver support. A brief +tour of the <a href="http://www.cs.wisc.edu/~ghost/">Ghostscript documentation +(web)</a> <a href="../gs/doc/index.html">(local)</a> a will be helpful +to understand this document. +<p>Ghostscrrpt PCL6 consists of Ghostscript PCL5e or Ghostscript PCL5c, +Ghostscript PXL and a supporting language switching implementation which +includes a partial implementation of the PJL interpreter. <h2> Quick Start For Unix environment with GCC.</h2> <tt><font size=+0>mkdir -p /windows/fonts/ @@ -288,7 +290,7 @@ Running the products.</h1> Twain</i> <p>All options supplied to the interpreter in the following examples are described in the <a href="http://www.cs.wisc.edu/~ghost/">Ghostscript -documentation.</a> +documentation. </a><a href="../gs/doc/index.html">(local)</a> <p><b>pcl6 -sDEVICE=x11 mypcl.pcl</b> <p>interpret a pcl file called mypcl.pcl and render to the x11 device. <p><b>pcl6 -sDEVICE=ljet4 -sOutputFile="| lpr" -dNOPAUSE mypcl.pcl</b> @@ -308,8 +310,8 @@ about the available options and devices. <br> <h1> PCL Personality</h1> -The following option is private to GhostPCL. -<p>The PCL emulation comes in three flavors: PCL5E, PCL5C, and RTL. + +<p><br>The PCL emulation comes in three flavors: PCL5E, PCL5C, and RTL. The PCL5E personality thresholds colors to black and white irrespective of the color parameters of the output device. PCL5C is the color personality, used with a monochrome device it will grayscale colors. @@ -328,10 +330,12 @@ set to PCL5C. RTL must be explicitly set on the command line. RTL always grayscales and never thresholds colors to black and white. <h2> Fonts</h2> -Customers should obtain fonts from a third-party vendor such as <a href="http://www.agfa.com">Agfa</a> -or <a href="http://www.bitstream.com">Bitstream</a> . The software -can use Hewlett Packard FONTSMART version 1.5. Also, Windows TrueType -fonts can be used as well but minor <a href="#PCL Code modifications to use Windows TrueType fonts">PCL +Fonts are provided. These are searched for in either the /fonts, +/windows/fonts, or a directory specfied with the FONTSOURCE environment +variable. Fonts from a third-party vendor such as <a href="http://www.agfa.com">Agfa</a> +or <a href="http://www.bitstream.com">Bitstream</a> may also +be used.. The software can use Hewlett Packard FONTSMART version +1.5. Also, Windows TrueType fonts can be used as well but minor <a href="#PCL Code modifications to use Windows TrueType fonts">PCL code modifications</a> are required and the Windows TrueType fonts are not exactly like the fonts used in HP Laserjet 4, 5, & 6 products. For desktop users an environment variable FONTSOURCE can be set to specify @@ -350,7 +354,7 @@ Reporting bugs</h1> Use the <a href="http://meerkat.dimensional.com/pcldocs/pclbug.html">bug reporting form</a> . <p>A frequently asked question file is under construction <a href="pclfaq.htm">here.</a> -<p>Please send comments about this documentation to <a href="mailto:henrys@artifex.com">Henry -Stiles</a> . +<p>Please send comments about this documentation to <a href="mailto::bug-pcl@ghostscript.com">bug-pcl@ghostscript.com</a> +. </body> </html> |