Using the Powerpoint libraries -- how to extract out embedded audiofrom a presentation?

R

RP

I have a powerpoint presentation, and I want to programatically
extract out the embedded audio in the slides onto .wav files on disk
(and remove them from the presentation). Given the powerpoint
presentation/slides/slide objects, how would I query the slide to
determine if it has audio, and to extract the audio out?


Thanks
 
R

RP

I have a powerpoint presentation, and I want to programatically
extract out the embedded audio in the slides onto .wav files on disk
(and remove them from the presentation). Given the powerpoint
presentation/slides/slide objects, how would I query the slide to
determine if it has audio, and to extract the audio out?

Thanks

So I've solved this issue with the help of the following links

http://msdn2.microsoft.com/en-us/library/aa168127(office.11).aspx
http://skp.mvps.org/ppt00040.htm#7
 
P

Peter Duniho


Thank you for following up your own question with the information you
found. It could prove very useful for someone else, should they have the
same question in the future. Posting the links here is very helpful.

One small suggestion: if there's some concise way to summarize what's
contained in those links, you might consider posting that information as
well. The newsgroup is archived in what is likely to be a much more
robust way than the lifetime of those links, and so having at least a hint
here as to what the solution was could be even more valuable in the
future, if those links go out of date.

Thanks!
Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top