Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 126,864 for

presentation

(0.36 sec)
  1. 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-...
  2. 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...
  3. Merge PPSM Files via C++ | products.aspose.com

    C++ example code to combine PPSM 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/ppsm/
  4. Portable Document Format (PDF)|Aspose.Slides 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....for Java lets you convert presentation files to PDF. PDF in Aspose...Aspose.Slides for Java Any presentation that can be loaded into...

    docs.aspose.com/slides/java/portable-document-f...
  5. Format Text Using VSTO and Aspose.Slides for .N...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and format text in PowerPoint (PPT, PPTX) Presentations with precise control....shows how to read a sample presentation with some text on the first...following steps: Open the source presentation. Access the first slide...

    docs.aspose.com/slides/net/format-text-using-vs...
  6. 幻灯片切换|Aspose.Slides for Node.js via .NET 文档

    PowerPoint 幻灯片切换,PowerPoint 在 JavaScript 中的 Morph 切换...要创建一个简单的幻灯片切换效果,请按以下步骤操作: 创建 Presentation 类的实例。 通过 TransitionType...写入修改后的演示文稿文件。 // 实例化 Presentation 类以加载源演示文稿文件 var presentation = new aspose...

    docs.aspose.com/slides/zh/nodejs-java/slide-tra...
  7. How to Insert Image into PowerPoint Table using...

    This topic guides on how to insert Image into PowerPoint Table using Java. It encompasses all the requisite information and a working sample code to add table image in PowerPoint using Java....the Presentation class instance to add a new presentation and...loaded image inside the presentation image collection Load the...

    kb.aspose.com/slides/java/how-to-insert-image-i...
  8. Animate PowerPoint Charts in Python|Aspose.Slid...

    Create stunning animated charts in Python with Aspose.Slides. Boost Presentations with dynamic visuals in PPT, PPTX and ODP files—get started now....steps listed below: Load a presentation. Get reference of the chart...Animate the series. Write the presentation file to disk. In the example...

    docs.aspose.com/slides/python-net/animated-charts/
  9. C++ API to Convert XSLFO to XAML | products.asp...

    Convert XSLFO to XAML via C++ without using Microsoft Word or Adobe Acrobat Reader...Load PPTX document by using Presentation class reference Save the...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/cpp/conversion/xslfo-...
  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/