Media information command

Specifies the command that retrieves media information from the AFP or PostScript data stream that is input to a step based on the TransformToPDFWithMediaInfo step template.
Default
perl ${AIWDATA}/bin/callxform.pl -C ${getControlFileName()} -i ${getCurrentFile(${Job.Transform.InputStream})} -type xif -loglevel I -logdate -logtime -logdir ${Job.SpoolFileStem}tmp -logfile ${Job.ID}.xif.log -verbose -relaxed -msg.add PSI3002 -remove abcefhilnoprst01234
Database name
Job.XIF.Command
Usage note:
  • The command works without any edits when you retrieve media information from a PostScript data stream.
  • The command requires one edit when you retrieve media information from an AFP data stream. Add the -enablefdp argument between the input argument, -i, and the type argument, -type. This example shows the edited command:

    perl ${AIWDATA}/bin/callxform.pl -C ${getControlFileName()} -i ${getCurrentFile(${Job.Transform.InputStream})} -enablefdp -type xif -loglevel I -logdate -logtime -logdir ${Job.SpoolFileStem}tmp -logfile ${Job.ID}.xif.log -verbose -relaxed -msg.add PSI3002 -remove abcefhilnoprst01234

  • Do not make any other edits to the command unless you are familiar with command input. Discuss the proposed edits with your Ricoh support representative before you make them. Editing the command incorrectly can cause unexpected results.
  • Media information command is a positional job property. For information about using positional job properties, refer to the Information Center.