Generate thumbnail images of PPT slides to display in a Win.form (C#)

A

Alexander Hoffmann

Hi Everyone,

we have a single central PPT presentation with about 100 slides that are offered to our users for insertion into their presentations.

I would like to show a Win form with several tabs displaying thumbnails of each the slides to allow efficient browsing through all the slides.

The form is part of VSTO PPT-Addin written in C# (MS Office 2007).

My question is: could you help me to generate the thumbnail representation of each slide in my c# on the fly without storing images on the user's client.

Thanks for any help.
 
Top