Converting doc file to docx file format
I have converted docx file to html since its a Zipped format. but i have to convert the doc files too.Is there any way to change the doc file to docx file through code(prefer java).Please开发者_如何转开发 help me.Thanks in advance.
You should try using APACHE POI
It will provide you functionality to get data from DOC file and you can directly operate on it without converting it to DOCX.
And to convert DOC file to HTML look at this: convert-word-doc-to-html-programmatically-in-java
Hope this helps.
Try the wv library for decoding the Microsoft .doc format
精彩评论