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
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