Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 124,845 for

presentation

(0.26 sec)
  1. How to Convert PPT to PPTX in Python

    This tutorial explains how to convert PPT to PPTX in Python. You will get a precise information about the environment settings, details configuration steps and a runnable sample code to transform PPT to PPTX in Python....the source PPT using the Presentation class with the specified...the beginning to set the presentation load format and the password...

    kb.aspose.com/slides/python/how-to-convert-ppt-...
  2. How to Convert ODP to PPTX in Python

    This small tutorial explains how to convert ODP to PPTX in Python. You will get a crisp information about the environment settings, details configuration steps and a runnable sample code to transform ODP to PPTX in Python....the source ODP using the Presentation class with the specified...object is created to set the presentation load format to ODP before...

    kb.aspose.com/slides/python/how-to-convert-odp-...
  3. How to Insert a Table in a Slide using Java

    This article guides on how to insert a table in a slide using Java. It provides all the details to establish the environment and a runnable sample code to make table in PowerPoint using Java....and saving the resultant presentation on the disk as PPTX , PPT...Create a new presentation using the Presentation class and get...

    kb.aspose.com/slides/java/how-to-insert-a-table...
  4. 在 C# 中將 PDF 轉換為 SVG | products.aspose.com

    在 C# 中將 PDF 轉換為 SVG。使用 .NET 庫 API 將 PDF 頁面轉換為 SVG 圖像...開發人員和應用程序可以通過以下方式將 PDF 轉換為 SVG: 創建一個 Presentation 類的實例。 加載 PDF 文件。 基於 PDF...C# 代碼 using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/zh-hant/net/conversi...
  5. 在 C# 中將 PDF 轉換為 PNG | products.aspose.com

    在 C# 中將 PDF 轉換為 PNG。使用 .NET 庫 API 將 PDF 頁面轉換為 PNG 圖像...開發人員和應用程序可以通過以下方式將 PDF 轉換為 PNG: 創建一個 Presentation 類的實例。 加載 PDF 文件。 基於 PDF...C# 代碼 using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/zh-hant/net/conversi...
  6. 在 C# 中將 PDF 轉換為 XML | products.aspose.com

    在 C# 中將 PDF 轉換為 XML。使用 .NET 庫 API 將 PDF 頁面轉換為 XML 文件...開發人員和應用程序可以通過以下方式將 PDF 轉換為 XML: 創建一個 Presentation 類的實例。 加載 PDF 文件。 基於 PDF...C# 代碼 using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/zh-hant/net/conversi...
  7. Manage Media|Aspose.Slides Documentation

    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....below: Create an instance of Presentation class. Get reference of...transition effect. Write the presentation as a PPTX file. In the example...

    docs.aspose.com/slides/cpp/manage-media/
  8. PPT vs PPTX|Aspose.Slides for Node.js via .NET ...

    Read about PPT vs PPTX differences in Aspose.Slides.... PPTX is a new presentation file format, based on the...common class to work with all presentation formats. It allows converting...

    docs.aspose.com/slides/nodejs-java/ppt-vs-pptx/
  9. Chart Shows Wrong Numeric Values When Convertin...

    Hi Team, I have a PPTX (attached) with 1 slide. Slide has a Chart with some numeric values. When I try to get image of the slide, I see that the numeric values appear different from that on the PPT. For example, 6.3% co…...Load the presentation using (Presentation presentation = new Presentation("sample...of slides in the presentation: " + presentation.Slides.Count);...

    forum.aspose.com/t/chart-shows-wrong-numeric-va...
  10. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in Java...Create an instance of the Presentation class. Get a slide’s reference...connection path. Save the presentation. This Java code shows you...

    docs.aspose.com/slides/androidjava/connector/