Sort Score
Result 10 results
Languages All
Labels All
Results 8,651 - 8,660 of 10,839 for

presentation to html

(0.21 sec)
  1. Merge ODP Files using .NET | products.aspose.com

    C# source code To combine ODP documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.odp" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/odp/
  2. Convert VSDM to XAML via Python | products.aspo...

    Sample Python conversion code for VSDM format To XAML file. Use this example code To convert VSDM To XAML within any Python based application....applications based on Windows Presentation Foundation (WPF). Though...(Enhanced Metafile Format) VSDM TO HTML (Hyper Text Markup Language)...

    products.aspose.com/diagram/python-net/conversi...
  3. Convert VSTX to XAML via Python | products.aspo...

    Sample Python conversion code for VSTX format To XAML file. Use this example code To convert VSTX To XAML within any Python based application....applications based on Windows Presentation Foundation (WPF). Though...(Enhanced Metafile Format) VSTX TO HTML (Hyper Text Markup Language)...

    products.aspose.com/diagram/python-net/conversi...
  4. 在C++中將PPT轉換為視頻 | products.aspose.com

    用 C++ 將 PPT 轉換為視頻。使用 C++ 庫 API 將 PowerPoint 轉換為視頻...auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slide( 0 ); // Adds a smile...

    products.aspose.com/slides/zh-hant/cpp/conversi...
  5. Convert VSX to XAML via Java | products.aspose.com

    Sample Java conversion code for VSX format To XAML file. Use this example code To convert VSX To XAML within any Web or DeskTop Java based application....applications based on Windows Presentation Foundation (WPF). Though...(Enhanced Metafile Format) VSX TO HTML (Hyper Text Markup Language)...

    products.aspose.com/diagram/java/conversion/vsx...
  6. Convert VSS to XAML via Python | products.aspos...

    Sample Python conversion code for VSS format To XAML file. Use this example code To convert VSS To XAML within any Python based application....applications based on Windows Presentation Foundation (WPF). Though...(Enhanced Metafile Format) VSS TO HTML (Hyper Text Markup Language)...

    products.aspose.com/diagram/python-net/conversi...
  7. Extract text and images from PPTX document via ...

    C++ example code To extract text and images from PPTX file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....SharedPtr<Presentation> presentation = MakeObject<Presentation>(sourceFilePath);...SlideUtil::GetAllTextBoxes(presentation->get_Slides()->idx_get(...

    products.aspose.com/slides/cpp/parser/pptx/
  8. Product Overview|Aspose.Slides Documentation

    Aspose.Slides for .NET lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) Presentations without Microsoft Office....allows you to save your presentations in a variety of ways. For...example, you can save your presentations in PPT; you can also save...

    docs.aspose.com/slides/net/product-overview/
  9. Efficiently Merge Presentations in JavaScript|A...

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) Presentations in JavaScript with Aspose.Slides for Node.js, streamlining your workflow....Efficiently Merge Presentations in JavaScript Contents [ Hide...Hide ] Presentation Merging When you merge one presentation to another...

    docs.aspose.com/slides/nodejs-java/merge-presen...
  10. 在 Android 上管理演示文稿中的 OLE|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 优化 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。无缝嵌入、更新和导出 OLE 内容。...将其嵌入到幻灯片中作为 OLE 对象框,您可以按以下方式操作: 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 将 Excel...OLE 对象。 Presentation presentation = new Presentation (); SizeF...

    docs.aspose.com/slides/zh/androidjava/manage-ole/