How do I copy an audio file contained in a presentation?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I copy an audio file embedded in a powerpoint presentation provided by
my teacher so I can save it on an mp3 player and listen to it?
 
If it is embedded, it is not an MP3 file, but a WAV file. Save your
presentation as a web page, and PowerPoint will extract the sound file into
a presentation name folder
 
Do you know a way to etract the files programmatically? I could unzip the
pptx and look in the media folder, but I am curious if there is a way to use
..net to extract them. thanks
 
Do you know a way to etract the files programmatically? I could unzip the
pptx and look in the media folder, but I am curious if there is a way to use
..net to extract them. thanks

Have a look in the object browser for the .Export method.
 
Back
Top