Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 128,895 for

pptx api

(1.15 sec)
  1. Add Rectangles to Presentations in JavaScript|A...

    Boost your PowerPoint presentations by adding rectangles with JavaScript and Aspose.Slides for Node.js—easily design and modify shapes programmatically....the modified presentation as a PPTX file. In the example given below...Prseetation class that represents the PPTX var pres = new aspose . slides...

    docs.aspose.com/slides/nodejs-java/rectangle/
  2. 如何使用 Python 将 PowerPoint 转换为 Tiff

    本主题介绍如何使用 Python 将 Presentation 转换为 TIFF,以及设置环境和验证工作示例代码的详细步骤。您还可以考虑使用本主题中提供的相同示例代码在 Python 中将 PPT 转换为 TIFF。...查找API的答案 Aspose.Total Product Family Aspose.Words Product Family...pydrawing 和 aspose.slides 命名空间,用于将 PPTX 导出到 TIFF 通过创建 Presentation 类的实例来加载源演示文稿...

    kb.aspose.com/zh/slides/python/how-to-convert-p...
  3. Export XSLFO to PPS in Android | products.aspos...

    Android Api to Convert XSLFO to PPS without using Microsoft Word...Java is a suite of file format APIs that enables developers to create...can be used to export XSLFO to PPTX and Aspose.Slides for Android...

    products.aspose.com/total/android-java/conversi...
  4. How to Print PowerPoint Presentation in Python

    In this step by step tutorial, we will focus on how to print PowerPoint presentation in Python along with the detailed steps to set up the environment and verify the working sample code. You can use this example in any of Python supported environment to print PPT in Python without any dependency on Microsoft PowerPoint....Find Answers by API Aspose.Total Product Family Aspose.Words...Microsoft PowerPoint. Steps to Print PPTX Presentation in Python Configure...

    kb.aspose.com/slides/python/how-to-print-powerp...
  5. Export XML to POWERPOINT in Android | products....

    Android Api to Convert XML to POWERPOINT without using Microsoft Word...Android via Java to export XML to PPTX. Aspose.PDF for Android via...Android via Java to convert the PPTX to POWERPOINT. Aspose.Slides...

    products.aspose.com/total/android-java/conversi...
  6. Slides on Cloud Platforms|Aspose.Slides Documen...

    See how Aspose.Slides runs on major cloud platforms, with deployment tips, scaling guidance, and best practices for processing PowerPoint and OpenDocument....Text from PPT, PPTX, ODP Developer Guide API Reference...

    docs.aspose.com/slides/androidjava/slides-on-cl...
  7. Save Presentations in Java|Aspose.Slides Docume...

    Discover how to save presentations in Java using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....pptx" , SaveFormat . Pptx ); } finally { presentation...new FileOutputStream ( "Output.pptx" ); try { // Save the presentation...

    docs.aspose.com/slides/java/save-presentation/
  8. Slides on Cloud Platforms|Aspose.Slides for Pyt...

    See how Aspose.Slides runs on major cloud platforms, with deployment tips, scaling guidance, and best practices for processing PowerPoint and OpenDocument....Text from PPT, PPTX, ODP Developer Guide API Reference...

    docs.aspose.com/slides/python-net/slides-on-clo...
  9. Save Presentations in Python|Aspose.Slides for ...

    Discover how to save presentations in Python using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....pptx" , slides . export . SaveFormat . PPTX ) Save Presentations...presentation : with open ( "output.pptx" , "bw" ) as file_stream : #...

    docs.aspose.com/slides/python-net/save-presenta...
  10. Save Presentations in .NET|Aspose.Slides Docume...

    Discover how to save presentations in .NET using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....pptx" , SaveFormat . Pptx ); } Save Presentations...fileStream = new FileStream ( "Output.pptx" , FileMode . Create )) { //...

    docs.aspose.com/slides/net/save-presentation/