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

presentation

(0.12 sec)
  1. 在 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...
  2. 在 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...
  3. Aspose.Slides/Net6.Crossplatform Latest Version...

    Hello. Our company uses the following libraries: Aspose.Slides.Net6 for apps targetting net47 Aspose.Slides.Net6.Crossplatform for our application running under net8, Linux containers. The current versions we run are …...following: using (Presentation presentation = new Presentation(pptFilePath))...Compress.RemoveUnusedMasterSl(presentation); Compress.RemoveUnused...

    forum.aspose.com/t/aspose-slides-net6-crossplat...
  4. View and Update Powerpoint Properties Online or...

    View and modify Powerpoint properties through online app for free. Java API code to update Powerpoint properties....Load Powerpoint file using Presentation class Get all Properteis...setAuthor, setSubject Save the presentation with the updated metedata...

    products.aspose.com/total/java/metadata/powerpo...
  5. Convert HTML to PDF in Python | products.aspose...

    Convert HTML to PDF in Python. Use Python library API to convert HTML files to PDFs...PowerPoint and OpenOffice presentation files without the use of...creating and manipulating presentation files. Moreover, it provides...

    products.aspose.com/slides/python-net/conversio...
  6. Convert Image to PDF in Python | products.aspos...

    Convert Image to PDF in Python. Use Python library API to convert Image files to PDFs...PowerPoint and OpenOffice presentation files without the use of...creating and manipulating presentation files. Moreover, it provides...

    products.aspose.com/slides/python-net/conversio...
  7. Convert TXT to POWERPOINT in Android Apps or wi...

    TXT to POWERPOINT conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free TXT to POWERPOINT online converter quickly before integrating the code....as creating a PowerPoint presentation from a text document. How...Java, you can create a new Presentation, write HTML content in it...

    products.aspose.com/total/android-java/conversi...
  8. Convert HTML to Image in C++ | products.aspose.com

    Convert HTML to Image in C++. Use C++ library API to convert HTML files to Images...PowerPoint and OpenOffice presentation files without the use of...creating and manipulating presentation files. Moreover, it provides...

    products.aspose.com/slides/cpp/conversion/html-...
  9. 在 Python 中为 PowerPoint 图表添加动画|Aspose.Slides for...

    使用 Aspose.Slides 在 Python 中创建惊艳的动态图表。通过 PPT、PPTX 和 ODP 文件中的动态视觉效果提升演示文稿——立即开始。...实例化表示演示文稿文件的 Presentation 类 with slides . Presentation ( path + "ExistingChart...pptx" ) as presentation : # 获取图表对象的引用 slide = presentation . slides...

    docs.aspose.com/slides/zh/python-net/animated-c...
  10. Pptx文件内容-文本替换功能 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 针对pptx文件内容的替换功能 如何把A文字替换成B文字呢,麻烦提供下相关示例代码...请尝试使用以下代码示例: Presentation presentation1 = new Presentation("presentation1...pptx"); Presentation presentation2 = new Presentation("presentation2...

    forum.aspose.com/t/pptx/326713