Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 696 for

pptx to image

(0.03 sec)
  1. Manage Bullet|Aspose.Slides Documentation

    Create bullet and numbered lists in PowerPoint presentation in Java...Presentation class that represents a PPTX file Presentation pres = new...presentation as a PPTX file pres . save ( "Bullet.pptx" , SaveFormat...

    docs.aspose.com/slides/androidjava/manage-bullet/
  2. Manage PowerPoint Paragraph in Java|Aspose.Slid...

    Create paragraphs and manage paragraph properties in PowerPoint 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/
  3. Aspose.Slides for Python

    This API allows you To do all kinds of operations on PowerPoint files in Python code including creating, editing and converting etc....Imaging Product Family Aspose.BarCode...PDF in Python How to Convert PPTX to Markdown using Python How...

    kb.aspose.com/slides/python/
  4. How to Secure PowerPoint Presentation in C# .NET

    This Topic shows you how To secure powerpoint presentation in C# .NET with a password encryption. As a result, you'll get a password protected powerpoint presentation....Imaging Product Family Aspose.BarCode...using Save method and SaveFormat.Pptx property Code to Secure PowerPoint...

    kb.aspose.com/slides/net/how-to-secure-powerpoi...
  5. Manage Cells|Aspose.Slides for Node.js via .NET...

    Table cells in PowerPoint presentations in JavaScript...pptx" ); try { var table = pres ...the modified presentation as a PPTX file. This JavaScript code shows...

    docs.aspose.com/slides/nodejs-java/manage-cells/
  6. Convert PowerPoint in Java | HTML, PNG, PDF, Wo...

    This articles list Topics and sample codes in Java that can be used To convert PowerPoint (PPT, Pptx, ODP) To different formats like HTML, PNG, PDF, Word, TIFF etc....PPT vs PPTX Convert PPT to PPTX in Java Convert PPTX to PPT in...PowerPoint to PNG Convert PPT and PPTX to PDF in Java [Advanced Features...

    docs.aspose.com/slides/java/convert-powerpoint/
  7. Manage Hyperlinks|Aspose.Slides Documentation

    How To add hyperlink To a PowerPoint Presentation in Java...pptx" , SaveFormat . Pptx ); } finally { if...save ( "pres-out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-hyperlinks/
  8. Manage Placeholder|Aspose.Slides for PHP Docume...

    Change Text in a Placeholder in PowerPoint Slides using PHP. Set Prompt Text in a Placeholder in PowerPoint Slides using PHP....pptx" ); try { # Accesses the first...-> save ( "output.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-placehol...
  9. How to Create PowerPoint Slides in HTML using C#

    This article explores how To create PowerPoint slides in HTML using C#. It will provide configuration requirements, detailed steps and working examples of HTML presentation using C#....Imaging Product Family Aspose.BarCode...article on how to add image watermark in PPTX presentation using...

    kb.aspose.com/slides/net/how-to-create-powerpoi...
  10. 画框|Aspose.Slides for PHP 文档

    将画框添加到 PowerPoint 演示文稿中...将修改后的演示文稿写入 PPTX 文件。 以下 PHP 代码展示了如何创建一个画框: # 实例化表示 PPTX 文件的 Presentation...() -> get_Item ( 0 ); # 实例化 Image 类 $imgx = $pres -> getImages...

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