]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/spec-ppd.shtml
Merge changes from CUPS 1.6svn-r10390.
[thirdparty/cups.git] / filter / spec-ppd.shtml
index 6daa361fe5e48bd9543aedcf9b8cd0d6459b1a4d..5ef9f6a40ba667ea633c29c8ddc0c93d5787a9f1 100644 (file)
@@ -1481,7 +1481,7 @@ the standard SNMP Printer MIB OIDs for supply levels. The default value is
 
 <p>This required keyword describes which version of the CUPS
 PPD file extensions was used. Currently it must be the string
-"1.0", "1.1", "1.2", or "1.3".</p>
+"1.0", "1.1", "1.2", "1.3", "1.4", "1.5", or "1.6".</p>
 
 <p>Example:</p>
 
@@ -1491,6 +1491,20 @@ PPD file extensions was used. Currently it must be the string
 </pre>
 
 
+<h3><span class="info">CUPS 1.6</span><a name="JCLToPDFInterpreter">JCLToPDFInterpreter</a></h3>
+
+<p class="summary">*JCLToPDFInterpreter: "JCL"</p>
+
+<p>This keyword provfides the JCL command to insert a PDF job file into a printer-ready data stream. The JCL command is added after the <tt>JCLBegin</tt> value and any commands for JCL options in the PPD file.</p>
+
+<p>Example:</p>
+
+<pre class='command'>
+<em>*% PJL command to start the PDF interpreter</em>
+*JCLToPDFInterpreter: "@PJL ENTER LANGUAGE = PDF&lt;0A&gt;"
+</pre>
+
+
 <h2 class='title'><a name='MACOSX'>Mac OS X Attributes</a></h2>
 
 <h3><span class='info'>Mac OS X 10.3</span><a name='APDialogExtension'>APDialogExtension</a></h3>
@@ -1783,6 +1797,10 @@ the device.</p>
 
        <li>Added <a href="#cupsMaxCopies"><tt>cupsMaxCopies</tt></a> keyword.</li>
 
+       <li>Documented <a href="#JCLToPDFInterpreter"><tt>JCLToPDFInterpreter</tt></a> keyword.</li>
+
+       <li>Updated <a href="#cupsVersion"><tt>cupsVersion</tt></a> keyword documentation to list all current releases of CUPS.</li>
+
 </ul>