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

pptx

(0.49 sec)
  1. Replacing Images inside Presentation Image Coll...

    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....the modified presentation as a PPTX file. //Instantiate the presentation...Presentation ( "presentation.pptx" ); //the first way byte []...

    docs.aspose.com/slides/java/replacing-images-in...
  2. Manage Text Boxes in Presentations Using PHP|As...

    Aspose.Slides for PHP 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...save ( "TextBox_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-textbox/
  3. 页眉页脚|Aspose.Slides for Node.js via .NET 文档

    使用 Aspose.Slides for Node.js 控制幻灯片的页眉和页脚:在 PPT、Pptx 和 ODP 中添加日期、幻灯片编号和自定义文本,提供 JavaScript 示例。...pptx" , aspose . slides . SaveFormat . Pptx ); } finally...Presentation ( "header_footer.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  4. C++ API to Convert MHTML to POWERPOINT | produc...

    Convert MHTML to POWERPOINT via C++ without using Microsoft Word or Adobe Acrobat Reader...C++, you can export MHTML to PPTX. Aspose.PDF for C++ is a powerful...MHTML to PPTX. Once you have exported MHTML to PPTX, you can...

    products.aspose.com/total/cpp/conversion/mhtml-...
  5. Layout Slide|Aspose.Slides for Node.js via .NET...

    Master layout slides in Aspose.Slides for Node.js: choose, apply, and customize slide layouts, placeholders, and masters with examples for PPT, Pptx, and ODP presentations....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...Presentation ( "layout_slide.pptx" ); try { // Access a layout...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  6. Chart|Aspose.Slides for Node.js via .NET Docume...

    Master charts with Aspose.Slides for Node.js via Java: create, format, bind data, and export charts in PPT, Pptx, and ODP with JavaScript examples....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...slides . Presentation ( "chart.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  7. Convert PowerPoint Presentations to PDF with No...

    Convert formats PPT and Pptx to PDF with notes using Aspose.Slides for Java. Preserve layouts and speaker notes for professional presentations....be used to convert a PPT or PPTX presentation to a PDF with speaker...= new Presentation ( "sample.pptx" ); // Configure PDF options...

    docs.aspose.com/slides/java/convert-powerpoint-...
  8. Slide|Aspose.Slides for Node.js via .NET Docume...

    Control slides in Aspose.Slides for Node.js: create, clone, reorder, resize, set backgrounds, and apply transitions for PPT, Pptx, and ODP presentations....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...slides . Presentation ( "slide.pptx" ); try { // Access a slide...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  9. Manage Hyperlinks in Presentations with Python|...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET—enhance interactivity and workflow in minutes....pptx" , slides . export . SaveFormat . PPTX ) Add URL..."output.pptx" , slides . export . SaveFormat . PPTX ) Add URL...

    docs.aspose.com/slides/python-net/manage-hyperl...
  10. 使用 Java 在 PowerPoint 演示稿中管理 SmartArt|Aspose.Sli...

    了解如何使用 Aspose.Slides for Java 通过清晰的代码示例构建和编辑 PowerPoint SmartArt,从而加快幻灯片设计和自动化。...pptx" ); try { ISlide slide = pres...LayoutType 更改为 BasicProcess。 将演示文稿保存为 PPTX 文件。 在下面的示例中,我们在两个形状之间添加了连接线。...

    docs.aspose.com/slides/zh/java/manage-smartart/