A
Asian
Hello,
I am into PPT Automation.
I'd like to save existed powerpoint file with another filename and file
format.
(e.g. Save an "existed fileA.ppt" to "new file based on A.pptx")
Environment:
Visual Studio 2008 (using Microsoft.Office.Interop.PowerPoint)
Office2007 and Office2003
Lang: C#
I will use
"Microsoft.Office.Interop.PowerPoint.Presentation.SaveAs(Filename,
FileFormat, EmbedTrueTypeFonts);".
I'd like to inherit EmbedTrueTypeFonts value in the original file as the 3rd
parameter.
But I don't know which MsoTriState should be specified.
I tried to specify MsoTriState.msoTriStateMixed, and it seems to work fine.
(to inherit the original one.)
But I'm not sure if it is correct way.
Please help.
Thanks.
I am into PPT Automation.
I'd like to save existed powerpoint file with another filename and file
format.
(e.g. Save an "existed fileA.ppt" to "new file based on A.pptx")
Environment:
Visual Studio 2008 (using Microsoft.Office.Interop.PowerPoint)
Office2007 and Office2003
Lang: C#
I will use
"Microsoft.Office.Interop.PowerPoint.Presentation.SaveAs(Filename,
FileFormat, EmbedTrueTypeFonts);".
I'd like to inherit EmbedTrueTypeFonts value in the original file as the 3rd
parameter.
But I don't know which MsoTriState should be specified.
I tried to specify MsoTriState.msoTriStateMixed, and it seems to work fine.
(to inherit the original one.)
But I'm not sure if it is correct way.
Please help.
Thanks.