[gs-cvs] rev 8267 - trunk/gs/doc

giles at ghostscript.com giles at ghostscript.com
Tue Oct 2 17:18:12 PDT 2007


Author: giles
Date: 2007-10-02 17:18:12 -0700 (Tue, 02 Oct 2007)
New Revision: 8267

Modified:
   trunk/gs/doc/Language.htm
   trunk/gs/doc/Use.htm
Log:
Document the .IgnoreNumCopies device parameter. Bug 689491.


Modified: trunk/gs/doc/Language.htm
===================================================================
--- trunk/gs/doc/Language.htm	2007-10-02 23:55:30 UTC (rev 8266)
+++ trunk/gs/doc/Language.htm	2007-10-03 00:18:12 UTC (rev 8267)
@@ -1831,6 +1831,15 @@
 </dl>
 
 <dl>
+<dt><b><tt>.IgnoreNumCopies &lt;boolean&gt;</tt></b>
+<dd>Some page description languages support a NumCopies parameter.
+This parameter instructs the device to ignore this, producing only
+one copy of the document on output. Note that some devices ignore
+NumCopies regardless because of limitation of the output format
+or the implementation.
+</dl>
+ 
+<dl>
 <dt><b><tt>Name &lt;string&gt; (read-only)</tt></b>
 <dd>The device name.  Currently the same as <b><tt>OutputDevice</tt></b>.
 </dl>

Modified: trunk/gs/doc/Use.htm
===================================================================
--- trunk/gs/doc/Use.htm	2007-10-02 23:55:30 UTC (rev 8266)
+++ trunk/gs/doc/Use.htm	2007-10-03 00:18:12 UTC (rev 8267)
@@ -2532,6 +2532,15 @@
 device, as described above.
 </dl>
 
+<dl>
+<dt><b><tt>-d.IgnoreNumCopies=true</b></tt>
+<dd>Some devices implement support for "printing" multiple copies of the 
+input document and some do not, usually based on whether it makes sense 
+for a particular output format. This switch instructs all devices to 
+ignore a request to print multiple copies, giving more consistent 
+behaviour.
+</dl>
+
 <h4><a name="EPS_parameters"></a>EPS parameters</h4>
 
 <dl>



More information about the gs-cvs mailing list