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

上一篇:Linux C 编程学习第三天_return、增量式开发、递归


下一篇:半同步/半异步进程池实现流程