Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 113,667 for

presentation

(0.05 sec)
  1. Convert POTX to PPSX in PHP | products.aspose.com

    Sample code for POTX to PPSX PHP conversion. Use PowerPoint PHP API for batch conversion POTX files to PPSX files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  2. Convert PPSX to ODP in PHP | products.aspose.com

    Sample code for PPSX to ODP PHP conversion. Use PowerPoint PHP API for batch conversion PPSX files to ODP files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  3. Convert PPTM to JPG in PHP | products.aspose.com

    Sample code for PPTM to JPG PHP conversion. Use PowerPoint PHP API for batch conversion PPTM files to JPG files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  4. Convert PPTX to JPG in PHP | products.aspose.com

    Sample code for PPTX to JPG PHP conversion. Use PowerPoint PHP API for batch conversion PPTX files to JPG files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  5. Convert PPTX to PNG in PHP | products.aspose.com

    Sample code for PPTX to PNG PHP conversion. Use PowerPoint PHP API for batch conversion PPTX files to PNG files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  6. Convert ODP to BMP in PHP | products.aspose.com

    Sample code for ODP to BMP PHP conversion. Use PowerPoint PHP API for batch conversion ODP files to BMP files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  7. Convert ODP to PNG in PHP | products.aspose.com

    Sample code for ODP to PNG PHP conversion. Use PowerPoint PHP API for batch conversion ODP files to PNG files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  8. 自定义 PowerPoint 字体在 C#|Aspose.Slides 文档

    在 C# 中的 PowerPoint 自定义字体...using ( Presentation presentation = new Presentation ( dataDir...+ "DefaultFonts.pptx" )) presentation . Save ( dataDir + "NewFonts_out...

    docs.aspose.com/slides/zh/net/custom-font/
  9. Convert PPT to Word in Java | products.aspose.com

    Convert PPT to Word in Java. Use Java library API to convert PowerPoint to Word...and convert PowerPoint presentations, Word documents, and other...moving the contents of a presentation’s slides to pages in a Word...

    products.aspose.com/slides/java/conversion/ppt-...
  10. 管理表格|Aspose.Slides 文档

    在 C++ 中创建和管理 PowerPoint 演示文稿中的表格... 从头创建表格 创建 Presentation 类的实例。 通过其索引获取幻灯片的引用。 定义一个...代码演示了如何在演示文稿中创建表格: // 实例化一个代表 PPTX 文件的 Presentation 类 auto pres = System ::...

    docs.aspose.com/slides/zh/cpp/manage-table/