Recently I’ve programmed a tool that can automatically generate albums in PowerPoint. What you’re supposed to do is to prepare your photos, and write a script. When these materials are ready, just run this little application and you’ll get the presentation document.
Here’s a quite simple demo
Corresponding script is as follows
Dir Images Page 请等待…… Text PAG 示例幻灯片 FontSize 36 VCenter Animation MsoAnimEffectFade Text by CXuesong, 2015 FontSize 28 VCenter 0.1 Animation MsoAnimEffectFade Page B1.jpg 可以使用 ImageAnimation 指令以显式指定图片的动画效果。 ImageAnimation Expand Subtitle2 华山 Page B2.jpg 当然,对于比较长的图片,会自动应用滚动效果。 Subtitle2 华山 Animation MsoAnimEffectFade Page B4.jpg 华山 Page 最后,你可以在 PowerPoint 将生成的演示文稿|导出为 WMV 或 MP4 格式的视频。 Text 谢谢观赏 FontSize 36 VCenter Animation MsoAnimEffectFade
The tool is programmed with C#. In order to run this application with no further adjustments, you may have to install Office 2015, with its .NET Programming Support, and enable “Trust the access to VBA project object model” in “Trust Center”, which can be found in the Options dialog.