2018.2

Table Of Contents
1.
Add a local variable to your process and name it lincPDFOptions.
2.
Add another local variable named workingDir and give it a default Windows path (for
example: C:\PCL2PDF\).
3. Add a plugin to capture the PCL File. You may use any input plugin that imports the PCL
file into the process, such as Folder Capture, LPD Input, etc.
4. Using the Change Emulation plugin, change the Emulation to ASCII. This type of
emulation allows to set the number of lines per page, remove or add lines or even remove
some HP PCL escape sequences if necessary.
5.
As the number of options you pass to LincPDFC may be high, it is recommended to
assign all the desired options to the local variable lincPDFOptions. To do that you can
use either the Set Job Infos and Variables plugin or a Run Script Action plugin, for
example with the following JavaScript:
This example sets the following options or parameters:
Key Name Argument
Value
Type
Description
EdgeToEdgePrinting
-z 0 or 1
Set the flag of “Allows edge-to-edge
printing”(default: FALSE).
Constant Alpha -n:num 0-1
Specify constant alpha value defined
in PDF 1.4 (default: 0.5).
UsePolygons *e 0 or 1
When enabled, Lincoln’s PCL
interpreter will output vector graphics
in a simpler mode (default: FALSE).
OutputRgb *f 0 or 1
When set (1), LincPDF will convert
CMYK as RGB colorspace before
writing (default: FALSE).
-u3 Emulate 300 DPI printers
-s Ignore Redundant Font ID
Page X Offset -pXOff:num number
Specifies page’s X-direction offset
(default: 0).
Page Y Offset -pYOff:num number
Specifies page’s Y-direction offset
Page 169