Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 3,408 for

presentation to xps

(0.1 sec)
  1. 通過 .NET 查看 PPSM 文件格式 | products.aspose.com

    用於在 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上加載、呈現和顯示 PPSM 文檔的 C# 源代碼。... 實例化一個 Presentation 對象並加載 PPSM 文件 創建一個用於格式化的...html" ; // instantiate a Presentation object & load the PPSM file...

    products.aspose.com/slides/zh-hant/net/viewer/p...
  2. Converting to Fixed-page Format|Aspose.Words fo...

    Save documents To PDF, Xps, HTML, XAML, PostScript, and PCL formats using Python....users to open (Adobe Acrobat, XPS Viewer), and sometimes edit (Adobe...page. Internally, the PDF or XPS format contains a description...

    docs.aspose.com/words/python-net/converting-to-...
  3. 通過 .NET 的 PPTX 文檔圖表 | products.aspose.com

    C# 源代碼,用於在 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上繪製和轉換 PPTX 文件中的圖表或圖表。... 創建 Presentation 類對象。 選擇幻燈片。 將圖表添加到幻燈片。 添加帶有數據的相關圖表系列。...in a Presentation Presentation pres = new Presentation(); ISlide...

    products.aspose.com/slides/zh-hant/net/chart/pptx/
  4. LaTeX code to PDF Conversion API | .NET

    LaTeX To PDF conversion functionality. Integrate this on-premise .NET library inTo your project or use cross-platform applications To convert LaTeX To PDF.... The API presented here can be used to create...code example: LaTeX to Images, XPS, PDF, or SVG conversion Input...

    products.aspose.com/tex/net/conversion/latex-to...
  5. TeX to TIFF Conversion API| Java

    TeX To TIFF conversion functionality. Integrate this on-premise Java library inTo your project or use cross-platform applications To convert TeX To TIFF.... The API presented here can be used to create...code example: TeX to Images, XPS, PDF, or SVG conversion Input...

    products.aspose.com/tex/java/conversion/tex-to-...
  6. LaTeX to JPEG Conversion API| .NET

    LaTeX To JPEG conversion functionality. Integrate this on-premise .NET library To your project or use cross-platform applications To convert LaTeX To JPEG.... The API presented here can be used to create...code example: LaTeX to Images, XPS, PDF, or SVG conversion Input...

    products.aspose.com/tex/net/conversion/latex-to...
  7. LaTeX to PDF Conversion API| Java

    LaTeX To PDF conversion functionality. Integrate this on-premise Java library inTo your project or use cross-platform applications To convert LaTeX To PDF.... The API presented here can be used to create...code example: LaTeX to Images, XPS, PDF, or SVG conversion Input...

    products.aspose.com/tex/java/conversion/latex-t...
  8. LaTeX to BMP Conversion API | .NET

    LaTeX To BMP conversion functionality. Integrate this on-premise .NET library inTo your project or use cross-platform applications To convert LaTeX To BMP.... The API presented here can be used to create...code example: LaTeX to Images, XPS, PDF, or SVG conversion Input...

    products.aspose.com/tex/net/conversion/latex-to...
  9. 通過 C++ 合併 PPS 文件 | products.aspose.com

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

    products.aspose.com/slides/zh-hant/cpp/merger/pps/
  10. 通過 .NET 合併 PPT 文件 | products.aspose.com

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

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