Determine filenames of thumbnail files

Asked By Arie Livshin
08-Feb-10 11:25 AM
Earn up to 0 extra points for answering this tough question.
presentation.Export(filename, "PNG", sizeX, sizeY);

Creates thumbnail images of all slides in the PowerPoint presentation. 

My problem is that the thumbnail filenames change according to the Language of PowerPoint.
On an English PowerPoint, the thumbnail files are: "slide1.png", "slide2.png", etc.
On Hebrew PowerPoint: שקופית1.png,  שקופית2.png, etc.

Is there a programming (e.g. VBA) way to know the thumbnail filenames beforehand?

Thanks,
Arie

  re: Determine filenames of thumbnail files

Arie Livshin replied to Arie Livshin
09-Feb-10 05:19 AM
While I still don't know how to predict the filenames created by Presentation.Export, Slide.Export allows to set the filenames manually, which does the trick for me.
Create New Account