The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SWISH::Filters::ppt2txt - convert PowerPoint docs to text using catppt

DESCRIPTION

This is a plug-in module that uses the catppt program to convert MS PowerPoint documents to text for indexing by Swish-e. catppt is part of the catdoc package and can be downloaded from:

    http://www.45.free.net/~vitus/software/catdoc/

The program catppt must be installed and in your PATH.

BUGS

This filter does not specify input or output character encodings.

A minor optimization during spidering (i.e. when docs are in memory instead of on disk) would be to use open2() call to let catdoc read from stdin instead of from a file.

AUTHOR

Peter Karman perl@peknet.com

SEE ALSO

SWISH::Filter