User1318172346 posted
In our application, we are allowing users to upload word documents. I need to create thumbnail image of the first page of those uploaded documents. I couldn't find a way to enable "Save Preview Picure" option of the documents.Even if I use my own template,
since I am not creating new documents,the uploaded documents use"normal.dot" only. I could copy the first page's content into Clipboard (using Microsoft.Office.Interoperop.Word). But there is no option to convert rtf datatype to bitmap datatype, so I couldn't
save it as image.
Is there any way to do it? Does Visual Studio Tools for Office has those options?
Thanks.