手順
Windowsで実施。
-
必要なライブラリをインストール
pip install comtypes -
git clone
git clone https://github.com/matthewrenze/powerpoint-to-pdf.git -
pdf化したいpptxファイルを
powerpoint-to-pdfフォルダ配下に配置する -
python 実行
python ConvertHere.py
補足
- ファイル指定:
Convert.py - フォルダ指定:
ConvertAll.py - カレントディレクトリ一式:
ConvertHere.py(今回使用したスクリプト)