Slides Export
Google Slides をファイルにエクスポートします。
引数
- •プレゼンテーションID (必須): エクスポートするプレゼンテーションのID
オプション
- •
--output <path>(必須): 出力ファイルパス - •
--type <format>: 出力形式(pdf, pptx, odp, txt)デフォルト: pdf
実行方法
bash
python plugins/shiiman-google/skills/slides-list/scripts/google_slides.py export --presentation-id <presentation-id> --output ~/Downloads/presentation.pdf
PowerPoint形式でエクスポート
bash
python plugins/shiiman-google/skills/slides-list/scripts/google_slides.py export --presentation-id <presentation-id> --output ~/Downloads/presentation.pptx --type pptx