Generate a thumbnail of a Word document
问题 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. Also if you know a trusted .NET library to convert word files to images that requires no office interop that would be great. 回答1: 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.