Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 130,003 for

presentation

(0.1 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 POTM to SWF using Java | products.aspos...

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

    Sample Java conversion code for PPSM format to OTP file. Use this example code to export PowerPoint & OpenOffice Presentations to OTP 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...
  5. 获取所有幻灯片中的全部文本|Aspose.Slides 文档

    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....presentationFile ) { // Open the presentation as read-only. using ( PresentationDocument... false )) { // Pass the presentation to the next CountSlides...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  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. FAQ|Aspose.Slides for Python Documentation

    Get answers to FAQ on Aspose.Slides for Python via .NET, covering PowerPoint and OpenDocument support, installation guidance, licensing, troubleshooting....when working with large presentations, changing slide sizes, previewing...slides, retrieving text from presentations, formatting table borders...

    docs.aspose.com/slides/python-net/faq/
  8. FAQ|Aspose.Slides Documentation

    Get answers to FAQ on Aspose.Slides for C++, covering PowerPoint and OpenDocument support, installation guidance, licensing, troubleshooting....when working with large presentations, changing slide sizes, previewing...slides, retrieving text from presentations, formatting table borders...

    docs.aspose.com/slides/cpp/faqs/
  9. Merge POTX Files using .NET | products.aspose.com

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

    products.aspose.com/slides/net/merger/potx/
  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/