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

Posted

tags:

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

// For complete examples and data files, please go to https://github.com/groupdocsconversion/GroupDocs_Conversion_NET
// Instantiating the conversion handler using Cache from custom common class
ConversionHandler conversionHandler = Common.getConversionHandlerUsingCache(true);

// Convert and save converted Presentation documents.
// Returns paths to the converted Presentation documents.
var convertedDocumentPath = conversionHandler.Convert(Common.inputGUIDFile, new SlidesSaveOptions {  });
convertedDocumentPath.Save("result-" + Common.inputGUIDFile);
            

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

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#/阵列/实例