Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 4,525 for

presentation to xps

(0.12 sec)
  1. 通过 Java 将 OTP 转换为 BMP | products.aspose.com

    OTP 格式到 BMP 文件的示例 Java 转换代码。使用此示例代码将 PowerPoint 和 OpenOffice 演示文稿导出到任何基于 Web 或桌面 Java 的应用程序中的 BMP。... 使用 Presentation 类的实例加载 OTP 文件 遍历演示文稿中的每张幻灯片...Aspose.Slides Presentation presentation = new Presentation( "template...

    products.aspose.com/slides/zh/java/conversion/o...
  2. 通过 Java 将 PPSX 转换为 JPEG | products.aspose.com

    PPSX 格式到 JPEG 文件的示例 Java 转换代码。使用此示例代码可在任何基于 Web 或桌面 Java 的应用程序中将 PowerPoint 和 OpenOffice 演示文稿导出为 JPEG。... 使用 Presentation 类的实例加载 PPSX 文件 遍历演示文稿中的每张幻灯片...Aspose.Slides Presentation presentation = new Presentation( "template...

    products.aspose.com/slides/zh/java/conversion/p...
  3. 通过 .NET 合并 POTX 文件 | products.aspose.com

    用于在 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上组合 POTX 文档的 C# 源代码。...POTX 文件 - C# var ps1 = new Presentation( "presen1.potx" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/zh/net/merger/potx/
  4. index.xml

    2.0 http://www.w3.org/2005/ATom High Code APIs & Free Apps for PowerPoint File AuTomation – Conversión de presentaciones de Microsoft PowerPoint a múltiples archivos usando C#https://products.aspos......una instancia de la clase Presentation. step http://schema.org/HowToStep...using (Presentation pres = color:#66d9ef new Presentation()) display:flex;...

    products.aspose.com/slides/es/net/conversion/in...
  5. Product Overview|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....allows you to save your presentations in a variety of ways. For...example, you can save your presentations in PPT; you can also save...

    docs.aspose.com/slides/net/product-overview/
  6. 通過 Java 合併 PPSX 文件 | products.aspose.com

    用於在 JSP/JSF 應用程序和桌面應用程序的 Java 運行時環境中組合 PPSX 文檔的 Java 示例代碼。... 使用 Presentation 類的實例加載第一個 PPSX 文件。 使用 Presentation 類的實例加載第二個...first PPSX File Presentation prest1 = new Presentation( "prest1.ppsx"...

    products.aspose.com/slides/zh-hant/java/merger/...
  7. 通過 Java 合併 POT 文件 | products.aspose.com

    用於在 JSP/JSF 應用程序和桌面應用程序的 Java 運行時環境中組合 POT 文檔的 Java 示例代碼。... 使用 Presentation 類的實例加載第一個 POT 文件。 使用 Presentation 類的實例加載第二個...first POT File Presentation prest1 = new Presentation( "prest1.pot"...

    products.aspose.com/slides/zh-hant/java/merger/...
  8. How to Convert PDF to HTML in Python

    This brief tuTorial focuses on how To convert PDF To HTML in Python. It contains the environment setup details, stepwise procedure, and for creating a PDF To HTML converter Python code sample is also shared for your reference....in Python The above section presents a PDF to HTML Python code...if you want to explore PDF to XPS conversion, then refer to the...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  9. 通過 C++ 合併 POTX 文件 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境上組合 POTX 文檔。...Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/zh-hant/cpp/merger/p...
  10. 通过 C++ 合并 POT 文件 | products.aspose.com

    用于在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 运行时环境上组合 POT 文档的 C++ 示例代码。...Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/zh/cpp/merger/pot/