]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/spec-ppd.html
Merge changes from CUPS 1.6svn-r10310.
[thirdparty/cups.git] / doc / help / spec-ppd.html
index 21a9801184444eb5f31f52602dc42cf6b8238ace..4521543bc5314c835645b650a49b60bbecf5d40c 100644 (file)
@@ -413,6 +413,7 @@ div.contents ul.subcontents li {
        <li><a href="#cupsManualCopies">cupsManualCopies</a></li>
        <li><a href="#cupsMarkerName">cupsMarkerName</a></li>
        <li><a href="#cupsMarkerNotice">cupsMarkerNotice</a></li>
+       <li><a href="#cupsMaxCopies">cupsMaxCopies</a></li>
        <li><a href="#cupsModelNumber">cupsModelNumber</a></li>
        <li><a href="#cupsPJLCharset">cupsPJLCharset</a></li>
        <li><a href="#cupsPJLDisplay">cupsPJLDisplay</a></li>
@@ -1746,6 +1747,19 @@ are approximate".</p>
 *cupsMarkerNotice: "Supply levels are approximate."
 </pre>
 
+<h3><span class='info'>CUPS 1.6</span><a name='cupsMaxCopies'>cupsMaxCopies</a></h3>
+
+<p class='summary'>*cupsMaxCopies: integer</p>
+
+<p>This integer keyword notifies the filters that the destination printer supports up to N copies in hardware. The default value is <code>9999</code>.</p>
+
+<p>Example:</p>
+
+<pre class='command'>
+<em>*% Tell the RIP filters we can do up to 99 copies</em>
+*cupsMaxCopies: 99
+</pre>
+
 <h3><a name='cupsModelNumber'>cupsModelNumber</a></h3>
 
 <p class='summary'>*cupsModelNumber: number</p>
@@ -2203,6 +2217,15 @@ the device.</p>
 
 <h2 class='title'><a name='HISTORY'>Change History</a></h2>
 
+<h3>Changes in CUPS 1.6</h3>
+
+<ul>
+
+       <li>Added <a href="#cupsMaxCopies"><tt>cupsMaxCopies</tt></a> keyword.</li>
+
+</ul>
+
+
 <h3>Changes in CUPS 1.5</h3>
 
 <ul>