I have done this using "pay" tools like ASPOSE, but I was curious if there are any open source tools out there that will do this.
Asked
Active
Viewed 2,826 times
5
-
2Great answer with code, samples and links: http://stackoverflow.com/questions/1439719/c-get-thumbnail-from-file-via-windows-api – John Arlen May 08 '11 at 21:09
-
And I think related to John's comment, note that not all Office documents have thumbnails by default: http://stackoverflow.com/questions/6918586/windows-api-code-pack-thumbnail-gives-preview-thumb-of-pdf-but-not-word-or-excel – GrahamMc Jun 09 '13 at 07:21
1 Answers
0
I am sure there may be tools out there to do that, but if you can get the file into a format that can then be rasterized easily, it may be worth exploring that. eg converting the work doc to pdf then thumbnailing that.

Mark Redman
- 24,079
- 20
- 92
- 147