コマンドラインの下でwordをpdfに転送


ここではcentosのシステムのみを考慮した
まずフォントをインストールします(PDF変換が文字化けしないようにしてください)
cd /usr/share/fonts
wget https://mirrors.tuna.tsinghua.edu.cn/adobe-fonts/source-han-sans/SubsetOTF/SourceHanSansCN.zip
wget https://mirrors.tuna.tsinghua.edu.cn/adobe-fonts/source-han-serif/SubsetOTF/SourceHanSerifCN.zip
unzip SourceHanSansCN.zip
unzip SourceHanSerifCN.zip
rm -rf SourceHanSerifCN.zip
rm -rf SourceHanSerifCN.zip

fc-cache -fv

libreofficeのインストール
yum install libreoffice-headless
yum install libreoffice-writer

次に、使用可能かどうかを確認します.
cd /tmp
#touch test.docx   word   
libreoffice --headless --convert-to pdf --outdir /tmp /tmp/test.docx

ただし、Wordのコメントはエクスポートされません.エクスポートする場合は、可能です(2選択1)
  • libreoffice手動エクスポートpdfを開き、エクスポートコメントとplaceholder
  • を選択します.
  • パラメータ:--convert-to pdf:"impress_pdf_Export:ExportNotes=True:ExportNotesPages=True:ExportBookmarksToPDFDestination=True"