Convert PPT into JPG/PNG on windows
问题 I would like to convert a ppt presentation in a collection of images, one per each slide, programmatically in a windows environment. I tried to modify the following code that transform a ppt to a pdf(perfectly working) but I dind't succed. Can anyone help me? Thanks a lot. Option Explicit Sub WriteLine ( strLine ) WScript.Stdout.WriteLine strLine End Sub ' http://msdn.microsoft.com/en-us/library/office/aa432714(v=office.12).aspx Const msoFalse = 0 ' False. Const msoTrue = -1 ' True. ' http:/