LoginSignup
5
6

More than 5 years have passed since last update.

Mac で LibreOffice を使って PowerPoint を PDF に変換する(コマンドラインで)

Posted at

ダウンロードした複数の pptx ファイルを PDF に変換する方法を調べていて、やり方が分かったのでメモ。

$ /Applications/LibreOffice.app/Contents/MacOS/soffice --headless --nologo --nofirststartwizard --convert-to pdf --outdir ~/Documents ファイル名

オプションの説明等は /Applications/LibreOffice.app/Contents/MacOS/soffice --help で。

参考URL

5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6