[gs-cvs] rev 8244 - in trunk/gs: doc lib

giles at ghostscript.com giles at ghostscript.com
Tue Sep 18 12:01:35 PDT 2007


Author: giles
Date: 2007-09-18 12:01:34 -0700 (Tue, 18 Sep 2007)
New Revision: 8244

Modified:
   trunk/gs/doc/Projects.htm
   trunk/gs/doc/Ps2pdf.htm
   trunk/gs/doc/Use.htm
   trunk/gs/lib/ps2pdf.bat
   trunk/gs/lib/ps2pdf.cmd
Log:
Correct some documentation errors. Bug 689433.


Modified: trunk/gs/doc/Projects.htm
===================================================================
--- trunk/gs/doc/Projects.htm	2007-09-18 17:32:31 UTC (rev 8243)
+++ trunk/gs/doc/Projects.htm	2007-09-18 19:01:34 UTC (rev 8244)
@@ -70,11 +70,14 @@
 <p>
 MS Windows has a "language monitor" capability which would allow Ghostscript
 to be invoked seamlessly to process input files in any language Ghostscript
-could handle (currently PostScript and PDF) and for any printer for which
-Ghostscript had a driver.  Doing this properly would require integrating
-Ghostscript with Windows' "Add Printer" dialog, and would also require
-creating a PPD for Ghostscript.  <I>Russell Lang's RedMon program provides
+handles and for any printer for which Ghostscript has a driver. Doing 
+this properly would require integrating Ghostscript with Windows' "Add 
+Printer" dialog, using an appropriate PPD.
+
+<p>
+<I>Russell Lang's RedMon program provides
 some, but not all, of this capability.</I>
+See also <b><tt>lib/ghostpdf.ppd</tt></b>.
 
 <h3>Netscape browser plug-in.</h3>
 

Modified: trunk/gs/doc/Ps2pdf.htm
===================================================================
--- trunk/gs/doc/Ps2pdf.htm	2007-09-18 17:32:31 UTC (rev 8243)
+++ trunk/gs/doc/Ps2pdf.htm	2007-09-18 19:01:34 UTC (rev 8244)
@@ -106,12 +106,12 @@
 <li><b><tt>ps2pdf14</tt></b> produces PDF 1.4 output (Acrobat 5-and-later
 compatible).
 
-<li><b><tt>ps2pdf</tt></b> per se currently produces PDF 1.2 output.
-However, this may change in the future.  If you care about the compatibility
-level of the output, use <b><tt>ps2pdf12</tt></b>, <b><tt>ps2pdf13</tt></b>,
-or <b><tt>ps2pdf14</tt></b>, or use the
+<li><b><tt>ps2pdf</tt></b> per se currently produces PDF 1.4 output.
+However, this may change in the future.  If you care about compatibility 
+with a specific output level,use the
 <b><tt>-dCompatibilityLevel=</tt></b><em>1.x</em> switch in the command
-line.
+line, or one of the specific version aliases <b><tt>ps2pdf12</tt></b>, 
+<b><tt>ps2pdf13</tt></b>, or <b><tt>ps2pdf14</tt></b>.
 
 </ul>
 

Modified: trunk/gs/doc/Use.htm
===================================================================
--- trunk/gs/doc/Use.htm	2007-09-18 17:32:31 UTC (rev 8243)
+++ trunk/gs/doc/Use.htm	2007-09-18 19:01:34 UTC (rev 8244)
@@ -1335,10 +1335,10 @@
 
 <h3><a name="UnicodeTT"></a>Using Unicode True Type fonts</h3>
 
-Ghostscript can handle True Type fonts with the full Unicode UTF-16 character set.
+Ghostscript can handle True Type fonts with the full Unicode character set.
 For doing that, a 3d party software should generate a Postscript
 or PDF document with a text, which is encoded with the 
-UTF16 encoding. Ghostscript may be used for converting
+UTF-16 encoding. Ghostscript may be used for converting
 such Postscript documents to PDF and for 
 re-distilling such PDF documents to PDF subsets.
 
@@ -1360,7 +1360,7 @@
 
 <li> 
 In the PS or PDF document combine the font 
-with one of CMap <b><tt>Identity-UTF16-V</tt></b>
+with one of CMap <b><tt>Identity-UTF16-H</tt></b>
 (for the horizontal writing mode)
 or <b><tt>Identity-UTF16-V</tt></b> 
 (for the vertical writing mode).
@@ -2859,9 +2859,8 @@
         <td>&nbsp;
         <td>Force the interpreter's allocator to acquire additional memory
             in units of <b><em>n</em></b>K bytes, rather than the default
-            (currently 20K on DOS systems, 50K on Unix). <b><em>n</em></b>
-            is a positive decimal integer, on DOS systems no greater than
-            63.
+            20K. <b><em>n</em></b> is a positive decimal integer, on 
+            16-bit systems no greater than 63.
 <tr>    <td valign=top><b><tt>-N</tt></b><em>n</em>
         <td>&nbsp;
         <td>&nbsp;

Modified: trunk/gs/lib/ps2pdf.bat
===================================================================
--- trunk/gs/lib/ps2pdf.bat	2007-09-18 17:32:31 UTC (rev 8243)
+++ trunk/gs/lib/ps2pdf.bat	2007-09-18 19:01:34 UTC (rev 8244)
@@ -1,7 +1,7 @@
 @echo off
 @rem $Id$
 
-rem Convert PostScript to PDF 1.4 (Acrobat 4-and-later compatible).
+rem Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).
 rem The default PDF compatibility level may change in the future:
 rem use ps2pdf12 or ps2pdf13 if you want a specific level.
 

Modified: trunk/gs/lib/ps2pdf.cmd
===================================================================
--- trunk/gs/lib/ps2pdf.cmd	2007-09-18 17:32:31 UTC (rev 8243)
+++ trunk/gs/lib/ps2pdf.cmd	2007-09-18 19:01:34 UTC (rev 8244)
@@ -4,7 +4,7 @@
  * please contact Mark Hale (mark.hale at physics.org).
  */
 
-/* Convert PostScript to PDF 1.4 (Acrobat 4-and-later compatible). */
+/* Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible). */
 /* The PDF compatibility level may change in the future: */
 /* use ps2pdf12 or ps2pdf13 if you want a specific level. */
 



More information about the gs-cvs mailing list