How to get XML data of Powerpoint slide?

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

Guest

Hi,
Can I get the Powerpoint slide data as an XML in my .Net application. We
can get XML of a word document by Calling Range.get_xml() method. Is there
any similar method to get PP Slide data?

Where is location for Microsoft.Office.Interop.PowerPoint Namespace in
MSDN. I couldn't find it anywhere.

Reagrds,
Savita
 
Hi,
Can I get the Powerpoint slide data as an XML in my .Net application.

What do you mean by "slide data"?

In PPT2007, the job may be done for you if you open the PPTX file (it's a ZIP,
actually).

In earlier versions, no.

We
 

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

Back
Top