Info
此问题已关闭。 请重新打开它进行编辑或回答。
Creating new ppt from existings
1 次查看(过去 30 天)
显示 更早的评论
I have one folder and it contains several ppt's and each ppt have several slides.
I want to take only first slide of each ppt and want to save it in new ppt..
So, how to do it..?
1 个评论
回答(1 个)
Image Analyst
2012-12-11
If you don't want to use Powerpoint to do it, then you can do it in MATLAB if you use ActiveX to control Powerpoint. There are several activex examples around, but it won't be trivial. Most of the examples are for MATLAB to control Excel, not Powerpoint.
1 个评论
Sean de Wolski
2012-12-11
You would need to use the COM interface and many cups of coffee:
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!