Sort Score
Result 10 results
Languages All
Labels All
Results 6,791 - 6,800 of 130,024 for

presentation

(0.29 sec)
  1. Convert DOCX to Excel via Java or Free Online A...

    Convert DOCX to Excel via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOCX to Excel online converter quickly before integrating the code....DOCX to ODP (OpenDocument Presentation Format) Convert DOCX to...(Microsoft PowerPoint Template Presentation) Convert DOCX to PPTX (Open...

    products.aspose.com/total/java/conversion/docx-...
  2. Convert EXCEL to PPT using Python or with free ...

    EXCEL to PPT conversion in your Python applications without using Microsoft Office or online. Test free EXCEL to PPT online converter quickly before integrating the code....PDF file into a PowerPoint presentation. In conclusion, Aspose.Total...Step 2 Load PDF file using Presentation class Call the save method...

    products.aspose.com/total/python-net/conversion...
  3. 在 Android 上为 PowerPoint 图表添加动画|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 Java 中创建惊艳的动态图表。通过 PPT 和 PPTX 文件中的动态视觉效果提升演示文稿——立即开始。...实例化表示演示文稿文件的 PresentationPresentation pres = new Presentation ( "ExistingChart...实例化表示演示文稿文件的 PresentationPresentation pres = new Presentation ( "ExistingChart...

    docs.aspose.com/slides/zh/androidjava/animated-...
  4. Excel to HTML - Use PresentationPreference Opti...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....to get a more attractive presentation of Excel reports. Please...an Excel report with the presentation preference turned on . AI...

    docs.aspose.com/cells/python-net/excel-to-html-...
  5. Convert XLTX to POWERPOINT using Python or with...

    XLTX to POWERPOINT conversion in your Python applications without using Microsoft Office or online. Test free XLTX to POWERPOINT online converter quickly before integrating the code....Step 2 Load PDF file using Presentation class Call the save method...content to be transformed into presentation-ready slide documents for...

    products.aspose.com/total/python-net/conversion...
  6. PPT中箭头虚线在导出图片的时候会变成实线 - Free Support Forum - as...

    产品和版本:Aspose.Slides for Python via. NET (Version: 25.7.0) 编程语言和版本: Python 3.8 部署环境: Ubuntu 20.04.6 LTS 代码片段: def convert_to_jpg(...): ... with slides_module.Presentation(ppt_path) as Presentation: for i…...Presentation(ppt_path) as presentation: for i in range(slide_count):...range(slide_count): bmp = presentation.slides[i].get_thumbnail(self...

    forum.aspose.com/t/ppt/322437
  7. Edit PDF in Java | products.aspose.com

    Edit PDF in Java. Use Java library API to edit PDF document...to manipulate and edit presentations, PDF documents, and other...editing PDF Presentation pres = new Presentation (); try { pres...

    products.aspose.com/slides/java/editor/pdf/
  8. Copying Paragraph and Portion in PPTX|Aspose.Sl...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Hide ] In order to format presentation text we need to format that...the copied values. Prevent Presentation Edits with Shape Locks Extracting...

    docs.aspose.com/slides/net/copying-paragraph-an...
  9. Ինչպես փոխարկել HTML-ը PowerPoint-ի՝ օգտագործել...

    Այս կարճ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել HTML-ը PowerPoint-ի՝ օգտագործելով C#: Այն պարունակում է մանրամասներ կազմաձևման, փուլային գործընթացի և գործարկվող կոդ՝ HTML-ը PowerPoint-ում C#-ի միջոցով տեղադրելու համար:...com/presentation/ppt/) կամ [PPTX](https://docs...[PPTX](https://docs.fileformat.com/presentation/pptx/) ըստ պահանջների: HTML-ը...

    kb.aspose.com/hy/slides/net/how-to-convert-html...
  10. 在 C++ 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C++ 示例代码添加、格式化和编辑图表。... 创建普通图表 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一...SharedPtr < Presentation > pres = MakeObject < Presentation > (); //访问第一张幻灯片...

    docs.aspose.com/slides/zh/cpp/create-chart/