Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 128,706 for

pptx

(0.06 sec)
  1. Convert PowerPoint to PDF with Notes in C#|Aspo...

    Convert PowerPoint to PDF with notes with C# or .NET...be used to convert a PPT or PPTX presentation to a PDF with speaker...= new Presentation ( "sample.pptx" )) { // Configure PDF options...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  2. Chart Legend|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Write the presentation as a PPTX file. In the example given below...save ( "Legend_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/chart-legend/
  3. Aspose.Slides for Java

    此 API 有助于在 Java 应用程序中创建、转换、编辑和打印 PowerPoint 演示文稿,而无需使用 Microsoft PowerPoint。...Java 最新答案 如何在 Java 中将 PPT 转换为 PPTX 如何使用 Java 将超链接添加到 PowerPoint...PowerPoint 中的图像 如何在 Java 中将 PPTX 转换为 PPT 如何在 Java 中将 PNG 转换为 PowerPoint...

    kb.aspose.com/zh/slides/java/page/2/
  4. 形状格式化|Aspose.Slides 文档

    在 C++ 中格式化 PowerPoint 演示文稿中的形状... 将修改后的演示文稿写入 PPTX 文件。 以下 C++ 代码演示了格式化矩形 AutoShape...()); // 将 PPTX 文件写入磁盘 pres -> Save ( u "RectShpLn_out.pptx" , Aspose...

    docs.aspose.com/slides/zh/cpp/shape-formatting/
  5. Convert Microsoft PowerPoint Presentation in No...

    Node.js API to Convert PPT to PDF. Convert Presentations to JPG, PNG and other formats in Node.js....js via Java Conversion PPT PPTX ODP PDF Convert PowerPoint Presentation...Java API. Convert PPTX How to Convert PPTX using Aspose.Slides...

    products.aspose.com/slides/nodejs-java/conversion/
  6. Aspose.Slides for Android via Java Features|Asp...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PresentationML (PPTX, XML) 3 Support for PPT to PPTX conversion 4...(TIFF) 7 Support for ODP to PPTX Conversion 8 Support for Presentation...

    docs.aspose.com/slides/androidjava/aspose-slide...
  7. How to Print PowerPoint presentation in C#

    In this step by step tutorial, we'll show you how to print Pptx in C# using Aspose.Slides without even PowerPoint installed. Printing PPT presentation or Pptx in C# using .NET code is achieved using simple and easy steps.... The PPTX format is widely used format...same approach. Steps to Print PPTX Presentation in C# Get Aspose...

    kb.aspose.com/slides/net/how-to-print-powerpoin...
  8. 管理单元格|Aspose.Slides 文档

    Java 中 PowerPoint 演示文稿中的表格单元格...pptx" ); try { ITable table = ( ITable...将修改后的演示文稿保存为 PPTX 文件。 以下 Java 代码演示了如何从表格单元格中移除边框: // 实例化代表 PPTX 文件的 Presentation...

    docs.aspose.com/slides/zh/java/manage-cells/
  9. How to Convert PNG to PowerPoint Slide in Java

    This article focuses on how to convert PNG to PowerPoint Slide in Java. It provides the configuration details, step wise process to accomplish this task and a sample code to assist for creating a PNG to Pptx converter in Java....sample code to write a PNG to PPTX converter in Java . The sample...macOS. Steps to Convert PNG to PPTX in Java Configure the application...

    kb.aspose.com/slides/java/how-to-convert-png-to...
  10. Chart Series|Aspose.Slides Documentation

    Chart series in PowerPoint presentations in Java...the modified presentation to a PPTX file. This Java code shows you..."SetChartSeriesOverla_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/chart-series/