Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 130,000 for

presentation

(0.21 sec)
  1. Convert PPTX to ODP in Node.js | products.aspos...

    Convert PPTX to ODP in Node.js. Use Node.js library API to convert PPTX files to ODPs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  2. Convert DOCX to POTM in Python or with free Onl...

    DOCX to POTM conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOCX to POTM online converter quickly before integrating the code....the POTM format used for presentations. Therefore, if a Python...file with an instance of Presentation class Call the save method...

    products.aspose.com/total/python-net/conversion...
  3. Convert POTM to SVG in Node.js | products.aspos...

    Convert POTM to SVG in Node.js. Use Node.js library API to convert POTM files to SVGs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  4. Convert PPSM to SVG in Node.js | products.aspos...

    Convert PPSM to SVG in Node.js. Use Node.js library API to convert PPSM files to SVGs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  5. Online ODP File Comparison or Build Android Mob...

    Free online app to Compare different ODP files. Android comparison library code for ODP documents....both ODP documents using Presentation class. Iterate through each...each slide of both presentations and compare one by one. Code...

    products.aspose.com/total/android-java/compare/...
  6. C++ API to Convert PCL to OTP | products.aspose...

    Convert PCL to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...Load PPTX document by using Presentation class reference Save the...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/cpp/conversion/pcl-to...
  7. Set Captions to OLE Icons in Python|Aspose.Slid...

    Discover how to set captions for OLE object icons in PPT, PPTX and ODP Presentations with Aspose.Slides for Python .NET, enhancing slides with custom labels.... Presentation () as presentation : slide = presentation . slides...) # Add an image to the presentation's image collection with...

    docs.aspose.com/slides/python-net/set-caption-t...
  8. 在 Python 中管理 PowerPoint 演示文稿主题|Aspose.Slides fo...

    在 Aspose.Slides for Python via .NET 中掌握演示文稿主题,以创建、定制和转换具有一致品牌标识的 PowerPoint 文件。... Presentation () as presentation : slide = presentation . slides.... SchemeColor . ACCENT4 presentation . master_theme . color_scheme...

    docs.aspose.com/slides/zh/python-net/presentati...
  9. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...example: auto presentation = MakeObject<Presentation>(u"Test1.pptx");...try { for (auto&& slide : presentation->get_Slides()) { for (auto&&...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...
  10. 在 Python 中向演示文稿添加视频|Aspose.Slides for Python 文档

    学习使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 幻灯片中以编程方式添加和提取视频帧。快速操作指南。... 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一个...as slides with slides . Presentation ( path + "pres.pptx" ) as...

    docs.aspose.com/slides/zh/python-net/video-frame/