Example of a transform entry
This example shows one sample entry in the aopxfd.conf configuration file for the PCL to AFP transform.
When the Infoprint Server Transform Manager starts, it starts one transform daemon for the PCL to AFP transform. The Infoprint Server Transform Manager keeps no more than two transform daemons active at any time. The Infoprint Server Transform Manager shuts down any transform daemon that is idle and frees system resources after 5 minutes. However, the Infoprint Server Transform Manager keeps at least one transform daemon active.
Because the transform attribute does not specify a transform class, the Infoprint Server Transform Manager uses this entry when no transform class is specified as a transform command option or a filter option when the transform is started.
transform pcl2afp
start-command = "pcl2afpd"
environment = { _BPX_JOBNAME -> PCL2AFPD }
minimum-active = 1
maximum-active = 2
maximum-idle-time = 300 # 5 minutes
;