开发者

Naming Slide Images on Export in PowerPoint 2007

开发者 https://www.devze.com 2022-12-19 07:20 出处:网络
Presentation.Export(filename, \"PNG\", sizeX, sizeY); creates thumbnail images of all slides in the PowerPoint presentation.开发者_JAVA技巧

Presentation.Export(filename, "PNG", sizeX, sizeY); creates thumbnail images of all slides in the PowerPoint presentation.开发者_JAVA技巧

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.

How can I control the name of each slide on export to PNG?


If you want to control the name of the exported slides, use the Slide.Export method instead with a loop.

0

精彩评论

暂无评论...
验证码 换一张
取 消