PowerPoint Slide Extractor

Source code and GUI for extracting slides from PPT file
469.0 次下载
更新时间 2015/1/28

查看许可证

Create PowerPoint file(s) from slides extracted from PPT files identified in a folder.
Slides can be extracted either from a script file or from a GUI. A MATLAB App (GUI), test PPT files and example output can be found in the release section. Tunning the test file is a good way to get started (testPptSlideExtractorClass.m)

Start GUI

>SlideExtractorFig
Input

pptFolderPath : Folder path that contains PPT/PPTX files
pptFileNamePrefix : Destination PPT file name prefix
save_folder_name : Destination Path to save destination PPT
slidesToExtract : Array of slides to remove from each PPT
numSlidesPerPPT : Number of slides to save in each destination PPT. Each created PPT is numbered sequentially starting with 1.

Function Prototypes

obj = SlideExtractorClass(pptFolderPath, pptFileNamePrefix, save_folder_name)
obj = obj.extractSlides
obj = obj.extractSlides(slidesToExtract, numSlidesPerPPT)

Requirements

Tested with Microsoft PowerPoint 2010

Acknowledgements

The following open source utilities are called by SlideExtractorClass

saveppt2
http://www.mathworks.com/matlabcentral/fileexchange/19322-saveppt2

dirr
http://www.mathworks.com/matlabcentral/fileexchange/8682-dirr--find-files-recursively-filtering-name--date-or-bytes-

引用格式

Dennis A. Dean, II, Ph.D. (2024). PowerPoint Slide Extractor (https://www.mathworks.com/matlabcentral/fileexchange/49274-powerpoint-slide-extractor), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 MATLAB Report Generator 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0