You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status and progress messages are sent to the standard error.
48
48
</p>
49
49
<p><strong>ippevepcl</strong>
50
-
prints to B&W HP PCL laser printers and supports printing of HP PCL (application/vnd.hp-pcl), PWG Raster (image/pwg-raster), and Apple Raster (image/urf) print files.
50
+
prints to B&W HP PCL laser printers and supports printing of HP PCL (application/vnd.hp-pcl), PWG Raster (image/pwg-raster), and Apple Raster (image/urf) print files.
51
51
</p>
52
52
<p><strong>ippeveps</strong>
53
53
print to Adobe PostScript printers and supports printing of PDF (application/pdf), PostScript (application/postscript), JPEG (image/jpeg), PWG Raster (image/pwg-raster), and Apple Raster (image/urf) print files.
Run the specified command for each document that is printed.
159
-
If "command" is not an absolute path ("/path/to/command"),
159
+
If "command" is not an absolute path ("/path/to/command"),
160
160
<strong>ippeveprinter</strong>
161
-
looks for the command in the "command" subdirectory of the CUPS binary directory, typically /usr/lib/cups/command or /usr/libexec/cups/command.
161
+
looks for the command in the "command" subdirectory of the CUPS binary directory, typically /usr/lib/cups/command or /usr/libexec/cups/command.
162
162
The
163
163
<strong>cups-config</strong>(1)
164
164
165
-
command can be used to discover the correct binary directory ("cups-config --serverbin").
165
+
command can be used to discover the correct binary directory ("cups-config --serverbin").
166
166
In addition, the CUPS_SERVERBIN environment variable can be used to override the default location of this directory - see the
adds environment variables starting with "IPP_" for all IPP Job attributes in the print request.
238
-
For example, when executing a command for an IPP Job containing the "media" Job Template attribute, the "IPP_MEDIA" environment variable will be set to the value of that attribute.
237
+
adds environment variables starting with "IPP_" for all IPP Job attributes in the print request.
238
+
For example, when executing a command for an IPP Job containing the "media" Job Template attribute, the "IPP_MEDIA" environment variable will be set to the value of that attribute.
239
239
</p>
240
-
<p>In addition, all IPP "xxx-default" and "pwg-xxx" Printer Description attributes are added to the environment.
241
-
For example, the "IPP_MEDIA_DEFAULT" environment variable will be set to the default value for the "media" Job Template attribute.
240
+
<p>In addition, all IPP "xxx-default" and "pwg-xxx" Printer Description attributes are added to the environment.
241
+
For example, the "IPP_MEDIA_DEFAULT" environment variable will be set to the default value for the "media" Job Template attribute.
242
242
</p>
243
243
<p>Enumerated values are converted to their keyword equivalents.
244
-
For example, a "print-quality" Job Template attribute with a enum value of 3 will become the "IPP_PRINT_QUALITY" environment variable with a value of "draft".
245
-
This string conversion only happens for standard Job Template attributes, currently "finishings", "orientation-requested", and "print-quality".
244
+
For example, a "print-quality" Job Template attribute with a enum value of 3 will become the "IPP_PRINT_QUALITY" environment variable with a value of "draft".
245
+
This string conversion only happens for standard Job Template attributes, currently "finishings", "orientation-requested", and "print-quality".
246
246
</p>
247
-
<p>Finally, the "CONTENT_TYPE" environment variable contains the MIME media type of the document being printed, the "DEVICE_URI" environment variable contains the device URI as specified with the "-D" option, the "OUTPUT_FORMAT" environment variable contains the output MIME media type, and the "PPD" environment variable contains the PPD filename as specified with the "-P" option.
247
+
<p>Finally, the "CONTENT_TYPE" environment variable contains the MIME media type of the document being printed, the "DEVICE_URI" environment variable contains the device URI as specified with the "-D" option, the "OUTPUT_FORMAT" environment variable contains the output MIME media type, and the "PPD" environment variable contains the PPD filename as specified with the "-P" option.
Currently only the "job-impressions" and "job-impressions-completed" Job Status attributes and the "marker-xxx", "printer-alert", "printer-alert-description", "printer-supply", and "printer-supply-description" Printer Status attributes can be set.
258
+
Currently only the "job-impressions" and "job-impressions-completed" Job Status attributes and the "marker-xxx", "printer-alert", "printer-alert-description", "printer-supply", and "printer-supply-description" Printer Status attributes can be set.
Logs an informational/progress message if -v has been specified and copies the message to the "job-state-message" attribute unless an error has been reported.
267
+
Logs an informational/progress message if -v has been specified and copies the message to the "job-state-message" attribute unless an error has been reported.
Supported values are "1.1", "2.0", "2.1", and "2.2".
235
+
Supported values are "1.1", "2.0", "2.1", and "2.2".
236
236
</p>
237
237
<h2id="ippfind-1.exit-status">Exit Status</h2>
238
238
<p><strong>ippfind</strong> returns 0 if the result for all processed expressions is true, 1 if the result of any processed expression is false, 2 if browsing or any query or resolution failed, 3 if an undefined option or invalid expression was specified, and 4 if it ran out of memory.
0 commit comments