Download from http://www.teamcti.com/pview/prcview.htm the commandline utility (without gui)
copy the file pv.exe from the zipfile to \\kofax\CaptureSV\WrkInst\Client\
Create the folowing files on the Kofax server in the appropriate folder (check file paths !)
File \\kofax\CaptureSV\WrkInst\Client\NiceKofax.bat
"c:\Program Files\Kofax\Capture\Bin\pv.exe" -pb kfxpdf.exe
File \\kofax\CaptureSV\WrkInst\CreatePDFOnClient.bat
@echo off cls echo. echo This will (re)install the local pdf generator are you sure (ctrl-c to stop) pause cls Echo. Echo remove pdf generator if already installed echo Note : this will give an error if it is not installed, this is normal echo click OK "c:\Program Files\Kofax\Capture\Bin\kfxpdf.exe" /uninstall cls Echo. Echo install pdf generator echo click OK "c:\Program Files\Kofax\Capture\Bin\kfxpdf.exe" /install cls Echo. Echo Making it dependand and autostart and copy the support files sc config "Kofax Capture PDF Generator" depend= "Ascent Capture Service" start= auto Copy \\Kofax\CaptureSV\WrkInst\Client\NiceKofax.bat "c:\Program Files\Kofax\Capture\Bin\NiceKofax.bat" Copy \\Kofax\CaptureSV\WrkInst\Client\pv.exe "c:\Program Files\Kofax\Capture\Bin\pv.exe" cls Echo . Echo Create a task that starts Echo _ "c:\Program Files\Kofax\Capture\Bin\NiceKofax.bat" Echo when the user logs on, use system local user to start echo _ NT AUTHORITY\SYSTEM echo _ (no password) start \\Kofax\CaptureSV\WrkInst\Client\ScheduledTasks pause cls echo. echo Change the log on properties of the service echo _ Kofax Capture PDF Generator echo to the user echo _ <Special user that is allowed to connect to the network> echo and start the service start services.msc pause "c:\Program Files\Kofax\Capture\Bin\NiceKofax.bat"
Create a shortcut to the scheduled tasks from the Control Panel.
Rename this shortcut to ScheduledTasks
and copy it to \\kofax\CaptureSV\WrkInst\Client\