Specifying the color rendering intent value on the other-transform-options attribute
The attribute other-transform-options can now have a value which includes an equals sign, so pragma statements are supported. For example, to submit a color print job called PS.doc with the pragma colorRendering, to a printer called color_printer using perceptual color rendering, you could type this on the command line:
pdpr -d color_printer -x "other-transform-options = '-pragma
colorRendering=perceptual'" PS.doc
The single quotes are a syntax requirement.
This pragma can also be used on a command line invocation of a transform or it can be specified in the transform configuration file.