Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 143,438 for

pptx

(0.27 sec)
  1. Manage Video Frames in Presentations Using Java...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Java. Fast how-to guide....pptx" ); try { // Loads the video..."pres-with-video.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/java/video-frame/
  2. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using Aspose.Slides for PHP for faster insights and smarter content audits....to find out what format (PPT, PPTX, ODP, and others) the presentation..."pres.pptx" ); echo ( $info -> getLoadFormat ()); // PPTX $info2...

    docs.aspose.com/slides/php-java/examine-present...
  3. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using JavaScript for faster insights and smarter content audits....to find out what format (PPT, PPTX, ODP, and others) the presentation...getPresentationInfo ( "pres.pptx" ); console . log ( info . getLoadFormat...

    docs.aspose.com/slides/nodejs-java/examine-pres...
  4. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using C++ for faster insights and smarter content audits....to find out what format (PPT, PPTX, ODP, and others) the presentation...GetPresentationInfo ( u "pres.pptx" ); // PPTX Console :: WriteLine (...

    docs.aspose.com/slides/cpp/examine-presentation/
  5. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for PHP via Java to ensure consistent typography in PowerPoint and OpenDocument presentations....the modified presentation as a PPTX file. This PHP code demonstrates...= new Presentation ( "Fonts.pptx" ); try { # Loads the source...

    docs.aspose.com/slides/php-java/font-replacement/
  6. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for Java to ensure consistent typography in PowerPoint and OpenDocument presentations....the modified presentation as a PPTX file. This Java code demonstrates...= new Presentation ( "Fonts.pptx" ); try { // Loads the source...

    docs.aspose.com/slides/java/font-replacement/
  7. Customize 3D Charts in Presentations in .NET|As...

    Learn how to create and customize 3-D charts in Aspose.Slides for .NET, with support for PPT and Pptx files—boost your presentations today....the modified presentation to a PPTX file. // Create an instance...( "Rotation3D_out.pptx" , SaveFormat . Pptx ); FAQ Which chart...

    docs.aspose.com/slides/net/3d-chart/
  8. Picture|Aspose.Slides for Python Documentation

    Work with pictures in Python using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) Access...slides . Presentation ( "picture.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Manage Video Frames in Presentations Using C++|...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for C++. Fast how-to guide....pptx" ); // Loads the video System..."pres-with-video.pptx" , SaveFormat :: Pptx ); Alternatively...

    docs.aspose.com/slides/cpp/video-frame/
  10. Manage Presentation Headers and Footers with Py...

    Use Aspose.Slides for Python via .NET to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....pptx" ) as presentation : # Set the..."output.pptx" , slides . export . SaveFormat . PPTX ) Manage...

    docs.aspose.com/slides/python-net/presentation-...