2021.2

Table Of Contents
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
(default: 0).
PDF Author -dAuthor:$s string PDF documents author (default: null).
PDF Title -dTitle:$s string
PDF documents title (default:
filename).
6. Next, use the External Program plugin to convert the PCL to PDF with the above %
{lincPDFOptions} options.
In the General tab:
l Set the Executable file to: C:\Program Files\Objectif Lune\OL
Connect\LPDFConv\Bin\LincPDFC.exe
l Set the Parameters to: -i"%F" -o"%{workingDir}\Temp\%O.pdf" %{lincPDFOptions}
l As a minimum, LincPDFC requires an input file, which is set here via the parameter
–i to which we are assigning the current job file path and name %F, and an output
file path and name set here using the o parameter with a dynamic value of "%
{workingDir}\Temp\%O.pdf".
l Select the "Run minimized" option to run the program in the background
l You may select to Log the program output for additional troubleshooting. This is
optional; however when activated LincPDFC detailed conversion will be added to
Page 216