Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 141,113 for

pptx

(0.13 sec)
  1. 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.... Steps to Print PPTX Presentation in Python Configure...source presentation to print PPTX in Python by creating an instance...

    kb.aspose.com/slides/python/how-to-print-powerp...
  2. How to Create PPT using Python

    This article explains how to create PPT using Python. You can use Python generate PowerPoint presentation and open that in MS PowerPoint for viewing....slide is saved on the disk as PPTX . Steps to Create PowerPoint...presentation is saved on the disk in PPTX format. Code to Create PPT using...

    kb.aspose.com/slides/python/how-to-create-ppt-u...
  3. Manage Presentation Comments in .NET|Aspose.Sli...

    Master presentation comments with Aspose.Slides for .NET: add, read, edit, and delete comments in PowerPoint files fast and easily....pptx" , SaveFormat . Pptx ); if ( Comments ...new Presentation ( "Comments1.pptx" )) { foreach ( var commentAuthor...

    docs.aspose.com/slides/net/presentation-comments/
  4. Manage Presentation Comments in PHP|Aspose.Slid...

    Master presentation comments with Aspose.Slides for PHP via Java: add, read, edit, and delete comments in PowerPoint files fast and easily....pptx" , SaveFormat :: Pptx ); if ( java_values...new Presentation ( "Comments1.pptx" ); try { foreach ( $pres ->...

    docs.aspose.com/slides/php-java/presentation-co...
  5. 管理字体 - PowerPoint Java API|Aspose.Slides 文档

    演示文稿通常包含文本和图像。本文展示了如何使用 PowerPoint Java API 配置幻灯片上文本段落的字体属性。... 将修改后的演示文稿保存为 PPTX 文件。 上述步骤的实现如下。它接收一个未装饰的演示文稿...图:输入文件中的文本 图:格式更新后的相同文本 // 实例化一个表示 PPTX 文件的 Presentation 对象 Presentation...

    docs.aspose.com/slides/zh/androidjava/manage-fo...
  6. Remove Slides from Presentations in .NET|Aspose...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for .NET. Get clear C# code examples and boost your workflow....pptx" )) { // Accesses a slide through..."modified_out.pptx" , Aspose . Slides . Export . SaveFormat . Pptx ); }...

    docs.aspose.com/slides/net/remove-slide-from-pr...
  7. Conversion from PPT to different formats|Aspose...

    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....topics Conversion from PPT to PPTX format in Aspose.Slides Conversion...

    docs.aspose.com/slides/net/conversion-from-ppt-...
  8. Export EXCEL to POWERPOINT in Android | product...

    Android API to Convert EXCEL to POWERPOINT without using Microsoft Word...Document class Save the document to PPTX format using save method Get...document in PPTX format document . save ( "output.pptx" , com ....

    products.aspose.com/total/android-java/conversi...
  9. Customize Error Bars in Presentation Charts wit...

    Learn how to add and customize error bars in charts with Aspose.Slides for Python via .NET—optimize data visuals in PowerPoint and OpenDocument presentations....the modified presentation to a PPTX file. import aspose.slides.charts..."ErrorBars_out.pptx" , slides . export . SaveFormat . PPTX ) Add Custom...

    docs.aspose.com/slides/python-net/error-bar/
  10. Remove Slides from Presentations in Python|Aspo...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Get clear code examples and boost your workflow....pptx" ) as presentation : # Access..."output.pptx" , slides . export . SaveFormat . PPTX ) Remove...

    docs.aspose.com/slides/python-net/remove-slide-...