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

pptx

(0.17 sec)
  1. How to Export PowerPoint to Word using Java

    This tutorial guides on how to export PowerPoint to Word using Java. It provides configuration details, stepwise procedure and a runnable sample code to convert Pptx to DOCX using Java....an existing presentation say PPTX or PPT and then transform it...Word file. Code to Transform PPTX to DOCX using Java This code...

    kb.aspose.com/slides/java/how-to-export-powerpo...
  2. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for С++. Add, format, and edit charts with practical code examples in С++....the modified presentation as a PPTX file. This C++ code shows you...= u "../out/NormalCharts_out.pptx" ; //Instantiates a presentation...

    docs.aspose.com/slides/cpp/create-chart/
  3. Aspose.Slides for PHP via Java 15.4.0 中的公共 API ...

    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" , SaveFormat :: Pptx ); 已添加方法 IPresentation...$pres -> save ( "out.pptx" , SaveFormat :: Pptx ); 已添加方法 ISmartArt...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  4. 在 Python 中格式化 PowerPoint 形状|Aspose.Slides for P...

    了解如何使用 Aspose.Slides 在 Python 中格式化 PowerPoint 形状——精准且完整地设置 PPT、Pptx 和 ODP 文件的填充、线条和效果样式。... 将修改后的演示文稿保存为 PPTX 文件。 以下 Python 代码演示如何格式化矩形 AutoShape...color = draw . Color . blue # 将 PPTX 文件保存到磁盘。 presentation . save...

    docs.aspose.com/slides/zh/python-net/shape-form...
  5. C++ API to Convert XML to POTM | products.aspos...

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

    products.aspose.com/total/cpp/conversion/xml-to...
  6. Convert JSON Format to PPTM via C++ | products....

    Parse JSON to PPTM in C++ without using Microsoft PowerPoint...for C++, you can parse JSON to PPTX. After that, by using Aspose...Slides for C++, you can convert PPTX to PPTM. Both APIs come under...

    products.aspose.com/total/cpp/conversion/json-t...
  7. Important Features|Aspose.Slides Documentation

    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....Feature Description PPT, PPS, PPTX and PPSX Export Export reports...who work on the product PPT, PPTX, PDF and HTML Export...

    docs.aspose.com/slides/jasperreports/important-...
  8. Aspose.Slides for Python: slides.Presentation T...

    hi. import aspose.slides as slides file_path = "test37.Pptx" slides.Presentation(file_path) the error message is An error occurred while creating the presentation: Proxy error(PptxReadException): Font ‘?’ cannot be …...pptx" slides.Presentation(file_path)...share this pptx because this is our customer’s pptx. replacing...

    forum.aspose.com/t/aspose-slides-for-python-sli...
  9. Apply Shape Effects in Presentations Using C++|...

    Transform your PPT and Pptx files with advanced shape effects using Aspose.Slides for C++ — create striking, professional slides in seconds....pptx" , SaveFormat :: Pptx ); Apply a Reflection...Save ( u "reflection.pptx" , SaveFormat :: Pptx ); Apply a Glow Effect...

    docs.aspose.com/slides/cpp/shape-effect/
  10. Customize Chart Legends in Presentations Using ...

    Customize chart legends with Aspose.Slides for PHP via Java to optimize PowerPoint presentations with tailored legend formatting....Write the presentation as a PPTX file. In the example given below...save ( "Legend_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/chart-legend/