Convert html to doc in java

前端 未结 5 725
生来不讨喜
生来不讨喜 2020-12-06 19:34

I would like to convert either an html or xhtml document (preferably with styles) to Microsoft .doc and/or .docx format.

There seem to be plenty of examples for doin

5条回答
  •  萌比男神i
    2020-12-06 19:44

    docx4j 2.8.0 supports converting XHTML documents and fragments to docx content. Disclosure: I wrote some of the code.

提交回复
热议问题