Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 141,639 for

pptx

(0.11 sec)
  1. Online XPS to POTX Conversion or Develop Java b...

    Free online app to convert XPS to POTX files. Java conversion library code for XPS documents....Convert XPS to PPTX by using save method Load PPTX document by using...XPS as PPTX format document . save ( "PptxOutput.pptx" , SaveFormat...

    products.aspose.com/total/java/conversion/xps-t...
  2. Add Trend Lines to Presentation Charts in Pytho...

    Quickly add and customize trend lines in PowerPoint and OpenDocument charts with Aspose.Slides for Python via .NET — a practical guide and code examples to improve forecasting accuracy and engage your audience....the modified presentation to a PPTX file. The following code is..."Charttrend_lines_out.pptx" , slides . export . SaveFormat . PPTX ) Add Custom...

    docs.aspose.com/slides/python-net/trend-line/
  3. PPSX file can't be opened with powerpoint - Fre...

    This code works for Pptx case but not for PPSX. image.png (22.1 KB) What is wrong? When I try to unzip it, it doesn’t work either. Pptx is not problem. case ReportType.Pptx: { using var ms = new MemoryStream(…...8:06am 1 This code works for PPTX case but not for PPSX. image...work either. PPTX is not problem. case ReportType.PPTX: { using var...

    forum.aspose.com/t/ppsx-file-cant-be-opened-wit...
  4. Add Trend Lines to Presentation Charts in JavaS...

    Quickly add and customize trend lines in PowerPoint charts with JavaScript and Aspose.Slides for Node.js via Java — a practical guide to engage your audience....the modified presentation to a PPTX file. The following code is..."ChartTrendLines_out.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/trend-line/
  5. 如何在 Python 中将 PowerPoint 转换为 SVG

    在这篇简单的文章中,我们将引导您完成如何在 Python 中将 PowerPoint 转换为 SVG 的步骤以及设置环境的详细配置步骤。通过使用几行代码,您可以轻松地将 Pptx 转换为 Python 中的 SVG。...通过使用几行代码,您可以轻松地将 PPTX 转换为 Python 中的 SVG** 并在任何配置了...macOS)中使用该应用程序。 在 Python 中将 PPTX 导出为 SVG 的步骤 配置 通过 .NET 使用 Aspose...

    kb.aspose.com/zh/slides/python/how-to-convert-p...
  6. Optimize Image Management in Presentations Usin...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Java, optimizing performance and automating your workflow....pptx" , SaveFormat . Pptx ); } finally { if...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/java/image/
  7. Remove Slides from Presentations in C++|Aspose....

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for C++. Get clear code examples and boost your workflow....pptx" ; const String outPath = L..."../out/RemoveSlidesByRefere.pptx" ; // Instantiates a Presentation...

    docs.aspose.com/slides/cpp/remove-slide-from-pr...
  8. 在 Android 上的演示文稿中应用形状效果|Aspose.Slides 文档

    使用 Aspose.Slides for Android(通过 Java),对 PPT 和 Pptx 文件应用高级形状效果——在几秒钟内创建引人注目、专业的幻灯片。...pptx" , SaveFormat . Pptx ); } finally { if...save ( "reflection.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/shape-eff...
  9. 形状效果|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中为 PowerPoint 形状应用效果...pptx" , aspose . slides . SaveFormat . Pptx ); } finally..."reflection.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/zh/nodejs-java/shape-eff...
  10. 使用 Java 在演示文稿中自定义图表图例|Aspose.Slides 文档

    使用 Aspose.Slides for Java 自定义图表图例,以针对 PowerPoint 演示文稿进行优化并实现特定的图例格式设置。... 将演示文稿写入 PPTX 文件。 在下面的示例中,我们已为图表图例设置了位置和大小。...save ( "Legend_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/chart-legend/