PpSaveAsFileType - 97-2003 File Format

C

Corey B

I am trying to write a C# app that uses Office automation to save a
PPTX file to a 97-2003 format. I see that the Presentation class has
a SaveAs method. And the SaveAs method also has a parameter for
specifying the file format that you would like to use. However I
can't seem to find a constant that allows you to specify the 97-2003
format. It has a ton of other formats, but not that one. You can see
all of the SaveAs options at the following MSDN article:
http://msdn.microsoft.com/en-us/library/bb265452.aspx

Does anyone know how I can specify the 97-2003 format when doing a
SaveAs using automation in a C# app?

Thanks,
Corey
 
C

Corey B

 ppSaveAsPresentation = 1 should work fine.

Regards,
Shyam Pillai

Image Importer Wizardhttp://skp.mvps.org/iiw.htm








- Show quoted text -

Won't that save it as a PPTX file? I want to save it as a PPT
(97-2003 format).
 

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