Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 113,574 for

presentation

(0.05 sec)
  1. 在 C# 中將 PDF 轉換為 TIFF | products.aspose.com

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

    products.aspose.com/slides/zh-hant/net/conversi...
  2. Public API and Backwards Incompatible Changes i...

    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....may be used: Presentation pres = new Presentation ( inFileName...Categories animation: Presentation pres = new Presentation ( inFileName...

    docs.aspose.com/slides/java/public-api-and-back...
  3. 在 C# 中將 HTML 轉換為圖像 | products.aspose.com

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

    products.aspose.com/slides/zh-hant/net/conversi...
  4. Convert PPTM to ODT via C# .NET or with free On...

    Convert PowerPoint pptm documents to Word odt files with C#. Convert multiple files within ASP.NET or other .NET applications....Microsoft PowerPoint PPTM Presentation to Word ODT document conversion...for any PowerPoint pptm presentation to Word odt files batch...

    products.aspose.com/total/net/conversion/pptm-t...
  5. Exporting Presentations to HTML with Externally...

    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....Exporting Presentations to HTML with Externally Linked Images...HtmlOptions class to export the presentation to HTML having externally...

    docs.aspose.com/slides/cpp/exporting-presentati...
  6. Convert DOT to PPS in Python or with free Onlin...

    DOT to PPS conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOT to PPS online converter quickly before integrating the code....files are used to store presentations and are created by Microsoft...save the created PDF into a Presentation as a PPS format. The Aspose...

    products.aspose.com/total/python-net/conversion...
  7. Convert DOCX to POWERPOINT in Python or with fr...

    DOCX to POWERPOINT conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOCX to POWERPOINT online converter quickly before integrating the code....save the created PDF into a Presentation as a POWERPOINT format....editing, and converting presentations, as well as adding charts...

    products.aspose.com/total/python-net/conversion...
  8. Convert PPSX to FODS via C++ or with free Onlin...

    Export PPSX to FODS in C++ without using Microsoft Excel or Powerpoint or online. Test free PPSX to FODS online converter quickly before integrating the code....PPSX to FODS The Portable Presentation Format (PPSX) is a file...file format used to store presentations created with Microsoft PowerPoint...

    products.aspose.com/total/cpp/conversion/ppsx-t...
  9. Convert DOTM to POT in Python or with free Onli...

    DOTM to POT conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOTM to POT online converter quickly before integrating the code....save the created PDF into Presentation as a POT format. How to...file with an instance of Presentation class Call the save method...

    products.aspose.com/total/python-net/conversion...
  10. 通過 .NET 合併 PPS 文件 | products.aspose.com

    用於在 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上組合 PPS 文檔的 C# 源代碼。...PPS 文件 - C# var ps1 = new Presentation( "presen1.pps" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/zh-hant/net/merger/pps/