Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 10,114 for

presentation

(0.06 sec)
  1. Convert PowerPoint Slides to Images in C++|Aspo...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for C++. Easily export PPTX and ODP slides to BMP, PNG, JPEG, TIFF, and more with high-quality results....PowerPoint and OpenDocument presentation slides into various image...convert the first slide of a presentation to a bitmap object and then...

    docs.aspose.com/slides/cpp/convert-slide/
  2. Import PowerPoint from PDF or HTML|Aspose.Slide...

    Import PowerPoint from PDF or HTML. Convert PDF to PowerPoint. Convert HTML to PowerPoint...NET , you can import presentations from files in other formats...to allow you to import presentations from PDF documents. Import...

    docs.aspose.com/slides/net/import-presentation/
  3. Manage SmartArt Shape|Aspose.Slides for Python ...

    Manage SmartArt in PowerPoint Presentations in Python...below: Create an instance of Presentation class. Obtain the reference...LayoutType. Write the modified presentation as a PPTX file. import aspose...

    docs.aspose.com/slides/python-net/manage-smarta...
  4. Convert PowerPoint to TIFF with Notes in Androi...

    Convert PowerPoint and OpenDocument Presentations to TIFF with notes using Aspose.Slides for Android via Java. Learn how to export slides with speaker notes efficiently....PowerPoint and OpenDocument presentations (PPT, PPTX, and ODP) with...not only export entire presentations with speaker notes but also...

    docs.aspose.com/slides/androidjava/convert-powe...
  5. Convert PowerPoint to TIFF with Notes in Java|A...

    Convert PowerPoint and OpenDocument Presentations to TIFF with notes using Aspose.Slides for Java. Learn how to export slides with speaker notes efficiently....PowerPoint and OpenDocument presentations (PPT, PPTX, and ODP) with...not only export entire presentations with speaker notes but also...

    docs.aspose.com/slides/java/convert-powerpoint-...
  6. Convert PowerPoint to TIFF with Notes in JavaSc...

    Convert PowerPoint and OpenDocument Presentations to TIFF with notes using Aspose.Slides for Node.js via Java. Learn how to export slides with speaker notes efficiently....PowerPoint and OpenDocument presentations (PPT, PPTX, and ODP) with...not only export entire presentations with speaker notes but also...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  7. Manage Blob|Aspose.Slides Documentation

    Manage Blob in PowerPoint Presentation using Java. Use Blob to reduce memory consumption in PowerPoint Presentation using Java. Add large file through Blob to PowerPoint Presentation using Java. Export large file through Blob from PowerPoint Presentation using Java. Load a large PowerPoint Presentation as Blob using Java....usually a large item (photo, presentation, document, or media) saved...content. Loading a large presentation through its stream will...

    docs.aspose.com/slides/java/manage-blob/
  8. 将 PowerPoint 转换为 TIFF|Aspose.Slides 文档

    在 Java 中将 PowerPoint 演示文稿转换为 TIFF...将 PowerPoint 转换为 TIFF 使用 Presentation 类暴露的 Save 方法,您可以快速将整个 PowerPoint...实例化表示演示文稿文件的 Presentation 对象 Presentation pres = new Presentation ( "presentation...

    docs.aspose.com/slides/zh/java/convert-powerpoi...
  9. 动画文本|Aspose.Slides for PHP 文档

    使用 Java 在 PowerPoint 中创建动画文本...画效果: $presentation = new Presentation ( "Presentation.pptx" );...选择要添加效果的段落 $autoShape = $presentation -> getSlides () -> get_Item...

    docs.aspose.com/slides/zh/php-java/animated-text/
  10. 导出图表|Aspose.Slides 文档

    在 C++ 中从 PowerPoint 演示文稿中获取图表图像... auto presentation = MakeObject < Presentation > ( u "test..."test.pptx" ); auto slide = presentation -> get_Slide ( 0 ); auto...

    docs.aspose.com/slides/zh/cpp/export-chart/