Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 129,958 for

presentation

(0.11 sec)
  1. Convert PPSM to SVG using Java | products.aspos...

    Sample Java conversion code for PPSM format to SVG file. Use this example code to export PowerPoint & OpenOffice Presentations to SVG within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/ppsm...
  2. Convert PPT to SVG using Java | products.aspose...

    Sample Java conversion code for PPT format to SVG file. Use this example code to export PowerPoint & OpenOffice Presentations to SVG within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/ppt-...
  3. How to Strike Out Text in PPTX using Python

    This topic focuses on how to strike out text in PPTX using Python. It includes the details to establish the environment, a step-wise process and a working example code to strike out PPTX text using Python....including generating the sample presentation, inserting autoshape, adding...empty presentation using an instance of the Presentation class...

    kb.aspose.com/slides/python/how-to-strike-out-t...
  4. Convert POWERPOINT to MHTML via C++ or with fre...

    Export POWERPOINT to MHTML in C++ without using Microsoft Excel or Powerpoint or online. Test free POWERPOINT to MHTML online converter quickly before integrating the code....when you need to share a presentation with someone who does not...that allows you to view the presentation in a web browser. It is...

    products.aspose.com/total/cpp/conversion/powerp...
  5. Convert TXT to ODP in Android Apps or with free...

    TXT to ODP conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free TXT to ODP online converter quickly before integrating the code....tasks, such as creating presentations from text documents, or...Android Java to create a new Presentation, write HTML content in it...

    products.aspose.com/total/android-java/conversi...
  6. Text Box|Aspose.Slides Documentation

    Work with text boxes in Aspose.Slides for .NET: add, format, align, wrap, autofit, and style text using C# for PPT, PPTX, and ODP Presentations....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // Create a rectangle shape (defaults...

    docs.aspose.com/slides/net/examples/elements/te...
  7. Convert PDF to POTM in Python | products.aspose...

    Sample code for PDF to POTM Python conversion. Use PowerPoint Python API for batch conversion PDF files to POTM files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/python-net/conversio...
  8. Convert PDF to PPSM in Python | products.aspose...

    Sample code for PDF to PPSM Python conversion. Use PowerPoint Python API for batch conversion PDF files to PPSM files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/python-net/conversio...
  9. Convert TXT to PPT in Android Apps or with free...

    TXT to PPT conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free TXT to PPT online converter quickly before integrating the code....Android Java to create a new Presentation, write HTML content in it...method Initialize a new Presentation object Extract content from...

    products.aspose.com/total/android-java/conversi...
  10. Merge PPTM Files using .NET | products.aspose.com

    C# source code to combine PPTM documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.pptm" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/pptm/