Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 129,204 for

presentation

(0.13 sec)
  1. Convert PPSX to POT using Java | products.aspos...

    Sample Java conversion code for PPSX 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/ppsx...
  2. Merge POT Files via C++ | products.aspose.com

    C++ example code to combine POT 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/pot/
  3. Merge PPS Files via C++ | products.aspose.com

    C++ example code to combine PPS 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/pps/
  4. Remove ODP Annotation using .NET | products.asp...

    C# source code to delete ODP format annotations on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....C# using (Presentation presentation = new Presentation( "example...from the presentation foreach ( var author in presentation.CommentAuthors)...

    products.aspose.com/slides/net/annotation/odp/
  5. Conversion to HTML|Aspose.Slides Documentation

    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....support for converting a presentation to HTML. Below is code snippet...//Instantiate a Presentation object that represents a presentation file...

    docs.aspose.com/slides/net/conversion-to-html/
  6. Convert PPT and PPTX to JPG in PHP|Aspose.Slide...

    Convert PowerPoint (PPT, PPTX) slides to high-quality JPG images in PHP with Aspose.Slides for PHP using fast, reliable code examples....convert PowerPoint PPT or PPTX presentation to JPG image. It is also...easy to implement your own presentation viewer, create the thumbnail...

    docs.aspose.com/slides/php-java/convert-powerpo...
  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.... using ( Presentation input = new Presentation ()) { IShapeCollection...using ( Presentation presentation = new Presentation ()) { uint...

    docs.aspose.com/slides/net/public-api-and-backw...
  8. 支持可中断库|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 使长时间运行的任务可取消。安全地中断 PowerPoint 和 OpenDocument 的渲染和转换,并提供示例。...InterruptionToken 并将 LoadOptions 实例传递给 Presentation 构造函数时,调用 InterruptionTokenSou...InterruptionTokenSou.Interrupt() 会中断与该 Presentation 关联的任何长时间运行的任务。 以下代码片段演示了中断正在运行的任务:...

    docs.aspose.com/slides/zh/net/support-for-inter...
  9. How to Add Headers & Footers to Presentations i...

    Learn how to add headers and footers in PowerPoint PPT, PPTX and ODP Presentations in .NET using both legacy and modern Aspose.Slides APIs....Add Headers & Footers to Presentations in .NET Contents [ Hide...All the classes that were present in old Aspose.Slides for .NET...

    docs.aspose.com/slides/net/how-to-add-header-fo...
  10. 在 Python 中将 PowerPoint 演示文稿转换为 Markdown|Aspose....

    使用 Aspose.Slides for Python via .NET 将 PowerPoint 和 OpenDocument 幻灯片(PPT、PPTX、ODP)转换为干净的 Markdown,自动化文档编写并保持格式。... 实例化一个 Presentation 来加载演示文稿。 调用 save 将其导出为 Markdown...slides . Presentation ( "presentation.pptx" ) as presentation : presentation...

    docs.aspose.com/slides/zh/python-net/convert-po...