Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 61,450 for

java pptx

(0.11 sec)
  1. Convert POTX to BMP in PHP | products.aspose.com

    Sample code for POTX to BMP PHP conversion. Use PowerPoint PHP API for batch conversion POTX files to BMP files....via Java Conversion POTX to BMP HTML JPG PDF SVG PPT PPTX Convert...BMP Aspose.Slides for PHP via Java Overview Code Samples Live Demos...

    products.aspose.com/slides/php-java/conversion/...
  2. Convert POTX to PNG in PHP | products.aspose.com

    Sample code for POTX to PNG PHP conversion. Use PowerPoint PHP API for batch conversion POTX files to PNG files....via Java Conversion POTX to PNG HTML JPG PDF SVG PPT PPTX Convert...PNG Aspose.Slides for PHP via Java Overview Code Samples Live Demos...

    products.aspose.com/slides/php-java/conversion/...
  3. Convert POTX to JPG in PHP | products.aspose.com

    Sample code for POTX to JPG PHP conversion. Use PowerPoint PHP API for batch conversion POTX files to JPG files....via Java Conversion POTX to JPG HTML JPG PDF SVG PPT PPTX Convert...JPG Aspose.Slides for PHP via Java Overview Code Samples Live Demos...

    products.aspose.com/slides/php-java/conversion/...
  4. Manage Presentation Shapes in PHP|Aspose.Slides...

    Learn to create, edit and optimize shapes in Aspose.Slides for PHP via Java and deliver high-performance PowerPoint presentations....Slides for PHP via Java and iterate through all shapes...Presentation ( "FindingShapeInSlide.pptx" ); try { $slide = $pres ->...

    docs.aspose.com/slides/php-java/shape-manipulat...
  5. Video|Aspose.Slides for Node.js via .NET Docume...

    Add and control videos with Aspose.Slides for Node.js: insert, play, trim, set poster frames, and export with examples for PPT, Pptx, and ODP presentations....js via Java . Add a Video Frame Add a video...( "video.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  6. Manage Presentation Hyperlinks on Android|Aspos...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java—enhance interactivity and workflow in minutes....Slides for Android via Java allows you to perform many tasks...URL Hyperlinks to Text This Java code shows you how to add a...

    docs.aspose.com/slides/androidjava/manage-hyper...
  7. JavaScript 中创建或更新 PowerPoint 演示文稿图表|Aspose.Sl...

    JavaScript 中于 PowerPoint 演示文稿创建图表...Contents [ Hide ] 概述 本文介绍如何在 Java 中 创建 PowerPoint 演示文稿图表 。您还可以...。本文涵盖以下主题。 图表 : 普通 Java 创建 PowerPoint 图表 Java 创建演示文稿图表 Java 创建 PowerPoint...

    docs.aspose.com/slides/zh/nodejs-java/create-ch...
  8. Remove Slides from Presentations on Android|Asp...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Android. Get clear Java code examples and boost your workflow.... This Java code shows you how to remove...pres = new Presentation ( "demo.pptx" ); try { // Accesses a slide...

    docs.aspose.com/slides/androidjava/remove-slide...
  9. Note|Aspose.Slides for Node.js via .NET Documen...

    Work with slide notes in Aspose.Slides for Node.js: add, read, edit, and export speaker notes in PPT, Pptx, and ODP using clear JavaScript examples....js via Java . Add a Notes Slide Create a...( "note.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  10. Can't Check If a PowerPoint Presentation Is of ...

    I want to check for a presentation if it is of type pptm, but SourceFormat has no Pptm type, is there any other method to check it? IPresentation presentation = new Presentation(inputPath); int retval = 0; switch (pres…...PPTM in Java Aspose.Slides Product Family slides-java , slides-formats...case SourceFormat.Pptx: retval = SaveFormat.Pptx; break; case SourceFormat...

    forum.aspose.com/t/cant-check-if-a-powerpoint-p...