Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 143,414 for

pptx

(0.08 sec)
  1. View or Edit FODP Files Metadata using Java | p...

    Java source code to edit or view FODP format metadata....Slides Java Metadata Fodp PPT PPTX ODP POT ppsx FODP Edit FODP...POTX PPS PPSM PPSX PPT PPTM PPTX...

    products.aspose.com/slides/java/metadata/fodp/
  2. View or Edit ODP Files Metadata using Java | pr...

    Java source code to edit or view ODP format metadata....Slides Java Metadata Odp PPT PPTX ODP POT ppsx ODP Edit ODP properties...POTX PPS PPSM PPSX PPT PPTM PPTX...

    products.aspose.com/slides/java/metadata/odp/
  3. View or Edit POT Files Metadata using Java | pr...

    Java source code to edit or view POT format metadata....Slides Java Metadata Pot PPT PPTX ODP POT ppsx POT Edit POT properties...POTX PPS PPSM PPSX PPT PPTM PPTX...

    products.aspose.com/slides/java/metadata/pot/
  4. View or Edit PPTM Files Metadata using C++ | pr...

    C++ source code to edit or view PPTM format metadata....Slides C++ Metadata Pptm PPT PPTX ODP POT ppsx PPTM Edit PPTM...POTM POTX PPS PPSM PPSX PPT PPTX...

    products.aspose.com/slides/cpp/metadata/pptm/
  5. How to Add Image Watermark in Presentation usin...

    This short tutorial will guide you on how to add image watermark in presentation using Java. With the help of these steps, you can insert image watermark in presentation using Java at different positions and angles in a slide....presentation will be saved as PPTX however it can be saved in any...watermark in presentation Load the PPTX file into the Presentation class...

    kb.aspose.com/slides/java/how-to-add-image-wate...
  6. Extract Flash Objects from Presentations in PHP...

    Learn how to extract Flash objects from PowerPoint and OpenDocument slides with Aspose.Slides for PHP via Java, complete code samples and best practices....Presentation class that represents the PPTX $pres = new Presentation ();...PowerPoint formats such as PPT and PPTX, since it can load these containers...

    docs.aspose.com/slides/php-java/flash/
  7. Manage Presentation Shapes in .NET|Aspose.Slide...

    Learn to create, edit and optimize shapes in Aspose.Slides for .NET and deliver high-performance PowerPoint presentations....pptx" )) { ISlide slide = p . Slides...the modified presentation as a PPTX file. The example below adds...

    docs.aspose.com/slides/net/shape-manipulations/
  8. Convert PowerPoint Slides to PNG on Android|Asp...

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for Android via Java, ensuring precise, automated results....PowerPoint to PNG Converters : PPTX to PNG and PPT to PNG . They...pres = new Presentation ( "pres.pptx" ); try { for ( int index =...

    docs.aspose.com/slides/androidjava/convert-powe...
  9. 使用 Java 优化演示文稿中的图像管理|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 中简化图像管理,优化性能并实现工作流自动化。...pptx" , SaveFormat . Pptx ); } finally { if...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/zh/java/image/
  10. Customize Pie Charts in Presentations Using PHP...

    Learn how to create and customize pie charts with Aspose.Slides for PHP via Java, exportable to PowerPoint, boosting your data storytelling in seconds....pptx" , SaveFormat :: Pptx ); } finally { if...the modified presentation to a PPTX file. # Create an instance of...

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