Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 143,413 for

pptx

(0.1 sec)
  1. C++ API to Convert XSLFO to PPTM | products.asp...

    Convert XSLFO to PPTM via C++ without using Microsoft Word or Adobe Acrobat Reader...to PPTX by using Aspose.PDF for C++ and then convert PPTX to...XSLFO to PPTX by using Save method function Load PPTX document...

    products.aspose.com/total/cpp/conversion/xslfo-...
  2. 图表|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...
  3. 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...
  4. 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...
  5. 视频|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中处理视频:插入、替换、裁剪、设置海报帧和播放选项,并将演示文稿导出为 PPT、Pptx 和 ODP。...pptx" , slides . export . SaveFormat . PPTX ) 访问视频帧 检索添加到幻灯片的第一个视频帧。...slides . Presentation ( "video.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/zh/python-net/examples/e...
  6. Connector|Aspose.Slides for Python Documentation

    Draw and control connectors in Python with Aspose.Slides: add, route, reroute, set connection points, arrows and styles to link shapes in PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) Access.... Presentation ( "connector.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  7. SmartArt|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中使用 SmartArt:使用 JavaScript 为 PowerPoint 和 OpenDocument 演示文稿创建、编辑、转换和设置图表样式。...pptx" , aspose . slides . SaveFormat . Pptx ); } finally...slides . Presentation ( "smartart.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  8. Table|Aspose.Slides for Node.js via .NET Docume...

    Work with tables in Aspose.Slides for Node.js: create, format, merge cells, apply styles, import data, and export with examples for PPT, Pptx, and ODP....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...slides . Presentation ( "table.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  9. Layout Slide|Aspose.Slides for PHP Documentation

    Use PHP to manage layout slides with Aspose.Slides: create, apply, clone, rename, and customize placeholders and themes in presentations for PPT, Pptx and ODP....pptx" , SaveFormat :: Pptx ); } finally { $presentation...Presentation ( "layout_slide.pptx" ); try { // Access by index...

    docs.aspose.com/slides/php-java/examples/elemen...
  10. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/Pptx) with practical code examples and best practices to enhance your data presentations....and then save the result as a PPTX file: sbyte overlap = 30 ; using...( "series_overlap.pptx" , SaveFormat . Pptx ); } The result: Change...

    docs.aspose.com/slides/net/chart-series/