tej has asked for the wisdom of the Perl Monks concerning the following question:

Hello monks,

I want to convert rtf or doc file to HTML file.

I installed rtf2html through ppm and tried using it. I tried using it in the way its given in CPAN site, however I cant find rtf2html.pl Is there any other way to use it?

I found bat file in perl\site\bin but I dont know how to use it

Perl version i am using is 5.12.2

Is there any other option to convert rtf to html?

Thanks in advance..

Replies are listed 'Best First'.
Re: rtf/doc to html conversion
by Anonymous Monk on Jun 08, 2011 at 06:32 UTC
    I found bat file in perl\site\bin but I dont know how to use it

    What do you mean? Did you read the documentation?

      I was doing something wrong..Now i got how to convert rtf to html Thanks..