有没有办法使用自动化脚本生成powerpoint (ppt或pptx)文档的缩略图(jpg)?谢谢你的帮忙
发布于 2012-04-12 12:28:47
是的,您可以使用Windows Shell编程。
Windows Shell提供了一个本机COM接口,用于访问名为IExtractImage的文件预览图像
本文是在Sharepoint的上下文中提供的,但它概述了任何程序如何提取预览图像:
http://msdn.microsoft.com/en-us/library/aa289172.aspx
还有一种使用Office Web Apps的方法
http://techmikael.blogspot.com/2011/05/document-thumbnails-and-powerpoint.html
https://stackoverflow.com/questions/10117360
复制相似问题