linux下doc转docx

2021/5/14 7:27:22

本文主要是介绍linux下doc转docx,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

yum install libreoffice-writer

安装 libreoffice

yum install libreoffice-headless
yum install libreoffice-writer
soffice --help
eg:
soffice --headless --convert-to docx /www/asd.doc
docx 目标类型
/www/asd.doc 文件路径
默认转换完成的文件会存在 /root/asd.docx

eg:指定目录
soffice --headless --convert-to docx --outdir /www /www/asd.doc
转换完成的文件会存在 /www/asd.docx

原文链接:https://blog.csdn.net/qq_46081276/article/deta
不同于python调用win32api只能在Windows使用



这篇关于linux下doc转docx的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程