2019.2

Table Of Contents
(default: 0).
PDF Author -dAuthor:$s string PDF document’s author (default: null).
PDF Title -dTitle:$s string
PDF document’s 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 243