Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 129,337 for

presentation

(0.58 sec)
  1. Convert ODP to SVG in PHP | products.aspose.com

    Sample code for ODP to SVG PHP conversion. Use PowerPoint PHP API for batch conversion ODP files to SVG files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  2. Convert POTX to BMP in PHP | products.aspose.com

    Sample code for POTX to BMP PHP conversion. Use PowerPoint PHP API for batch conversion POTX files to BMP files.... As a modern presentation processing API, Aspose.Slides...file with an instance of Presentation class Call the save method...

    products.aspose.com/slides/php-java/conversion/...
  3. Online PCL to XAML Conversion or Build .NET bas...

    Free online app to convert PCL to XAML files. .NET C# conversion library code for PCL documents....Load PPTX file by using Presentation class Save the document...instance of Presentation Presentation presentation = new Presentation...

    products.aspose.com/total/net/conversion/pcl-to...
  4. C++ API to Convert XPS to SWF | products.aspose...

    Convert XPS to SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...Slides for C++ is a powerful presentation manipulation API that enables...read, edit, and convert presentations. It supports a wide range...

    products.aspose.com/total/cpp/conversion/xps-to...
  5. Convert PPT to Word in C# | products.aspose.com

    Convert PPT to Word in C#. Use .NET library API to convert PowerPoint to Word...and convert PowerPoint presentations, Word documents, and other...moving the contents of a presentation’s slides to pages in a Word...

    products.aspose.com/slides/net/conversion/ppt-t...
  6. Technical Articles|Aspose.Slides Documentation

    Technical articles for Aspose.Slides for Android via Java: OLE, chart, HTML export, threading, and more—best practices for the PPT, PPTX and ODP formats....Slide Background from a Presentation as an Image Extract Images...Images from Presentation Shapes Multithreading in Aspose.Slides...

    docs.aspose.com/slides/androidjava/technical-ar...
  7. How to Add PPTX Slide Content to an Aspose.Word...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...); using var pres = new Presentation(pptxStream); float slideWidthPx...(var singleSlidePres = new Presentation()) { singleSlidePres.Slides...

    forum.aspose.com/t/how-to-add-pptx-slide-conten...
  8. Online XSLFO to XAML Conversion or Build .NET b...

    Free online app to convert XSLFO to XAML files. .NET C# conversion library code for XSLFO documents....Load PPTX file by using Presentation class Save the document...instance of Presentation Presentation presentation = new Presentation...

    products.aspose.com/total/net/conversion/xslfo-...
  9. 档案

    档案...Animation; using (Presentation presentation = new Presentation()) { //...animates it IAutoShape smile = presentation.Slides[ 0 ].Shapes.AddAutoShape(ShapeType...

    blog.aspose.com/zh/slides/convert-mp4-to-mp3-on...
  10. 使用 PHP 管理演示文稿中的音频|Aspose.Slides for PHP 文档

    在 Aspose.Slides for PHP 中创建和控制音频帧——提供嵌入、剪裁、循环以及在 PPT、PPTX 和 ODP 演示文稿中配置播放的代码示例。... 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 加载要嵌入到幻灯片中的音频文件流。...实例化表示演示文稿文件的 Presentation 类 $pres = new Presentation (); try { #...

    docs.aspose.com/slides/zh/php-java/audio-frame/