According to Newman, Robin: > To answer my own query regarding the use of external parser conv_doc.pl, > the problem of it not working was solved by altering the line in the > htdig.conf file from > external_parsers: application/pdf->text/html "c:/Perl/bin/perl.exe >c:/htdig/bin/conv_doc.pl" > to > external_parsers: application/pdf->text/html c:/htdig/bin/conv_doc.pl > > and amending the first line of conv_doc.pl to > #!c:/cygwin/bin/perl > > This then worked. The previous format came from the article Idiots guide > to installing ht//Dig on Win32 in teh ht//Dig faq
The external_parsers line from that article should work, if you have perl.exe installed in C:\Perl\bin, but it appears you have it installed in C:\Cygwin\bin. If you changed the path in external_parsers accordingly, I don't see why it wouldn't work. (Despite recent changes in external_parsers handling in 3.2.0b3 and 3.1.6, it's always been set up to allow a quoted parser command that includes arguments. If the new code doesn't do this correctly, we'd like to know.) However, your fix is a clean one too. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ---------------------------------------------------------------------------- Bringing you mounds of caffeinated joy >>> http://thinkgeek.com/sf <<< _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

