Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 141,241 for

pptx

(0.14 sec)
  1. Convert Presentations to Animated GIFs in Pytho...

    Easily convert PowerPoint presentations (PPT, Pptx) and OpenDocument files (ODP) to animated GIFs with Aspose.Slides for Python. Fast, high-quality results....pptx" ) pres . save ( "pres.gif"...Presentation ( path + "pres.pptx" ) options = slides . export...

    docs.aspose.com/slides/python-net/convert-power...
  2. Convert PowerPoint Presentations to Animated GI...

    Easily convert PowerPoint presentations (PPT, Pptx) to animated GIFs with Aspose.Slides for Android via Java. Fast, high-quality results....pptx" ); try { pres . save ( "pres...pres = new Presentation ( "pres.pptx" ); try { GifOptions gifOptions...

    docs.aspose.com/slides/androidjava/convert-powe...
  3. 为 .NET 中的演示优化图表计算|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 中的图表计算、数据更新和精度控制,适用于 PPT 和 Pptx,并提供实用的 C# 代码示例。...pptx" )) { Chart chart = ( Chart.... Save ( "Result.pptx" , SaveFormat . Pptx ); } 计算父图表元素的实际位置...

    docs.aspose.com/slides/zh/net/chart-calculations/
  4. Manage Placeholders in Presentations with Pytho...

    Effortlessly manage placeholders in Aspose.Slides for Python via .NET: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....pptx" ) as presentation : # Access..."ReplacingText_out.pptx" , slides . export . SaveFormat . PPTX ) Set Prompt...

    docs.aspose.com/slides/python-net/manage-placeh...
  5. Extract Flash Objects from Presentations in Jav...

    Learn how to extract Flash objects from PowerPoint and OpenDocument slides in JavaScript with Aspose.Slides, complete code samples and best practices....pptx" ); try { var controls = pres...PowerPoint formats such as PPT and PPTX, since it can load these containers...

    docs.aspose.com/slides/nodejs-java/flash/
  6. 搜索

    搜索...學習如何使用 C# 以編程方式在 PowerPoint PPTX/PPT 演示文稿中添加和管理頁眉和頁腳。 在 PowerPoint...new Presentation("headerTest.pptx"); // 設置頁腳 pres.HeaderFooterManager...

    blog.aspose.com/zh-hant/slides/add-header-foote...
  7. OutOfMemoryError When Exporting Slides to HTML ...

    Hello, I am trying to save each slide of the attached presentation as HTML file, without success. It throws OutOfMeory Excepton for Java Heap space. Slides Java library version is 24.3, and I was able to give the java p…...OutOfMemoryException while trying to save a PPTX presentation as HTML using Aspose...Presentation("your_presentation.pptx"); for (int i = 0; i < presentation...

    forum.aspose.com/t/outofmemoryerror-when-export...
  8. Convert CSV to PPSM using Java or with free Onl...

    Java API to Export CSV to PPSM or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....format using save method and set Pptx as SaveFormat Conversion Requirements...Presentation File) Convert CSV to PPTX (Open XML presentation Format)...

    products.aspose.com/total/java/conversion/csv-t...
  9. Convert CSV to PPTM using Java or with free Onl...

    Java API to Export CSV to PPTM or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....format using save method and set Pptx as SaveFormat Conversion Requirements...Presentation) Convert CSV to PPTX (Open XML presentation Format)...

    products.aspose.com/total/java/conversion/csv-t...
  10. 在 .NET 中管理演示文稿中的 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... 将修改后的演示文稿写入 PPTX 文件。 下面的代码片段将演示文稿幻灯片上的 ActiveX...控件并使用其属性设置视频路径。 将演示文稿保存为 PPTX 文件。 // 实例化表示 PPTX 文件的 Presentation 类...

    docs.aspose.com/slides/zh/net/activex/