Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 7,064 for

pptx to image

(0.12 sec)
  1. Manage OLE Objects in Presentations in .NET|Asp...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for .NET. Embed, update, and export OLE content seamlessly....the modified presentation as a PPTX file. In the example below,.... Save ( "output.pptx" , SaveFormat . Pptx ); } Add Linked OLE...

    docs.aspose.com/slides/net/manage-ole/
  2. MD to DOC Converter using Python | Aspose.PDF

    Sample code on Python for MD To DOC conversion. Use example code for batch MD To DOC conversion with Python and .NET...EPUB MD to PDF MD to PNG MD to PPTX MD to SVG MD to TEX MD to XLS...developers to insert tables, graphs, images, hyperlinks, custom fonts -...

    products.aspose.com/pdf/python-net/conversion/m...
  3. SVG to HTML Converter using Python | Aspose.PDF

    Sample code on Python for SVG To HTML conversion. Use example code for batch SVG To HTML conversion with Python and .NET...SVG to PDF SVG to PNG SVG to PPTX SVG to TEX SVG to TIFF SVG to...developers to insert tables, graphs, images, hyperlinks, custom fonts -...

    products.aspose.com/pdf/python-net/conversion/s...
  4. MD to SVG Converter using Python | Aspose.PDF

    Sample code on Python for MD To SVG conversion. Use example code for batch MD To SVG conversion with Python and .NET...EPUB MD to PDF MD to PNG MD to PPTX MD to TEX MD to XLS MD to XLSX...developers to insert tables, graphs, images, hyperlinks, custom fonts -...

    products.aspose.com/pdf/python-net/conversion/m...
  5. Manage PowerPoint Text Paragraphs on Android|As...

    Master paragraph formatting with Aspose.Slides for Android—optimize alignment, spacing & style in PPT, Pptx, and ODP presentations in Java....Presentation class that represents a PPTX file Presentation pres = new...//Write PPTX to Disk pres . save ( "multiParaPort_out.pptx" , SaveFormat...

    docs.aspose.com/slides/androidjava/manage-parag...
  6. Manage PowerPoint Text Paragraphs in Java|Aspos...

    Master paragraph formatting with Aspose.Slides for Java—optimize alignment, spacing & style in PPT, Pptx, and ODP presentations in Java....Presentation class that represents a PPTX file Presentation pres = new...//Write PPTX to Disk pres . save ( "multiParaPort_out.pptx" , SaveFormat...

    docs.aspose.com/slides/java/manage-paragraph/
  7. Manage PowerPoint Text Paragraphs in PHP|Aspose...

    Master paragraph formatting with Aspose.Slides for PHP via Java — optimize alignment, spacing & style in PPT, Pptx, and ODP presentations....Presentation class that represents a PPTX file $pres = new Presentation...Write PPTX to Disk $pres -> save ( "multiParaPort_out.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/manage-paragraph/
  8. Manage Audio Frames in Presentations in .NET|As...

    Create and control audio frames in Aspose.Slides for .NET—C# examples To embed, trim, loop, and configure playback across PPT, Pptx, and ODP presentations....pptx" , SaveFormat . Pptx ); } Change the Audio...with a standard default image (see the image in the section below)...

    docs.aspose.com/slides/net/audio-frame/
  9. How to Create Readonly Presentation using Python

    This very basic article guides on how To create readonly Presentation using Python. It covers all the project configuration, a list of step-wise programming tasks, and a runnable example code To generate uneditable Pptx using Python....Imaging Product Family Aspose.BarCode...presentation and preventing PPTX editing using Python . The developed...

    kb.aspose.com/slides/python/how-to-create-reado...
  10. 使用 PHP 管理演示文稿中的图片框|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿中。简化工作流程并提升幻灯片设计。...将修改后的演示文稿写入为 PPTX 文件。 以下 PHP 代码示例演示如何创建图片框: # 实例化表示 PPTX 文件的 Presentation...() -> get_Item ( 0 ); # 实例化 Image 类 $imgx = $pres -> getImages...

    docs.aspose.com/slides/zh/php-java/picture-frame/