Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 241,145 for

slides

(0.13 sec)
  1. PPTX to PDF Conversion in C# Is OK, but Some Gr...

    Hi Team, I have a specific PowerPoint file which converts okay to PDF, but there are some graphical flaws on page two there. I’m using latest version of the Aspose.Slides (26.3.0) with this code: Aspose.Slides.Present…...Slides Product Family slides-net , slides-fonts , slides-pdfexport...Aspose.Slides (26.3.0) with this code: Aspose.Slides.Presentation...

    forum.aspose.com/t/pptx-to-pdf-conversion-in-c-...
  2. Wrong Chart Label Colors When Exporting a PPTX ...

    Dear Aspose Support Team, I hope this message finds you well. We have encountered a critical bug in the Aspose.Slides for Java library, specifically related to incorrect chart label colors after export. Below are the de…...Slides Product Family slides-java , slides-chart , slides-pptexport...slides-pptexport justinvo March 9, 2026, 1:12pm 1 Dear Aspose...

    forum.aspose.com/t/wrong-chart-label-colors-whe...
  3. Bullet Color Turns Red from Black When Converti...

    Hi Team, I have a PPTX (attached) with two Slides. Each slide has a shape with a bullet. When I try to get image of these shapes, I see that the color of the bullet is red instead of black. The code I used: using Aspos…...Slides Product Family slides-net , slides-text , slides-rendering...PPTX (attached) with two slides. Each slide has a shape with a bullet...

    forum.aspose.com/t/bullet-color-turns-red-from-...
  4. 在 Python 中将 PowerPoint 演示文稿转换为 SWF Flash|Aspose...

    在 Python 中使用 Aspose.Slides 将 PowerPoint (PPT/PPTX) 转换为 SWF Flash。一步一步的代码示例,快速高质量输出,无需 PowerPoint 自动化。...slides as slides # 实例化一个表示演示文件的 Presentation...Presentation 对象 presentation = slides . Presentation ( "pres.pptx"...

    docs.aspose.com/slides/zh/python-net/convert-po...
  5. Retrieve and Update Presentation Information in...

    Explore Slides, structure and metadata in PowerPoint and OpenDocument presentations using JavaScript for faster insights and smarter content audits....Slides for Node.js via Java allows...JavaScript code: var info = aspose . slides . PresentationFactory . getInstance...

    docs.aspose.com/slides/nodejs-java/examine-pres...
  6. How to Extract Text from PPT, PPTX, and ODP wit...

    Extract text from presentations on popular cloud platforms using Aspose.Slides APIs, automating search, analysis, and export for PPT, PPTX and ODP....Slides Contents [ Hide ] Introduction Aspose.Slides provides...complex XML parsing—Aspose.Slides simplifies text extraction...

    docs.aspose.com/slides/net/extracting-text-on-c...
  7. Extract Images from Presentation Shapes|Aspose....

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Java — quick, code-friendly solution....and also frequently used as slides' backgrounds. The image objects...first by going through every slide and then going through every...

    docs.aspose.com/slides/java/extracting-images-f...
  8. 超链接|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中添加和管理超链接:链接文本、形状和图像,设置 PPT、PPTX 和 ODP 的目标和操作,提供 C# 示例。...Slides for .NET 。 添加超链接 创建一个矩形形状,并为其添加指向外部网站的超链接。...var slide = presentation . Slides [ 0 ]; var shape = slide . Shapes...

    docs.aspose.com/slides/zh/net/examples/elements...
  9. The Image ID Is Getting Changed When Converting...

    I’m converting PPTX to HTML slide by Slide where after rendering the image Id is not the same Image ID that PPTX Image. In PPTX its coming as Picture 1 as Id whereas in Html its automatically named as page1-pic1 I’m tr…...Slides Product Family slides-net , slides-image , slides-htmlexport...converting PPTX to HTML slide by Slide where after rendering the...

    forum.aspose.com/t/the-image-id-is-getting-chan...
  10. Export Presentation Charts with Python|Aspose.S...

    Learn how to export presentation charts with Aspose.Slides for Python via .NET, supporting PPT, PPTX and ODP formats, and streamline reporting into any workflow....Slides for Python via .NET provides...aspose.slides.charts as charts import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/export-chart/