将 powerpoint 文件 (pptx) 导出为 jpg 屏幕截图
用法
# Export Presentation.pptx to out/Presentation-1.jpg, out/Presentation-2.jpg, ...
./pptx2jpg.ps1 Presentation.pptx out
# Export all presentations from a directory
./pptx2jpg-recurse.ps1 D:\drive\presentations D:\presentations_screenshots
编写其他脚本
您可以使用函数Pptx2screenshots从编写自己的脚本pptx2screenshots.func.ps1 。
1