diff --git a/CHANGES.md b/CHANGES.md index cad183680..47ef16f95 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,8 @@ libcups v3.0rc4 (YYYY-MM-DD) `--client-name` options. - Updated `cupsOAuthGetMetadata` to support Microsoft Azure/Entra OAuth servers. +- Updated `ipptransform` to support generation of PCLm output in addition to PWG + Raster data. - Fixed handling of finishings/finishings-col and media/media-col in the `ippeveprinter` tool (Issue #95) - Fixed a duplicate printer reporting bug in `cupsGetDests`. diff --git a/doc/ipptransform.html b/doc/ipptransform.html index 1b5eedd59..f211729b8 100644 --- a/doc/ipptransform.html +++ b/doc/ipptransform.html @@ -165,7 +165,7 @@
-m OUTPUT/FORMAT
Specifies the MIME media type of the output file.
-Currently the "application/pdf" (PDF), "application/postscript" (PostScript), "application/vnd.hp-pcl" (HP PCL), "image/pwg-raster" (PWG Raster), and "image/urf" (Apple Raster) MIME media types are supported.
+Currently the "application/PCLm" (PCLm), "application/pdf" (PDF), "application/postscript" (PostScript), "application/vnd.hp-pcl" (HP PCL), "image/pwg-raster" (PWG Raster), and "image/urf" (Apple Raster) MIME media types are supported.
-o "NAME=VALUE[...NAME=VALUE]"
@@ -327,17 +327,32 @@
IPP_xxx_DEFAULT
Specifies the default value of the corresponding "xxx-default" Printer Description attribute, where "xxx" is converted to uppercase.
For example, the "media-default" Printer Description attribute is stored as the "IPP_MEDIA_DEFAULT" environment variable.
+
IPP_PCLM_RASTER_BACK_SIDE
+Specifies the coordinate system of the back side of duplex sheets.
+The default is 'normal'.
+
IPP_PCLM_SOURCE_RESOLUTION_SUPPORTED
+Lists the supported output resolutions.
+The default is 600dpi.
+
IPP_PCLM_STRIP_HEIGHT_PREFERRED
+Specifies the preferred strip height for the printer.
+The default is 16.
IPP_PWG_RASTER_DOCUMENT_RESOLUTION_SUPPORTED
Lists the supported output resolutions.
+The default is 300dpi.
IPP_PWG_RASTER_DOCUMENT_SHEET_BACK
Specifies the coordinate system of the back side of duplex sheets.
+The default is 'normal'.
IPP_PWG_RASTER_DOCUMENT_TYPE_SUPPORTED
Lists the supported output color spaces and bit depths.
+The default is 'sgray_8'.
IPPTRANSFORM_MAX_RASTER
+
IPPTRANSFORM_MAX_RASTER
Specifies the maximum number of bytes to use when generating raster data.
The default is 16MB.
Copyright © 2023 by OpenPrinting. +
Copyright © 2023-2025 by OpenPrinting. Copyright © 2016-2019 by the Printer Working Group. Copyright © 2016-2019 by Apple Inc.