Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 141,321 for

pptx

(0.06 sec)
  1. Save Presentations in Python|Aspose.Slides for ...

    Discover how to save presentations in Python using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....pptx" , slides . export . SaveFormat . PPTX ) Save Presentations...presentation : with open ( "output.pptx" , "bw" ) as file_stream : #...

    docs.aspose.com/slides/python-net/save-presenta...
  2. Save Presentations in .NET|Aspose.Slides Docume...

    Discover how to save presentations in .NET using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....pptx" , SaveFormat . Pptx ); } Save Presentations...fileStream = new FileStream ( "Output.pptx" , FileMode . Create )) { //...

    docs.aspose.com/slides/net/save-presentation/
  3. Convert JPG to PPT in C++ | products.aspose.com

    Convert JPG to PPT in C++. Use C++ library API to convert JPG images to PowerPoint...pptx" , SaveFormat :: Pptx); How to convert...JPG TO PPTX PNG TO PPT PNG TO PPTX PDF TO PPT PDF TO PPTX HTML...

    products.aspose.com/slides/cpp/conversion/jpg-t...
  4. Export XSLFO to POT in Android | products.aspos...

    Android API to Convert XSLFO to POT without using Microsoft Word...various file formats, such as PDF, PPTX, and XSLFO. It provides two...first step is to export XSLFO to PPTX by using Aspose.PDF for Android...

    products.aspose.com/total/android-java/conversi...
  5. Convert image to PPT in C# | products.aspose.com

    Convert image to PPT in C#. Use .NET library API to convert image to PowerPoint...IMAGE TO PPTX JPG TO PPT JPG TO PPTX PNG TO PPT PNG TO PPTX PDF TO...TO PPT PDF TO PPTX HTML TO PPT HTML TO PPTX...

    products.aspose.com/slides/net/conversion/image...
  6. Presentation Format|Aspose.Slides for Python Do...

    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" ) if info . load_format ==...slides . LoadFormat . PPTX : print ( "PPTX" ) elif info . load_format...

    docs.aspose.com/slides/python-net/presentation-...
  7. Add Chart to PowerPoint Presentations using Jav...

    Java source code to add chart to PowerPoint presentations...Slides Java Chart PPT PPTX Create Chart in PowerPoint documents... Create Charts PPTX How to Add Chart to PPTX file using Aspose...

    products.aspose.com/slides/java/chart/
  8. Manage Picture Frames in Presentations on Andro...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java. Streamline your workflow and enhance slide designs....the modified presentation as a PPTX file. This Java code shows you...Presentation class that represents a PPTX file Presentation pres = new...

    docs.aspose.com/slides/androidjava/picture-frame/
  9. Group Presentation Shapes in .NET|Aspose.Slides...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for .NET—fast, step-by-step guide with free C# code....the modified presentation as a PPTX file. The example below adds...the PPTX file to disk pres . Save ( "GroupShape_out.pptx" , SaveFormat...

    docs.aspose.com/slides/net/group/
  10. Group Presentation Shapes in Java|Aspose.Slides...

    Learn to group and ungroup shapes in PowerPoint decks using Aspose.Slides for Java—fast, step-by-step guide with free Java code....the modified presentation as a PPTX file. The example below adds...Write the PPTX file to disk pres . save ( "GroupShape.pptx" , SaveFormat...

    docs.aspose.com/slides/java/group/