Mapping AFP or PostScript media names to RICOH ProcessDirector media names

You can create a media mapping file to map media names in the AFP or PostScript input to RICOH ProcessDirector media names. A step based on the TransformToPDFWithMediaInfo step template uses the file when it transforms AFP or PostScript input into PDF output. The step creates a PDF file for the job and a JDF job ticket with media information, including page exceptions.

To map AFP or PostScript media names to RICOH ProcessDirector media names:

  1. Use a text editor to create the media mapping file.

    If RICOH ProcessDirector media names include Unicode characters, create the file with an editor that saves text in UTF-8 format.

  2. On the first line, type the media name in the AFP or PostScript input followed by an equals sign (=) and the corresponding RICOH ProcessDirector media name.
  3. Type each remaining media name in the AFP or PostScript input, one per line, followed by an equals sign (=) and the corresponding RICOH ProcessDirector media name.
  4. You can add comment lines to the file. Start each comment line with a pound sign (#).

    For example, you can add this comment as the first line in the file:

    # AFPorPSmedia=RPDmedia

  5. Save the file.
  6. Specify the full path and name of the file as the value of the Path to media mapping file property of the TransformToPDFWithMediaInfo step.

This example maps four AFP or PostScript media names (A4, Letter, TRAY1, and TRAY2) to four RICOH ProcessDirector media names:

# AFPorPSmedia=RPDmedia
A4=A4 Plain
Letter=Letter Color
TRAY1=Letter Preprinted
TRAY2=A3 Plain

If the file maps the same AFP or PostScript media name to different RICOH ProcessDirector media names, the system uses the last mapping of the AFP or PostScript media name. The RICOH ProcessDirector media name in the last mapping replaces the AFP or PostScript media name in the JDF file.

If any media name in the JDF job ticket is not defined as a media object in RICOH ProcessDirector, the job goes into the error state. The Reason for wait status value is No matching media.