How to generate thumbnail image for a PPTX file in C#?

為{幸葍}努か 提交于 2019-12-24 17:43:24

问题


Is there any way to use the OpenXML library to automatically create a thumbnail image for a PPTX file? I am building a small C# ASP.NET web application that is used to build PPTX files from a library of PPTX files. One of the requirements is to show a thumbnail image for each PPTX file in the library. I would like to automate this as the people that will be using the system don't know how to create screen shots.


回答1:


Pptx file already have it, unziping the file you can find id. ;)




回答2:


There's a commercial library available that can generate thumbnails of slides in presentations. So at least you know it's possible: http://www.aspose.com/docs/display/slidesnet/Creating+Slides+Thumbnail+Image



来源:https://stackoverflow.com/questions/11146072/how-to-generate-thumbnail-image-for-a-pptx-file-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!