Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabienarcellier/ppt2screenshots

Export powerpoint files (pptx) into jpg screenshots
https://github.com/fabienarcellier/ppt2screenshots

Last synced: 25 days ago
JSON representation

Export powerpoint files (pptx) into jpg screenshots

Awesome Lists containing this project

README

        

Export powerpoint files (pptx) to jpg screenshots

Usage
======

# 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

Write other scripts
====================

You can write your own script using the function Pptx2screenshots
from ``pptx2screenshots.func.ps1``.