Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 3,542 for

presentation to xps

(0.13 sec)
  1. Can the Aspose.Slides Editor Add a New Slide, S...

    I would like To know aspose.slides ediTor element can support case add new slide, shape, image and etc. or not??? Please help To answer my question...to work with PowerPoint presentations programmatically. You can...create, edit, and convert presentations in various formats, such...

    forum.aspose.com/t/can-the-aspose-slides-editor...
  2. Merge POTX Files using Java | products.aspose.com

    Java sample code To combine POTX documents on Java Runtime Environment for JSP/JSF Application and DeskTop Applications....file with an instance of Presentation class. Load the second POTX...document with an instance of Presentation class. Loop through each...

    products.aspose.com/slides/java/merger/potx/
  3. 在 C# 中將圖像轉換為 JPG | products.aspose.com

    在 C# 中將圖像轉換為 JPG。使用 .NET 庫 API 將圖像轉換為 JPG 圖片。...開發人員和應用程序可以通過以下方式將 Image 轉換為 JPG: 創建一個 Presentation 類的實例。 加載圖像文件。 添加相框。 將文件另存為...C# 代碼 using (Presentation pres = new Presentation()) { IPPImage...

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

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

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

    在 C# 中將圖像轉換為 PDF。使用 .NET 庫 API 將圖像轉換為 PDF 文檔。...開發人員和應用程序可以通過以下方式將 Image 轉換為 PDF: 創建一個 Presentation 類的實例。 加載圖像。 添加相框。 調用 save...C# 代碼 using (Presentation pres = new Presentation()) { IPPImage...

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

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

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

    Discover Aspose.Slides for .NET: a powerful API To create, edit, auTomate, and convert PowerPoint and OpenDocument Presentations efficiently....fastest processing for this presentation document format. PPT to...method. XML Parser Specification (XPS) You can export all supported...

    docs.aspose.com/slides/net/features-overview/
  8. Convert PDF file to other formats|Aspose.PDF fo...

    Learn how To convert PDF documents To other formats such as Word, Excel, and image formats using Aspose.PDF in C++....PDF for C++ presents you online free application...online Aspose.PDF for C++ presents you online free application...

    docs.aspose.com/pdf/cpp/convert-pdf-to-other-fi...
  9. Features Overview|Aspose.Slides for Node.js via...

    Discover Aspose.Slides for Node.js via Java: a powerful API To create, edit, auTomate, and convert PowerPoint and OpenDocument Presentations efficiently....fastest processing for this presentation document format. PPT to...method. XML Parser Specification (XPS) You can export all supported...

    docs.aspose.com/slides/nodejs-java/features-ove...
  10. Extract text and images from PPT document via C...

    C++ example code To extract text and images from PPT 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/ppt/