Defining a custom step (transform) sequence
You want to define an actual destination that will copy AFP versions of all print jobs sent to it into a directory on your InfoPrint Manager server system. This directory is used as an archive of AFP versions of print jobs that might need to be viewed later.
To accomplish this, use the InfoPrint Manager Web Administration Interface to create these three custom steps (transforms):
- transps
You set the input data format to PostScript, the Transform Options to use
ps2afp
, and the Output File Format to MODCA-P (Mixed Object Document Content Architecture). - transpcl
You set the input data format to PCL, the Transform Options to use
pcl2afp
, and the Output File Format to MODCA-P. - saveafp
You set the input data format to AFP, the Transform Options to issue a copy command, and the Output File Format to MODCA-P. In addition, you make this a terminating transform by selecting Final Step in the Create New Custom Step (Transform) dialog.
- transps
- transpcl
- saveafp
When you send a job to this actual destination, this sequence of actions occurs:
- transps checks to see if the incoming data is PostScript. If it is PostScript,transps transforms the data into AFP using
ps2afp
. If it is not PostScript, transps does nothing. - transpcl checks to see if the incoming data is PCL. If it is PCL, transpcl transforms it to AFP using
pcl2afp
. If it is not PCL, transpcl does nothing. - saveafp copies the AFP file produced by either of the above steps into a specific directory.
- Since saveafp is a terminating transform, the job is not printed but is marked complete at this point.
To create a custom step (transform) sequence, use this procedure from the InfoPrint Manager Web Administration Interface:
- In the left-hand Objects panel, click the Printers tab and select the printer that you want to send the job to.
- Click , the Menu icon, and select the Properties option.
- In the Properties for... dialog, click Configuration. The data stream transforms that this printer can use are listed in the Steps to Use field.
- Select the transforms that you want to use and drag and drop them in the desired order.For example, you might want to create the three-step transform sequence that runs the transps , transpcl, and saveafp transforms in sequence as described above.
- When you have entered the transforms in the correct sequence, click OK to associate this transform sequence with the selected printer.