Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 129,316 for

presentation

(0.09 sec)
  1. Convert XLSB to POTX using Python or with free ...

    XLSB to POTX conversion in your Python applications without using Microsoft Office or online. Test free XLSB to POTX online converter quickly before integrating the code....XML Presentation file format used to store presentations. It...to store slides and other presentation information. Converting...

    products.aspose.com/total/python-net/conversion...
  2. Compress and Decompress PPTX Files via .NET

    C# compression and decompression source code to compress PPTX documents into a single zip archive or vice versa on .NET Framework, .NET Core....with PPTX extension are presentation files created with popular...the previous version of presentation file format PPT which was...

    products.aspose.com/zip/net/zip-file/pptx/
  3. While Converting PPTX to PDF in Java, Charts Ar...

    Hi Team, We are trying convert PPT document into PDF. But, charts from ppt are not rendered correctly in PDF. In PDF chart images got distorted dramatically. Java Version :17 We are using aspose.slides version 24.7 …...document"); Presentation ppt = new Presentation(fileInputStream);...converting a PowerPoint presentation to PDF using Aspose.Slides...

    forum.aspose.com/t/while-converting-pptx-to-pdf...
  4. 创建图表|Aspose.Slides 文档

    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.... Presentation objPres ; private void ThisAddIn_Startup...//Access the first slide of presentation objSlide = objPres . Slides...

    docs.aspose.com/slides/zh/net/create-a-chart/
  5. Cannot Find a Way to Determine Inherited Scheme...

    I want to determine the font color used in a text frame. We can typically use something like textShape.TextFrame.Paragraphs[0].Portions[0].PortionFormat.FillFormat This returns an Aspose.Slides.IFillFormat object with A…...inherits its color from the presentation’s theme rather than storing...the colors defined in the presentation’s color scheme (e.g., the...

    forum.aspose.com/t/cannot-find-a-way-to-determi...
  6. Picture Fill Is Not Considered When Exporting a...

    In a C# environment, using the latest version of Aspose.Slides package to this day (25.12.0), I have this Presentation that contains only one slide: Export-PNG-Color-NOK.zip (795,6 Ko) The slide only contains one pic…...0), I have this presentation that contains only one slide:...using (var presentation = new Aspose.Slides.Presentation(pptxPath...

    forum.aspose.com/t/picture-fill-is-not-consider...
  7. Redact PDF Document Online or using Python | pr...

    Open and redact PDF document online via app for free. Python API code to search and replace PDF text....ODP Files (OpenDocument Presentation Format) Redact ODT Files...Redact POWERPOINT Files (Presentation Files) Redact PPT Files...

    products.aspose.com/total/python-net/redact/pdf/
  8. Online PowerPoint Text Search Application or De...

    Free online app to search in PowerPoint files. Java code for any PowerPoint file text search android application....PowerPoint via instance of Presentation class. Use findAndReplaceText...Search in ODP (OpenDocument Presentation Format) Search in ODS (OpenDocument...

    products.aspose.com/total/android-java/search/p...
  9. Online ODP File Text Finder or Build ODP Search...

    Free online app to search in ODP file. C++ API code for any ODP file text search application....Load ODP via instance of Presentation class. Use FindAndReplaceText...Search in ODP (OpenDocument Presentation Format) Search in ODS (OpenDocument...

    products.aspose.com/total/cpp/search/odp/
  10. .NET 中向演示文稿添加页眉和页脚的方法|Aspose.Slides 文档

    了解如何在 .NET 中使用旧版和新版 Aspose.Slides API 为 PowerPoint PPT、PPTX 和 ODP 演示文稿添加页眉和页脚。...); //创建演示文稿 Presentation pres = new Presentation (); //获取第一张幻灯片...方法 using ( Presentation sourcePres = new Presentation ()) { //设置页眉页脚可见性属性...

    docs.aspose.com/slides/zh/net/how-to-add-header...