Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabienarcellier/ppt2screenshots
- Owner: FabienArcellier
- Created: 2015-07-26T15:42:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T15:46:08.000Z (over 9 years ago)
- Last Synced: 2023-03-10T21:48:02.027Z (almost 2 years ago)
- Language: PowerShell
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``.