Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 141,112 for

pptx

(0.08 sec)
  1. Manage Slide Show in PHP|Aspose.Slides for PHP ...

    Learn how to manage slide shows in Aspose.Slides for PHP via Java. Control slide transitions, timings and more across PPT, Pptx and ODP formats with ease....pptx" , SaveFormat :: Pptx ); $presentation...-> save ( "output.pptx" , SaveFormat :: Pptx ); $presentation...

    docs.aspose.com/slides/php-java/manage-slide-show/
  2. C++ API to Convert PS to POTX | products.aspose...

    Convert PS to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader...used to export PS to PPTX and convert PPTX to POTX respectively...Convert PS to PPTX by using Save method function Load PPTX document...

    products.aspose.com/total/cpp/conversion/ps-to-...
  3. C++ API to Convert PDF to OTP | products.aspose...

    Convert PDF to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...developers can export PDF to PPTX. And with Aspose.Slides for...C++, developers can convert PPTX to OTP. Both APIs come under...

    products.aspose.com/total/cpp/conversion/pdf-to...
  4. C++ API to Convert TEX to PPT | products.aspose...

    Convert TEX to PPT via C++ without using Microsoft Word or Adobe Acrobat Reader...to export TEX to PPTX and then convert PPTX to PPT respectively...Convert TEX to PPTX by using Save method function Load PPTX document...

    products.aspose.com/total/cpp/conversion/tex-to...
  5. Convert JSON Format to PPSX via C++ | products....

    Parse JSON to PPSX in C++ without using Microsoft PowerPoint...a compressed version of the PPTX format and is used to store...developers can parse JSON to PPTX. After that, by using Aspose...

    products.aspose.com/total/cpp/conversion/json-t...
  6. C++ API to Convert PCL to PPS | products.aspose...

    Convert PCL to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader...you can easily export PCL to PPTX by using Aspose.PDF for C++...Slides for C++, you can convert PPTX to PPS. Both APIs come under...

    products.aspose.com/total/cpp/conversion/pcl-to...
  7. Convert EXCEL to POWERPOINT with C++ or with fr...

    Convert EXCEL to POWERPOINT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....document to PPTX format using Save member function and set Pptx as SaveFormat...document in PPTX format doc -> Save ( u "convertedFile.pptx" , SaveFormat...

    products.aspose.com/total/cpp/conversion/excel-...
  8. 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/
  9. 如何使用 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...
  10. Manage Text Boxes in Presentations Using C++|As...

    Aspose.Slides for C++ makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Aspose TextBox Finally, write the PPTX file through the Presentation...( u "TextBox_out.pptx" , SaveFormat :: Pptx ); Check for a Text...

    docs.aspose.com/slides/cpp/manage-textbox/