开发者

Converting doc file to docx file format

开发者 https://www.devze.com 2023-02-06 14:17 出处:网络
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开发者_如何转

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

精彩评论

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