|
1 | 1 | .\" |
2 | 2 | .\" ipptransform man page. |
3 | 3 | .\" |
4 | | -.\" Copyright © 2023-2025 by OpenPrinting. |
| 4 | +.\" Copyright © 2023-2026 by OpenPrinting. |
5 | 5 | .\" Copyright © 2016-2019 by the Printer Working Group. |
6 | 6 | .\" Copyright © 2016-2019 by Apple Inc. |
7 | 7 | .\" |
8 | 8 | .\" Licensed under Apache License v2.0. See the file "LICENSE" for more |
9 | 9 | .\" information. |
10 | 10 | .\" |
11 | | -.TH ipptransform 1 "ippsample" "2025-11-24" "OpenPrinting" |
| 11 | +.TH ipptransform 1 "ippsample" "2026-01-08" "OpenPrinting" |
12 | 12 | .SH NAME |
13 | 13 | ipptransform \- convert document data to alternate formats |
14 | 14 | .br |
@@ -221,33 +221,45 @@ Specifies the title of the input file. |
221 | 221 | .B IPP_xxx |
222 | 222 | Specifies the value of the "xxx" Job Template attribute, where "xxx" is converted to uppercase. |
223 | 223 | For example, the "media" Job Template attribute is stored as the "IPP_MEDIA" environment variable. |
| 224 | +When the source attribute contains multiple values, they are separated by commas in the environment variable string. |
224 | 225 | .TP 5 |
225 | 226 | .B IPP_xxx_DEFAULT |
226 | 227 | Specifies the default value of the corresponding "xxx-default" Printer Description attribute, where "xxx" is converted to uppercase. |
227 | 228 | For example, the "media-default" Printer Description attribute is stored as the "IPP_MEDIA_DEFAULT" environment variable. |
| 229 | +When the source attribute contains multiple values, they are separated by commas in the environment variable string. |
| 230 | +.TP 5 |
| 231 | +.B IPP_xxx_READY |
| 232 | +Specifies the loaded value(s) of the corresponding "xxx-ready" Printer Status attribute, where "xxx" is converted to uppercase. |
| 233 | +For example, the "media-ready" Printer Status attribute is stored as the "IPP_MEDIA_READY" environment variable. |
| 234 | +When the source attribute contains multiple values, they are separated by commas in the environment variable string. |
| 235 | +.TP 5 |
| 236 | +.B IPP_xxx_SUPPORTED |
| 237 | +Specifies the supported value(s) of the corresponding "xxx-supported" Printer Description attribute, where "xxx" is converted to uppercase. |
| 238 | +For example, the "media-supported" Printer Description attribute is stored as the "IPP_MEDIA_SUPPORTED" environment variable. |
| 239 | +When the source attribute contains multiple values, they are separated by commas in the environment variable string. |
228 | 240 | .TP 5 |
229 | 241 | .B IPP_PCLM_RASTER_BACK_SIDE |
230 | 242 | Specifies the coordinate system of the back side of duplex sheets. |
231 | 243 | The default is 'normal'. |
232 | 244 | .TP 5 |
233 | 245 | .B IPP_PCLM_SOURCE_RESOLUTION_SUPPORTED |
234 | | -Lists the supported output resolutions. |
| 246 | +Lists the supported output resolutions, separated by commas. |
235 | 247 | The default is 600dpi. |
236 | 248 | .TP 5 |
237 | 249 | .B IPP_PCLM_STRIP_HEIGHT_PREFERRED |
238 | 250 | Specifies the preferred strip height for the printer. |
239 | 251 | The default is 16. |
240 | 252 | .TP 5 |
241 | 253 | .B IPP_PWG_RASTER_DOCUMENT_RESOLUTION_SUPPORTED |
242 | | -Lists the supported output resolutions. |
| 254 | +Lists the supported output resolutions, separated by commas. |
243 | 255 | The default is 300dpi. |
244 | 256 | .TP 5 |
245 | 257 | .B IPP_PWG_RASTER_DOCUMENT_SHEET_BACK |
246 | 258 | Specifies the coordinate system of the back side of duplex sheets. |
247 | 259 | The default is 'normal'. |
248 | 260 | .TP 5 |
249 | 261 | .B IPP_PWG_RASTER_DOCUMENT_TYPE_SUPPORTED |
250 | | -Lists the supported output color spaces and bit depths. |
| 262 | +Lists the supported output color spaces and bit depths, separated by commas. |
251 | 263 | The default is 'sgray_8'. |
252 | 264 | .TP 5 |
253 | 265 | .B IPPTRANSFORM_MAX_RASTER |
@@ -283,6 +295,6 @@ Convert a JPEG file to sRGB PWG Raster at 600dpi: |
283 | 295 | .SH SEE ALSO |
284 | 296 | .BR ipptool (1), |
285 | 297 | .SH COPYRIGHT |
286 | | -Copyright \[co] 2023-2025 by OpenPrinting. |
| 298 | +Copyright \[co] 2023-2026 by OpenPrinting. |
287 | 299 | Copyright \[co] 2016-2019 by the Printer Working Group. |
288 | 300 | Copyright \[co] 2016-2019 by Apple Inc. |
0 commit comments