Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 133,786 for

pptx

(0.14 sec)
  1. 如何使用 Python 将 PowerPoint 转换为 Tiff

    本主题介绍如何使用 Python 将 Presentation 转换为 TIFF,以及设置环境和验证工作示例代码的详细步骤。您还可以考虑使用本主题中提供的相同示例代码在 Python 中将 PPT 转换为 TIFF。...slides 命名空间,用于将 PPTX 导出到 TIFF 通过创建 Presentation 类的实例来加载源演示文稿...DPI 和图像尺寸设置 Python 中的 Save 方法将 PPTX 转换为 TIFF 上述步骤通过使用一些 API 调用将...

    kb.aspose.com/zh/slides/python/how-to-convert-p...
  2. Image|Aspose.Slides for PHP Documentation

    Work with images in Slides in PowerPoint Presentation using PHP. Add images from disk or from web in PowerPoint Slides using PHP. Add images to Slide Masters or as Slide Background using PHP. Add SVG to PowerPoint Presentation using PHP. Convert SVG to Shapes in PowerPoint using PHP. Add images as EMF in Slides using PHP....pptx" , SaveFormat :: Pptx ); } finally { if...$pres -> save ( "pres.pptx" , SaveFormat :: Pptx ); } catch ( JavaException...

    docs.aspose.com/slides/php-java/image/
  3. Create PowerPoint Presentation using Java|Aspos...

    Learn how to create PowerPoint Presentations e.g. PPT, Pptx using Java from scratch....the modified presentation as a PPTX file. In the example given below..."NewPresentation_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/create-prese...
  4. 管理单元格|Aspose.Slides 文档

    C++ 中 PowerPoint 演示文稿中的表格单元格...pptx" ); auto table = System :: AsCast...将修改后的演示文稿保存为 PPTX 文件。 此 C++ 代码向您展示了如何从表格单元格中删除边框: // 实例化表示 PPTX 文件的 Presentation...

    docs.aspose.com/slides/zh/cpp/manage-cells/
  5. Python PowerPoint API by Aspose.Slides | produc...

    Aspose.Slides for Python via Java is a Python PowerPoint API that lets you create, modify, and convert PowerPoint presentations in Python....pptx", SaveFormat.Pptx) jpype.shutdownJVM()...Presentation("pres1.pptx"); pres2 = Presentation("pres2.pptx"); for i in...

    products.aspose.com/slides/python-java/
  6. Export EPUB to ODP via C# API | products.aspose...

    .NET API to Convert EPUB to ODP without using Microsoft Word...transform the EPUB file format to PPTX. This API provides a wide range...EPUB file has been converted to PPTX, the second step is to use the...

    products.aspose.com/total/net/conversion/epub-t...
  7. Export EPUB to OTP via C# API | products.aspose...

    .NET API to Convert EPUB to OTP without using Microsoft Word...transform the EPUB file format into PPTX. This API provides a wide range...the ability to convert EPUB to PPTX. The second step is to use the...

    products.aspose.com/total/net/conversion/epub-t...
  8. Font Replacement - PowerPoint Java API|Aspose.S...

    Learn how to replace fonts using the explicit replacement method in PowerPoint using the Java API....the modified presentation as a PPTX file. This Java code demonstrates...= new Presentation ( "Fonts.pptx" ); try { // Loads the source...

    docs.aspose.com/slides/java/font-replacement/
  9. Font Replacement - PowerPoint Java API|Aspose.S...

    Learn how to replace fonts using the explicit replacement method in PowerPoint using the Java API....the modified presentation as a PPTX file. This PHP code demonstrates...= new Presentation ( "Fonts.pptx" ); try { # Loads the source...

    docs.aspose.com/slides/php-java/font-replacement/
  10. Bubble Chart|Aspose.Slides Documentation

    Bubble chart size in PowerPoint presentations in C# or .NET...pptx" , Aspose . Slides . Export . SaveFormat . Pptx ); }..."Presentation_BubbleSizeRepresenta.pptx" , SaveFormat . Pptx ); } Doughnut Chart...

    docs.aspose.com/slides/net/bubble-chart/