create word doc file from linux command line

前端 未结 2 382
情深已故
情深已故 2021-01-24 01:44

I have some HTML files that I need to distribute in MS Word doc format (don\'t ask!). I can manually open each in OpenOffice and then save as a doc file. But I have quite a few

2条回答
  •  深忆病人
    2021-01-24 02:24

    Abiword can convert files from the command line.

    I haven't personally tried it to convert HTML to DOC, but since it supports both those formats, it seems like it's worth a try.

    Also, would RTF be good enough? There are lots of converters for HTML->RTF.

提交回复
热议问题