Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 129,136 for

presentation

(0.13 sec)
  1. Aspose.Slides Product Family

    Find answers about creating, converting, and editing Presentations in code without utilizing Microsoft PowerPoint....Answers How to Create Readonly Presentation using C# How to Strike Out...How to Merge PowerPoint Presentations using Java How to Merge...

    kb.aspose.com/slides/page/2/
  2. How to Create PowerPoint Slides in HTML using C#

    This article explores how to create PowerPoint slides in HTML using C#. It will provide configuration requirements, detailed steps and working examples of HTML Presentation using C#.... You can create a new presentation and save it as HTML or convert...convert an existing presentation to HTML for displaying it in...

    kb.aspose.com/slides/net/how-to-create-powerpoi...
  3. 在 C# 中创建演示查看器|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 .NET 中创建自定义演示查看器。无需 Microsoft PowerPoint 或其他办公软件,即可轻松显示 PowerPoint(PPTX、PPT)和 OpenDocument(ODP)文件。...从演示文稿幻灯片生成 SVG 图像,请按以下步骤操作: 创建 Presentation 类的实例。 按索引获取幻灯片引用。 打开文件流。...using ( Presentation presentation = new Presentation ( "sample...

    docs.aspose.com/slides/zh/net/presentation-viewer/
  4. Convert PPT and PPTX to PDF in Java [Advanced F...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in Java using Aspose.Slides, with fast code examples and advanced conversion options....Overview Converting PowerPoint presentations (PPT, PPTX, ODP, etc.) into...layout and formatting of your presentation. This guide demonstrates...

    docs.aspose.com/slides/java/convert-powerpoint-...
  5. Create 3D Presentations in Java|Aspose.Slides D...

    Generate interactive 3D Presentations in Java with Aspose.Slides effortlessly. Export quickly to PowerPoint and OpenDocument formats for versatile use....Create 3D Presentations in Java Contents [ Hide ] Overview Since...possible to create 3D in presentations. PowerPoint 3D is a way...

    docs.aspose.com/slides/java/3d-presentation/
  6. Extract Flash Objects from Presentations on And...

    Learn how to extract Flash objects from PowerPoint and OpenDocument slides in Java with Aspose.Slides for Android, complete code samples and best practices....Extract Flash Objects from Presentations on Android Contents [ Hide...Extract Flash Objects from Presentations Aspose.Slides for Android...

    docs.aspose.com/slides/androidjava/flash/
  7. Slide Transition|Aspose.Slides for Node.js via ...

    Master slide transitions in Aspose.Slides for Node.js: add, customize, and sequence effects and durations with examples for PPT, PPTX, and ODP Presentations....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  8. Efficiently Merge Presentations with Python|Asp...

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) Presentations with Aspose.Slides for Python via .NET, streamlining your workflow....Efficiently Merge Presentations with Python Contents [ Hide ]...] Optimize Your Presentation Merging With Aspose.Slides for Python...

    docs.aspose.com/slides/python-net/merge-present...
  9. Ink|Aspose.Slides Documentation

    Work with Ink in Aspose.Slides for .NET: draw, import, and edit strokes, adjust color and width, and export to PPT, PPTX, and ODP using C# examples....() { using var presentation = new Presentation ( "ink.pptx" );...); var slide = presentation . Slides [ 0 ]; if ( slide . Shapes...

    docs.aspose.com/slides/net/examples/elements/ink/
  10. 在 .NET 中管理演示文稿背景|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供提升演示效果的代码技巧。... 创建 Presentation 类的实例。 将幻灯片的 BackgroundType...// 创建 Presentation 类的实例。 using ( Presentation presentation = new...

    docs.aspose.com/slides/zh/net/presentation-back...