Powerpoint API to extract Notes field

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

Guest

Is there some API to allow me to extract the Notes object from slides in a
PPT 2003 file? Alternately, is the DOM defined somewhere? I am proficient
in VB.
 
Is there some API to allow me to extract the Notes object from slides in a
PPT 2003 file? Alternately, is the DOM defined somewhere? I am proficient
in VB.

This'll give you a start on automating PPT from VB:

How to automate PowerPoint using VB
http://www.pptfaq.com/FAQ00115.htm

This explains how to extract the notes text using VBA from within PPT but it
should be easy to adapt to VB:

Export the notes text of a presentation
http://www.pptfaq.com/FAQ00481.htm
 
Back
Top