2022.2

Table Of Contents
Inputlicense.
CallingLincPDFCviaanexternalprogram
Tosetadvancedconversionparameters,thePCLinputfilehastopassthroughanadditionalWorkflow
processbeforeenteringtheprocessinwhichthedatamappingtakesplace.TheextraWorkflowpro-
cessshouldcalltheLincPDFcommandlinemoduleLincPDFCviatheExternal Programpluginwith
thedesiredadvancedconversionparameters.TocreatesuchaWorkflowprocess:
1. AddalocalvariabletoyourprocessandnameitlincPDFOptions.
2. AddanotherlocalvariablenamedworkingDirandgiveitadefaultWindowspath(forexample:
C:\PCL2PDF\).
3. AddaplugintocapturethePCLFile.YoumayuseanyinputpluginthatimportsthePCLfileinto
theprocess,suchasFolderCapture,LPDInput,etc.
4. UsingtheChangeEmulationplugin,changetheEmulationtoASCII.Thistypeofemulation
allowstosetthenumberoflinesperpage,removeoraddlinesorevenremovesomeHPPCL
escapesequencesifnecessary.
5. AsthenumberofoptionsyoupasstoLincPDFCmaybehigh,itisrecommendedtoassignallthe
desiredoptionstothelocalvariablelincPDFOptions.TodothatyoucanuseeithertheSet Job
Infos and VariablespluginoraRun ScriptActionplugin,forexamplewiththefollowing
JavaScript:
Watch.SetVariable("lincPDFOptions","-z:1 -*e -*f -u3 -s -pXOff:-0.155 -pYOff:0.15 -dAuthor:\"OL Connect\" -dTitle:\"" + Watch.Ex-
pandString("%O") + "\"");
Thisexamplesetsthefollowingoptionsorparameters:
Page 215