Convert Word doc to HTML programmatically in Java

Posted by kaychaks on Stack Overflow See other posts from Stack Overflow or by kaychaks
Published on 2008-10-22T19:36:27Z Indexed on 2010/06/11 14:13 UTC
Read the original article Hit count: 265

Filed under:
|
|
|

Hi,

I need to convert a Word document into HTML file(s) in Java. The function will take input an word document and the output will be html file(s) based on the number of pages the word document has i.e. if the word document has 3 pages then there will be 3 html files generated having the required page break.

I searched for open source/non-commercial APIs which can convert doc to html but for no result. Anybody who have done this type of job before please help.

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about html