Sort Score
Result 10 results
Languages All
Labels All
Results 6,221 - 6,230 of 129,295 for

presentation

(0.1 sec)
  1. Convert POTX to PNG using C++ application | pro...

    Sample C++ conversion code for POTX document to PNG format. Use example code for batch POTX to PNG conversion within any C++ Application....Slides for C++ Presentation Object. Select the first...SharedPtr<Presentation> pres = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/potx-...
  2. Convert PPTX to GIF using C++ application | pro...

    Sample C++ conversion code for PPTX document to GIF format. Use example code for batch PPTX to GIF conversion within any C++ Application....Slides for C++ Presentation Object. Select the first...SharedPtr<Presentation> pres = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/pptx-...
  3. Convert POTX to BMP using C++ application | pro...

    Sample C++ conversion code for POTX document to BMP format. Use example code for batch POTX to BMP conversion within any C++ Application....Slides for C++ Presentation Object. Select the first...SharedPtr<Presentation> pres = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/potx-...
  4. 通過 .NET 合併 POTM 文件 | products.aspose.com

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

    products.aspose.com/slides/zh-hant/net/merger/p...
  5. 通過 .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/
  6. Copying Paragraph and Portion in PPTX|Aspose.Sl...

    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....Hide ] In order to format presentation text we need to format that...the copied values. Prevent Presentation Edits with Shape Locks Replacing...

    docs.aspose.com/slides/java/copying-paragraph-a...
  7. Convert EXCEL to POTM using Python | products.a...

    EXCEL to POTM conversion in your Python applications without using Microsoft Office...developer may need to create a presentation from the data stored in...Step 2 Load PDF file using Presentation class Call the save method...

    products.aspose.com/total/python-net/conversion...
  8. PowerPoint to PDF in Java - Accessibility Alt-T...

    Hi, I have encountered a problem while trying to transform a PowerPoint to PDF with the UA compliance using Aspose.Slides for Java (25.4). When trying out the result, a screen reader is not able to detect pictures or th…...to transform the presentation: Presentation pres = null; PdfOptions...FileOutputStream(fileOut)) { pres = new Presentation(is); for (var slide : pres...

    forum.aspose.com/t/powerpoint-to-pdf-in-java-ac...
  9. 在 C# 中將 JPG 轉換為圖像 | products.aspose.com

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

    products.aspose.com/slides/zh-hant/net/conversi...
  10. Edit PDF in Java | products.aspose.com

    Edit PDF in Java. Use Java library API to edit PDF document...to manipulate and edit presentations, PDF documents, and other...editing PDF Presentation pres = new Presentation (); try { pres...

    products.aspose.com/slides/java/editor/pdf/