Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 163,384 for

presentation

(0.08 sec)
  1. Convert PPSX to PPS using Java | products.aspos...

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

    Sample Java conversion code for PPT 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/ppt-...
  3. Convert PPT to SWF using Java | products.aspose...

    Sample Java conversion code for PPT 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/ppt-...
  4. Convert PPSX to PPSM using Java | products.aspo...

    Sample Java conversion code for PPSX format to PPSM file. Use this example code to export PowerPoint & OpenOffice Presentations to PPSM 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/ppsx...
  5. Convert PPSM to TIFF using Java | products.aspo...

    Sample Java conversion code for PPSM 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/ppsm...
  6. Convert PPSM to POTM using Java | products.aspo...

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

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

    Sample Java conversion code for POT 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/pot-...
  9. FontsManager | Aspose.Slides for C++ API Reference

    Manages fonts across the Presentation....Manages fonts across the presentation. class FontsManager : public...the fonts embedded in the presentation System::ArrayPtr < System::SharedPtr...

    reference.aspose.com/slides/cpp/aspose.slides/f...
  10. Merge ODP Files using .NET | products.aspose.com

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

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