Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 126,354 for

presentation

(0.09 sec)
  1. 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/
  2. 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/
  3. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the .NET Modern API for seamless PowerPoint and OpenDocument automation....follows: using ( Presentation pres = new Presentation ()) { IPPImage...instance of IImage to the presentation's images. ppImage = pres...

    docs.aspose.com/slides/net/modern-api/
  4. Convert ODP to BMP in Python | products.aspose.com

    Sample code for ODP to BMP Python conversion. Use PowerPoint Python API for batch conversion ODP 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/python-net/conversio...
  5. Convert ODP to PNG in Python | products.aspose.com

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

    products.aspose.com/slides/python-net/conversio...
  6. Convert PPTM to EMF in Python | products.aspose...

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

    products.aspose.com/slides/python-net/conversio...
  7. Convert PPTX to SVG in Python | products.aspose...

    Sample code for PPTX to SVG Python conversion. Use PowerPoint Python API for batch conversion PPTX 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/python-net/conversio...
  8. Convert POTX to JPG in Python | products.aspose...

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

    products.aspose.com/slides/python-net/conversio...
  9. 使用 Java 管理演示文稿中的音频|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/audio-frame/
  10. Merge POTX Files using Java | products.aspose.com

    Java sample code to combine POTX documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....file with an instance of Presentation class. Load the second POTX...document with an instance of Presentation class. Loop through each...

    products.aspose.com/slides/java/merger/potx/