Transforming PostScript and PCL Jobs to PDF Using an External Transform Application

You can transform PostScript and PCL into PDF using an external transform application installed on the TotalFlow Production Manager server.
For more information about setting up external applications, see Setting up External Applications.
To transform PostScript and PCL jobs to PDF:
  1. Log in to TotalFlow Production Manager as an administrator.
  2. In the menu bar, click Operations.
  3. In the Workflows tab, select a workflow, then click Edit Workflow the edit workflow icon.

    The workflow is displayed in the Editor pod.

  4. Drag and drop the Run Hot Folder Application activity from the Activities pod to the workflow Editor pod.
  5. Open the Run Hot Folder Application properties dialog window.
  6. On the Job Defaults page, modify the parameters as follows:
    1. Under File to send, enter this command:
      ${getAbsoluteFileName(print,(pcl,pdf,ps),read)}
    2. Under Retrieved file, enter this command:
      ${getFileName(print,(pdf),write)}
  7. Drag and drop the Run External Application activity from the Activities pod to the workflow Editor pod.
    Attention: Place the Run External Application after the Run Hot Folder Application in the workflow.
  8. Open the Run External Application properties dialog window.
  9. On the Job Defaults page, enter one of these commands in the External command field:
    • To transform PCL files:
      copy ${getFileName(print,pdf,read)} ${getFileName(print,pcl,write)}
    • To transform PostScript files:
      copy ${getFileName(print,pdf,read)} ${getFileName(print,ps,write)}
    Select Profile saved on server
  10. Click OK to save the settings.
  11. Save the workflow.

    When the job reaches the Run External Application activity, TotalFlow Production Manager transforms it into PDF.