So i have a situation where there are 100+ PPT files - each in their subfolder which I need to scan through.
Opening each file in Powerpoint and having a look will consume a lot of time, so I need an initial screening approach to look over the slide content.
I was looking for a tool / addin / script which can point to the parent folder, so it recursively goes into each subfolder, opens the PPT file and export each slide as a PNG image in same folder with file naming similar to original PPT file with suffix slide.nn.PNG
I came across GitHib for a couple of libraries and this program link below
which does the same, but it goes with the selection of PPT file manually one by one. I need it automated to pick all PPT files recursively inside a main folder and perform the same output.
Your best option here, IMHO, is to write a vba script in powerpoint (or excel).
The reason: you not only need to scan folders, but you need to automate powerpoint to save your slides as images.
Considering your use case, any standard ai will be able to help you build the vba script.