Create albums in PowerPoint !

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.

ref = https://github.com/CXuesong/PptAlbumGenerator

Leave a Reply

Your email address will not be published. Required fields are marked *

ERROR: si-captcha.php plugin: GD image support not detected in PHP!

Contact your web host and ask them to enable GD image support for PHP.

ERROR: si-captcha.php plugin: imagepng function not detected in PHP!

Contact your web host and ask them to enable imagepng for PHP.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Content is available under CC BY-SA 3.0 unless otherwise noted.