I am trying to get xpdf/kbpublisher to work nicely with each other, however the example given in the User's Manual is specific to Linux only.
I am unable to correctly set the $file_conf path in Windows. I have tried the following line, and other variations:
$file_conf['extract_tool']['pdf'] = "D:\\ASO-APPS\\PROD\\kb\\admin\\extra\\file_extractors\\xpdf\\win\\";
pdftotext.exe resides in D:\ASO-APPS\PROD\kb\admin\extra\file_extractors\xpdf\win
How should this $file_conf line be set for the Windows environment?
