On Wed, Oct 18, 2006 at 09:10:56AM -0700, Bill Moseley wrote:
> On Wed, Oct 18, 2006 at 07:59:55AM -0700, David Brown wrote:
> > Does this mean that with 2.4.4, paths with spaces and multiple command line
> > parameters are not an option?>
> > Here's what I'm using now, with swish-e 2.4.3:
> >
> > FileFilter .pdf "pdftohtml" " -i -q -stdout \"%p\""
As Gertjan said above, the following works with swish 2.4.4:
FileFilter .pdf /usr/bin/pdftotext "%p -"
So you should use:
FileFilter .pdf "pdftohtml" " -i -q -stdout %p"
Cheers,
--
Ludovic Drolez.
http://zaurus.palmopensource.com - The Zaurus Open Source Portal
http://www.drolez.com - Personal site - Linux, Zaurus and PalmOS stuff
Received on Wed Oct 18 09:49:14 2006