I have a huge set of powerpoint files from which I want to extract all the text and simply put it in one large text file. Each source file (PPT) has several pages (slides). I'm not interested in formatting - just words.
I could do it manually using a file only ^ A ^ C in PPT followed by ^ V in notepad; then scroll down the page in PPT and repeat for each slide in PowerPoint. (Too bad, I can't just make a ^ A that would capture EVERYTHING ... then I could use sendkey to copy / paste)
But there are many hundreds of these PPTs with different numbers of slides.
It seems like this would be a common task, but I can't find an example anywhere.
Does anyone have sample code for this?
source
share