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

pptx

(0.21 sec)
  1. 形状有效属性|Aspose.Slides for PHP 文档

    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....pptx" ); try { $shape = $pres ->...Presentation ( "Presentation1.pptx" ); try { $threeDEffectiveData...

    docs.aspose.com/slides/zh/php-java/shape-effect...
  2. Manage Chart Data Labels in Presentations on An...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for Android via Java for more engaging slides....pptx" , SaveFormat . Pptx ); } finally { if.... save ( "output.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/chart-data-l...
  3. How to Convert PowerPoint to TIFF using Java

    This simple article focuses on how to convert Presentation to TIFF using Java by following the detailed configuration steps to use the given code sample. You can use the example to convert Pptx to TIFF in Java without any dependency on MS PowerPoint....Windows, Linux or macOS to convert PPTX to TIFF in Java without any...save method. Code to Convert PPTX to TIFF in Java If you are even...

    kb.aspose.com/slides/java/how-to-convert-powerp...
  4. Convert ODP to PDF in Python | products.aspose.com

    Sample code for ODP to PDF Python conversion. Use PowerPoint Python API for batch conversion ODP files to PDF files....to PDF HTML JPG PDF SVG PPT PPTX Convert ODP to PDF in Python...browser . Aspose PowerPoint PPTX library allows you to convert...

    products.aspose.com/slides/python-net/conversio...
  5. How to Convert PowerPoint to Tiff using C#

    This topic focuses on how to convert Presentation to TIFF using C# along with the detailed configuration steps to configure the environment and verify the working sample code. You can convert Pptx to TIFF in C# using a few lines of easy to use code.... macOS and Linux to convert PPTX to TIFF in C# . Steps to Convert...Save method. Code to Convert PPTX to TIFF in C# The above example...

    kb.aspose.com/slides/net/how-to-convert-powerpo...
  6. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations with Aspose.Slides for Node.js. Add, format, and edit charts with practical code examples in JavaScript....the modified presentation as a PPTX file. This JavaScript code shows...presentation class that represents a PPTX file var pres = new aspose ...

    docs.aspose.com/slides/nodejs-java/create-chart/
  7. Chart Is Missing When Converting a PowerPoint P...

    We noticed that when we save a Pptx document as PDF we are missing the chart. Presentation with chart.zip (32.6 KB)...noticed that when we save a PPTX document as PDF we are missing...missing charts when exporting a PPTX document to PDF using Aspose...

    forum.aspose.com/t/chart-is-missing-when-conver...
  8. 在 Python 中管理图表数据系列|Aspose.Slides for Python 文档

    了解如何在Python中管理PowerPoint(PPT/Pptx)图表数据系列,提供实用代码示例和最佳实践,以提升数据演示效果。...图、访问第一个图表系列、配置重叠设置,然后将结果保存为 PPTX 文件: import aspose.slides as..."series_overlap.pptx" , slides . export . SaveFormat . PPTX ) 结果: 更改系列填充颜色...

    docs.aspose.com/slides/zh/python-net/chart-series/
  9. Manage Rows and Columns in PowerPoint Tables in...

    Manage table rows and columns in PowerPoint with Aspose.Slides for .NET and speed up presentation editing and data updates....pptx" ); // Accesses the first slide..."First_row_header.pptx" , SaveFormat . Pptx ); Clone a Table Row...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  10. Is It Possible to Use Aspose.Slides in an Azure...

    Hi All, we are trying to use aspose.words (25.7.0) and aspose.slides (25.7.0) in a “plain” Azure Function App (Python 3.12) but as soon as we add the import for these packages the functions do not load anymore. We were …...HttpResponse: “”" HTTP POST: Accept PPTX bytes in the request body and...Query param: filename=yourdeck.pptx (optional) """ try: # If GET...

    forum.aspose.com/t/is-it-possible-to-use-aspose...