Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 126,344 for

presentation

(0.12 sec)
  1. Convert OTP to TIFF using Java | products.aspos...

    Sample Java conversion code for OTP format to TIFF file. Use this example code to export PowerPoint & OpenOffice Presentations to TIFF 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/otp-...
  2. Convert PPS to PPSX using Java | products.aspos...

    Sample Java conversion code for PPS format to PPSX file. Use this example code to export PowerPoint & OpenOffice Presentations to PPSX 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/pps-...
  3. Convert PPSM to POT using Java | products.aspos...

    Sample Java conversion code for PPSM format to POT file. Use this example code to export PowerPoint & OpenOffice Presentations to POT 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...
  4. Convert OTP to PPSX using Java | products.aspos...

    Sample Java conversion code for OTP format to PPSX file. Use this example code to export PowerPoint & OpenOffice Presentations to PPSX 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/otp-...
  5. Manage Chart Data Markers in Presentations on A...

    Customize chart data markers in Aspose.Slides for Android, boosting Presentation impact across PPT and PPTX formats with clear Java code examples....Manage Chart Data Markers in Presentations on Android Contents [ Hide...steps below: Instantiate Presentation class. Creating the default...

    docs.aspose.com/slides/androidjava/chart-data-m...
  6. Merge PPSX Files via C++ | products.aspose.com

    C++ example code to combine PPSX documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/ppsx/
  7. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....can only be loaded from a presentation file and can’t be created...usage: using ( Presentation pres = new Presentation ()) { ISmartArt...

    docs.aspose.com/slides/net/public-api-and-backw...
  8. Convert DOCX to POT in Android Apps or with fre...

    DOCX to POT conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free DOCX to POT online converter quickly before integrating the code....Java, you can create a new Presentation, write HTML content in it...to work with PowerPoint presentations, such as creating, editing...

    products.aspose.com/total/android-java/conversi...
  9. C++ API to Convert XML to POTM | products.aspos...

    Convert XML to POTM via C++ without using Microsoft Word or Adobe Acrobat Reader...used to store PowerPoint presentations. It is a compressed file...is also used to store the presentation’s layout, formatting, and...

    products.aspose.com/total/cpp/conversion/xml-to...
  10. Merge PPTX Files using .NET | products.aspose.com

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

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