Question : Read a word document and send an email using JAVA

hi,

i am facing an issue in sending an email with content of .doc file using JAVA.

By using POI we can read a .doc file using java.

The program is sending an email with content of .doc file but, in the email the text is placed as one paragraph. In the word document, some words are in Bold, some words are in italic format and finaly it has 3 paragraph.

I would like to have same format in the email content.

Can someone tell the solution?


Answer : Read a word document and send an email using JAVA

Actually POI output of word doc extraction is free of all markup.
try this
http://www.cambridgedocs.com/products/overview/word2xml.htm
Random Solutions  
 
programming4us programming4us