Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 143,422 for

pptx

(0.07 sec)
  1. 图表|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 创建和自定义图表:添加数据、设置系列、坐标轴和标签的格式、更改类型并导出——支持 PPT、Pptx 和 ODP。...pptx" , SaveFormat :: Pptx ); } finally { $presentation...= new Presentation ( "chart.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  2. Customize Pie Charts in Presentations in .NET|A...

    Learn how to create and customize pie charts in .NET with Aspose.Slides, exportable to PowerPoint, boosting your data storytelling in seconds....pptx" , SaveFormat . Pptx ); Set Automatic Pie...the modified presentation to a PPTX file. // Instantiate Presentation...

    docs.aspose.com/slides/net/pie-chart/
  3. 如何使用 Python 将演示文稿转换为 PDF

    这个简单的主题解释了如何使用 Python 将 Presentation 转换为 PDF。为了将 PPT 转换为 PDF,可以使用基于 Python 的 API。...为了使用简单的 API 调用将 PPTX 转换为基于 Python 的代码,可以使用。该应用程序可以在任何配置了...在项目中包含 Aspose.Slides 命名空间,用于将 PPTX 导出为 PDF 创建 Presentation 类的实例以加载源演示文稿...

    kb.aspose.com/zh/slides/python/how-to-convert-p...
  4. Add Image in Table Cell|Aspose.Slides Documenta...

    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" ; string ImageFile = "AsposeLogo...the modified presentation as a PPTX file string FileName = "Adding...

    docs.aspose.com/slides/net/add-image-in-table-c...
  5. API Limitations|Aspose.Slides Documentation

    Know Aspose.Slides for C++ limits: exports set fixed Application/Producer metadata in PPT, Pptx, ODP, and PDF—helping you plan integrations without surprises....that created or last saved a PPTX presentation. In Aspose.Slides...API for the formats above. For PPTX , the Application property is...

    docs.aspose.com/slides/cpp/api-limitations/
  6. API Limitations|Aspose.Slides Documentation

    Know Aspose.Slides for .NET limits: exports set fixed Application/Producer metadata in PPT, Pptx, ODP, and PDF—helping you plan integrations without surprises....that created or last saved a PPTX presentation. In Aspose.Slides...API for the formats above. For PPTX , the Application property is...

    docs.aspose.com/slides/net/api-limitations/
  7. How to Convert PowerPoint to SVG in Python

    In this simple article, we'll walk you through the steps for how to convert PowerPoint to SVG in Python along with the detailed configuration steps to setup the environment. By using a few lines of code, you can easily convert Pptx to SVG in Python....code, you can easily convert PPTX to SVG in Python and use the... and macOS. Steps to Export PPTX to SVG in Python Configure the...

    kb.aspose.com/slides/python/how-to-convert-powe...
  8. Slide|Aspose.Slides for Python Documentation

    Manage slides in Python with Aspose.Slides: create, clone, reorder, hide, set backgrounds and size, apply transitions, and export for PowerPoint and OpenDocument....pptx" , slides . export . SaveFormat . PPTX ) 💡 Tip:...slides . Presentation ( "slide.pptx" ) as presentation : # Access...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Layout Slide|Aspose.Slides for Python Documenta...

    Use Python to manage layout slides with Aspose.Slides: create, apply, clone, rename, and customize placeholders and themes in presentations for PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) 💡 Tip...Presentation ( "layout_slide.pptx" ) as presentation : # Access...

    docs.aspose.com/slides/python-net/examples/elem...
  10. Manage Presentation Notes in Python|Aspose.Slid...

    Customize presentation notes with Aspose.Slides for Python via .NET. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....pptx" ) as presentation : # Removing..."RemoveNotesAtSpecifi_out.pptx" , slides . export . SaveFormat . PPTX ) Remove...

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