Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 129,278 for

presentation

(0.26 sec)
  1. Online XSLFO to POTM Conversion or Build .NET b...

    Free online app to convert XSLFO to POTM 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-...
  2. Exception”Method Is Not Implemented” when Tryin...

    Hello when trying to open a .pptx in Aspose Slides v22.01 i get the following exception: com.aspose.slides.exceptions.NotImplementedException: The method or operation is not implemented … Wrapped by: com.aspose.slid…...is this: Presentation presentation = new Presentation("testdoc...c.pptx"); presentation.save("testdoc.pptx", SaveFormat.Pptx);...

    forum.aspose.com/t/exception-method-is-not-impl...
  3. Protect ODP document Online with password or us...

    Online ODP file password protection app. Android API Java code to apply password protection on ODP Presentations....applying password to ODP presentation through android. Download...library within the project Use Presentation class to create Use getProtectionManager()...

    products.aspose.com/total/android-java/protect/...
  4. Online POTX File Comparison or Build Android Mo...

    Free online app to Compare different POTX files. Android comparison library code for POTX documents....both POTX 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/...
  5. Online PPSX File Comparison or Build Android Mo...

    Free online app to Compare different PPSX files. Android comparison library code for PPSX documents....both PPSX 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. Online POTM File Comparison or Build Android Mo...

    Free online app to Compare different POTM files. Android comparison library code for POTM documents....both POTM 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/...
  7. 在 Python 中将 PowerPoint 演示文稿转换为 SWF Flash|Aspose...

    在 Python 中使用 Aspose.Slides 将 PowerPoint (PPT/PPTX) 转换为 SWF Flash。一步一步的代码示例,快速高质量输出,无需 PowerPoint 自动化。...将演示文稿转换为 Flash save 方法由 Presentation 类公开,可用于将整个演示文稿转换为 SWF 文档。您还可以使用...实例化一个表示演示文件的 Presentation 对象 presentation = slides . Presentation ( "pres...

    docs.aspose.com/slides/zh/python-net/convert-po...
  8. 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...
  9. 现代 API|Aspose.Slides for Python 文档

    现代 API...api import Presentation , SaveFormat , Images ,...import Dimension pres = Presentation (); # 从磁盘上的文件实例化一个可处置的 IImage...

    docs.aspose.com/slides/zh/python-java/modern-api/
  10. 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...