Convert HTML to MS word in java??
Hi all,
I am in need of a small help to save my job. I am doing a project in java
servlets. There is a small problem . If I cant solve this , my job will be
at stake .Please help me.
I have a html report .I am supposed to export this to a MS Word document
and print it .How do I do this ?
It would be of great help , if anyone can sene me a suggestion to my mail
box. My mail id is santunu.podder@itsindia.com.
regards,
shantanu
Re: Convert HTML to MS word in java??
"Shantanu" <Santunu.Podder@itsindia.com> wrote:
>
>Hi all,
>
>I am in need of a small help to save my job. I am doing a project in java
>servlets. There is a small problem . If I cant solve this , my job will
be
>at stake .Please help me.
>
>I have a html report .I am supposed to export this to a MS Word document
>and print it .How do I do this ?
>It would be of great help , if anyone can sene me a suggestion to my mail
>box. My mail id is santunu.podder@itsindia.com.
>
>regards,
>shantanu
If you have MS Word 6.0 or later, you can simply open the HTML file and save
it as a Word document. It's easy to print then. In fact, you should be able
to print either the HTML or Word file easily.
/cp
DevX.com
Re: Convert HTML to MS word in java??