生成的Word文档的缩略图

问题描述:

我有一个网站,用户上传Word文档,我想显示这些Word文档的缩略图。如果有人对你知道如何使用C#,请告诉我,作为一个图像显示Word文档的第一页。

I have a website where users upload Word documents and I want to display thumbnails of these word documents. If anyone of you knows how to display the first page of a Word file as an image using C# please tell me.

另外,如果你知道一个值得信赖的.NET库转换Word文件到的图像,无需办公室互操作,这将是巨大的。

Also if you know a trusted .NET library to convert word files to images that requires no office interop that would be great.

看看这个的文章。这是在VB,但它可以让你提取Windows资源管理器使用的Office文档和图像定期缩略图。

Take a look at this article. It's in VB, but it lets you extract the thumbnail image that Windows Explorer uses for Office documents and regular images.