Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 93,049 for

pptx

(0.09 sec)
  1. Microsoft PowerPoint Presentation Conversion to...

    Convert Microsoft PowerPoint Slides to different files including PDF, HTML and image formats on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....NET Conversion PPT PPTX ODP PDF Convert PowerPoint Presentation....NET API. Convert PPTX How to Convert PPTX using Aspose.Slides...

    products.aspose.com/slides/net/conversion/
  2. Installation|Aspose.Slides for Node.js via .NET...

    Install Aspose.Slides for Node.js via .NET in Windows, Linux or macOS...Save the empty presentation in PPTX format emptyPresentation . save..."out/emptyPresentation.pptx" , SaveFormat . Pptx ); // Release resources...

    docs.aspose.com/slides/nodejs-net/installation/
  3. 组|Aspose.Slides 文档

    在C#或.NET中将组形状添加到PowerPoint演示文稿... 将修改后的演示文稿保存为PPTX文件。 下面的示例将组形状添加到幻灯片。 // 实例化Presentation类...); // 将PPTX文件写入磁盘 pres . Save ( "GroupShape_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/net/group/
  4. Convert DOCX to POWERPOINT via C++ or with free...

    Export DOCX to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to POWERPOINT online converter quickly before integrating the code....document to PPTX format using Save method and set Pptx as SaveFormat...presentation as Pptx pres -> Save ( output . pptx , Aspose :: Slides...

    products.aspose.com/total/cpp/conversion/docx-t...
  5. How to Convert PowerPoint to Tiff using Python

    This topic is about how to convert Presentation to TIFF using Python along with the detailed steps to set up the environment and verify the working sample code. You can also consider converting PPT to TIFF in Python using the same example code provided in this topic....in your project for exporting PPTX to TIFF Load the source presentation...Save method in Python converts PPTX to TIFF The above steps convert...

    kb.aspose.com/slides/python/how-to-convert-powe...
  6. How to Hide a Slide in Presentation using C#

    We'll guide you through the steps in C# for how to hide a slide in Presentation using C#. By using a few lines of easy code you can hide a PPT slide using C#....Interop library for hiding a PPTX slide in C# . The application...presentation. Steps to Hide a Slide in PPTX in C# Set up your application...

    kb.aspose.com/slides/net/how-to-hide-a-slide-in...
  7. Remove Slide from Presentation|Aspose.Slides fo...

    Remove slide from PowerPoint by reference or index in JavaScript...pptx" ); try { // Accesses a slide..."modified.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/remove-slide...
  8. Remove Slide from Presentation|Aspose.Slides fo...

    Remove slide from PowerPoint by reference or index in Python...pptx" ) as pres : # Accesses a slide..."modified_out.pptx" , slides . export . SaveFormat . PPTX ) Remove...

    docs.aspose.com/slides/python-net/remove-slide-...
  9. 图表轴|Aspose.Slides 文档

    如何在 Java 中编辑 PowerPoint 图表轴...pptx" , SaveFormat . Pptx ); } finally { if..."SwitchChartRowColumn_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/chart-axis/
  10. Chart Legend|Aspose.Slides for Python Documenta...

    Set positioning and font size for chart legend in PowerPoint presentations in Python...Write the presentation as a PPTX file. In the example given below..."Legend_out.pptx" , slides . export . SaveFormat . PPTX ) Set Font...

    docs.aspose.com/slides/python-net/chart-legend/