| Are there any module(s) that would allow me to convert
| plain text, rtf, Star Office, Microsoft, etc files
| from one format to another via scripting?

There are at least some to allow you to manipulate them:
try typing the file type (rtf, html) into search.cpan.org.

| What I would like to do is to allow my web users to
| upload in a format and then allow other users to
| download in their preferred format. Either by making
| copies on the server or converting them on the fly on
| download.

RTF manipulation is the RTF modules is pretty nice but 
pretty basic - no images. The RTF table model is ugly
so HTML->RTF is a pain, but vice-versa should be easy
enough.

The PDF::API2 modules are great - well worth a look.

HTML::TokeParser is easy to learn.

There are plenty of modules to pretty-print text, too.

hth
lee

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to