NAME
docclient.pm - client for remote conversions of MS format documents
SYNOPSIS
docclient.pm msword.doc > out.txt
docclient.pm --out_format=html msword.doc > out.html
AUTHOR
Michal Brandejs provided the code to clean up the txt/html on the client side.
Jan Pazdziora did the original client/server implementation and the basic Win32::OLE stuff.
Pavel Smerk added the code for other conversions (xls, HTML, prn, cvs).