Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 130,530 for

presentation

(0.11 sec)
  1. Convert PPT to PPTM using C# | products.aspose.com

    Sample code for PPT to PPTM C# conversion. Use API example code for batch PPT files to PPTM conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/ppt-t...
  2. Convert PPSX to ODP using C# | products.aspose.com

    Sample code for PPSX to ODP C# conversion. Use API example code for batch PPSX files to ODP conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/ppsx-...
  3. Convert PPTX to PPSM using C# | products.aspose...

    Sample code for PPTX to PPSM C# conversion. Use API example code for batch PPTX files to PPSM conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/pptx-...
  4. Convert OTP to POTX using C# | products.aspose.com

    Sample code for OTP to POTX C# conversion. Use API example code for batch OTP files to POTX conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/otp-t...
  5. Convert PPS to PPTX using C# | products.aspose.com

    Sample code for PPS to PPTX C# conversion. Use API example code for batch PPS files to PPTX conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/pps-t...
  6. Convert PPTX to SWF using C# | products.aspose.com

    Sample code for PPTX to SWF C# conversion. Use API example code for batch PPTX files to SWF conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/pptx-...
  7. How to Convert PNG to PowerPoint Slide in Python

    This article is about how to convert PNG to PowerPoint slide in Python. It covers the configuration details, step-wise process to accomplish the task and a sample code to assist to insert image in PPTX using Python....empty default presentation using a Presentation class object and...slide of the newly created presentation Read the source PNG image...

    kb.aspose.com/slides/python/how-to-convert-png-...
  8. 管理 C++ 中的演示文稿背景|Aspose.Slides 文档

    学习如何使用 Aspose.Slides for C++ 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供提升演示效果的代码技巧。... 创建一个 Presentation 类的实例。 将幻灯片的 BackgroundType...示例演示如何将蓝色纯色设置为普通幻灯片的背景: // 创建 Presentation 类的实例。 auto presentation = MakeObject...

    docs.aspose.com/slides/zh/cpp/presentation-back...
  9. Convert TXT to PPS via Java or with free Online...

    Java API to Export TXT to PPS without using Microsoft Word or PowerPoint or online. Test free TXT to PPS online converter quickly before integrating the code....be used to create a new Presentation, write the HTML content...be used to create a new Presentation, write HTML content into...

    products.aspose.com/total/java/conversion/txt-t...
  10. Merge PPS Files using .NET | products.aspose.com

    C# source code to combine PPS documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.pps" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/pps/