csharp 实例-CSHARP-GroupDocs.Conversion.Examples.CSharp变频-ConvertToPresentationWithoutCommentsAsPath.c

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 实例-CSHARP-GroupDocs.Conversion.Examples.CSharp变频-ConvertToPresentationWithoutCommentsAsPath.c相关的知识,希望对你有一定的参考价值。

// For complete examples and data files, please go to https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-.NET
// Instantiating the conversion handler from custom common class
ConversionHandler conversionHandler = Common.getConversionHandler();

// Slide save options to remove slide comments
SaveOptions saveOptions = new SlidesSaveOptions
            {
                
                HideComments=true // hides all slide comments
            };

            // Convert and save converted presentation documents.
            // Returns paths to the converted presentation documents.
            var convertedDocumentPath = conversionHandler.Convert(Common.inputGUIDFile, saveOptions);
            convertedDocumentPath.Save("result-" + Common.inputGUIDFile);

以上是关于csharp 实例-CSHARP-GroupDocs.Conversion.Examples.CSharp变频-ConvertToPresentationWithoutCommentsAsPath.c的主要内容,如果未能解决你的问题,请参考以下文章

csharp 实例-CSHARP-GroupDocs.Conversion.Examples.CSharp变频-ConvertTopresentationAsPath.cs

csharp 实例-CSHARP-GroupDocs.Conversion.Examples.CSharp变频-ConvertTopresentationAsPath.cs

csharp 实例-CSHARP-GroupDocs.Conversion.Examples.CSharp变频-ConvertWithCustomOutputDataHandler.cs

csharp 实例-CSHARP-GroupDocs.Conversion.Examples.CSharp变频-ConvertToPresentationWithoutCommentsAsPath.c

csharp SteamVR手交互实例

csharp C#/阵列/实例