漫谈 - Office 转 pdf

1. Libreoffice

  • 安装
#可直接用apt安装 libreoffice ,亦可用源码安装
sudo apt install libreoffice 
# 增加中文字符库
sudo apt install ttf-wqy-zenhei
sudo apt install fonts-wqy-microhei
  • 使用
#使用“无头模式” 即用api方式应用时
soffice --headless --invisible --convert-to pdf 资产.xlsx

posted @ 2021-10-09 16:02  黑曼巴后仰  阅读(107)  评论(0编辑  收藏  举报