NAME

docclient - client for remote conversions of MS format documents

SYNOPSIS

docclient.pl msword.doc > out.txt
docclient.pl --out_format=html msword.doc > out.html

AUTHOR

(c) 1998--2002 Jan Pazdziora, adelton@fi.muni.cz, http://www.fi.muni.cz/~adelton/ at Faculty of Informatics, Masaryk University in Brno, Czech Republic.

All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Jan Pazdziora did the original client/server implementation and the basic Win32::OLE stuff.

Michal Brandejs provided the code to clean up the output txt on the client side.

Pavel Smerk added the code for other conversions (xls, HTML, ps, cvs).