开发者

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜