Produce high-quality, custom-size thumbnails from Office documents on Windows?
Posted
by Edwin
on Stack Overflow
See other posts from Stack Overflow
or by Edwin
Published on 2010-05-15T10:52:29Z
Indexed on
2010/05/15
19:24 UTC
Read the original article
Hit count: 216
thumbnail
Hi,
What do you think would be the best way to produce custom size image thumbnail from MS Office documents (doc, xls and ppt) on Windows with native code (means all means besides .NET/JAVA)?
My current research result:
IExtractImage COM. Problem: The size of the generated result is fixed and low quality, and you can't be sure all the source documents contain the thumbnails.
Use a programmable virtual printer to print the specified page, and the printer must support image output, any good suggestion for this?
What else would you suggest? thanks!
© Stack Overflow or respective owner