1 場景:將VIM文本文件轉換爲.doc或.docx 我在VIM中輸入純文本文件。 vim some_text_file 問: 有沒有辦法來some_text_file轉換成.doc或.docx格式從終端內? 來源 2012-02-29 skippr +0 http://www.vclcomponents.com/s/0__/text_to_doc_convert_on_linux_using_php/ – alfasin 2012-02-29 18:57:38
3 是的,你可以,如果你已經安裝了pandoc這樣做 pandoc -s -S YOURTEXTFILE -o YOURDOC.docx 。 來源 2012-02-29 19:15:24 +0 錯誤:「pandoc:Unknown writer:docx」? – skippr 2012-02-29 23:08:19 +0 根據Pandoc的說法,我應該使用「pandoc -s -S file_to_change -o new_file.docx」但是當然,否則就不會知道Pandoc,所以我會將其作爲答案。 – skippr 2012-02-29 23:13:28
http://www.vclcomponents.com/s/0__/text_to_doc_convert_on_linux_using_php/ – alfasin 2012-02-29 18:57:38