Sort Score
Result 10 results
Languages All
Labels All
Results 5,481 - 5,490 of 129,290 for

presentation

(0.11 sec)
  1. Merge PPTX Files Online or using Java | product...

    Free online app to combine different PPTX Presentations. Java merging library code to merge PPTX Presentation into format of your choice....using Presentation class object Select the one presentation as the...and get single merged PPTX Presentation Java Code to Merge PPTX...

    products.aspose.com/total/java/merge/pptx/
  2. 在 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...
  3. 在 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...
  4. 在 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...
  5. Convert WORD to POTM via Java or with free Onli...

    Java API to Export WORD to POTM without using Microsoft Word or PowerPoint or online. Test free WORD to POTM online converter quickly before integrating the code....for Java to create a new Presentation. This library allows you...write HTML content in the Presentation and save it as POTM. The...

    products.aspose.com/total/java/conversion/word-...
  6. 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
  7. Extract Text and Images from PPTX File Online a...

    Online PPTX file parser app. Java API code to extract images and text from PPTX Presentation.... Download Parse PPTX Presentation via Online App Import PPTX...view instantly. Parse PPTX Presentation via Java Add library reference...

    products.aspose.com/total/java/parse/pptx/
  8. PPTX document chart using .NET | products.aspos...

    C# source code to draw and convert chart or diagram in PPTX file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms.... Create Presentation class object. Select Slide...in a Presentation Presentation pres = new Presentation(); ISlide...

    products.aspose.com/slides/net/chart/pptx/
  9. Edit PPT in Python | products.aspose.com

    Edit PPT in Python. Use Python library API to edit PowerPoint Presentation...and edit presentations. You can edit a PPT presentation by adding...as slides with slides . Presentation( "pres.ppt" ) as pres: shape...

    products.aspose.com/slides/python-net/editor/ppt/
  10. Edit PPT in C++ | products.aspose.com

    Edit PPT in C++. Use C++ library API to edit PowerPoint Presentation...and edit presentations. You can edit a PPT presentation by adding...= System :: MakeObject < Presentation > ( u "pres.ppt" ); auto...

    products.aspose.com/slides/cpp/editor/ppt/