Microsoft
Software
Hardware
Network
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.c
om/product
s/overview
/word2xml.
htm
Random Solutions
How to select range to append to?
only show records in one field that are before max field
SQL change first date of week
SQL CASE WITH IF
How to take a screenshot using VBS
Gateway to Gateway IPsec VPN with Active Directory
Three workstations down! Need help joing to Domain!
another basic rearrangement
This mailbox cannot be opened. The mailbox may be located in a different forest from the Microsoft Exchange Client Access server. For access to the mailbox or for more information, contact technical s
Is it possible to databind within the UI from a background thread?