Code Example

In the following example, there are four RENDER subcommands defined. Note that multiple RENDER subcommands for the same scope are not allowed:

  1. The first RENDER is for the entire print file, and defines the RI for IOCA objects as perceptual. It also specifies the device output appearance to be monochromatic.
  2. The second RENDER is for the document 5, and defines the RI for non-OCA objects as saturation. It also specifies the device output appearance to be the device default which will mean full color output for a color printer.
  3. The third RENDER is for the document 7, and defines the RI for PTOCA objects as media-relative colorimetric. No device output appearance is specified.
  4. The fourth RENDER is for the document 9, and defines the RI for all supported objects. It also specifies the device output appearance to be monochromatic.

Example

  FORMDEF cmrXm3  REPLACE yes;
    RENDER  PRINTFILE  IOCA  perceptual  MONOCH ;
    RENDER  5          OBJC  saturation  DEFAULT;
    RENDER  7          PTOCA relcm         ;
    RENDER  9  OBJC  abscm  IOCA relcm PTOCA satur GOCA percp MONOCH;
   COPYGROUP cg1;