The Extra PCL commands workflow component is an advanced set meta data workflow component. It only has effect, if you later merge into a PCL print data stream later in the same workflow.
With this you can add your own PCL commands in the PCL output from InterFormNG2 e.g. for tray selection by number.
The recommended way to select the tray is however with the workflow components: Set printing properties or set paper type or the print settings element in the template, if at all possible. You can also set these PCL commands as the value of the predefined variable, interform.destination.printer.pcl.pcl or a fixed value on the printers advanced PCL settings.
With this meta data you can add extra PCL commands in the begining of the PCL print out from InterFormNG. You can e.g. use this to select a specific paper drawer on the printer (e.g. to select between plain paper and preprinted paper.).
The extra PCL commands component has a single parameter:
(The command above selects the PCL tray/drawer number 5)
The best way to select the drawer is to set the paper type of each drawer on the printer and then insert a PCL command to select the same paper type. The easiest way to do that, is to select it on the paper type.
Here is a list of the available paper types:
Paper type | Command |
---|---|
Plain | EC&n6WdPlain |
Bond | EC&n5WdBond |
Color | EC&n6WdColor |
Labels | EC&n7WdLabels |
Recycled | EC&n9WdRecycled |
Letterhead | EC&n11WdLetterhead |
Cardstock | EC&n10WdCard Stock |
Prepunched | EC&n11WdPrepunched |
Preprinted | EC&n11WdPreprinted |
Transperancy | EC&n13WdTransparency |
Please notice, that the PCL commands must be written exactly as above. They are case sensitive and the space between ‘d’ and ‘S’ in ‘EC10WdCard Stock’ must be included.
If the printer does not support selection of the drawer via the paper type, you can use an alternative command: EC&l#H, where the # is a PCL drawer number. So if you e.g. want to select PCL drawer 5 the command is: EC&l5H.
If you want to insert multiple PCL commands, you just concatenate them into the same meta data.
More help in regards to PCL drawer numbers can be found in the InterForm400 cookbook, which you can download via this link: http://download.interform400.com/shares/public/CookBook.zip