Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 143,433 for

pptx

(0.39 sec)
  1. Convert PowerPoint Presentations to PDF with No...

    Convert formats PPT and Pptx to PDF with notes in JavaScript using Aspose.Slides for Node.js. Preserve layouts and speaker notes for professional presentations....be used to convert a PPT or PPTX presentation to a PDF with speaker...asposeSlides . Presentation ( "sample.pptx" ); // Configure PDF options...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  2. Convert PowerPoint Presentations to PDF with No...

    Convert formats PPT and Pptx to PDF with notes using Aspose.Slides for C++. Preserve layouts and speaker notes for professional presentations....be used to convert a PPT or PPTX presentation to a PDF with speaker...< Presentation > ( u "sample.pptx" ); // Configure PDF options...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  3. Format PowerPoint Shapes in JavaScript|Aspose.S...

    Format PowerPoint shapes in JavaScript using Aspose.Slides—set fill, line, and effect styles for PPT, Pptx, and ODP files with precision and full control....the modified presentation as a PPTX file. The following code demonstrates...Color" , "BLUE" )); // Save the PPTX file to disk. presentation ...

    docs.aspose.com/slides/nodejs-java/shape-format...
  4. Microsoft PowerPoint Presentation Conversion to...

    Convert Microsoft PowerPoint Slides to multiple files including HTML, PDF and image formats within C++ based applications....Slides C++ Conversion PPT PPTX ODP PDF Convert PowerPoint Presentation...for C++ API. Convert PPTX How to Convert PPTX using Aspose.Slides...

    products.aspose.com/slides/cpp/conversion/
  5. Header Footer|Aspose.Slides for Node.js via .NE...

    Control slide headers and footers with Aspose.Slides for Node.js: add dates, slide numbers, and custom text in PPT, Pptx, and ODP with JavaScript examples....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...Presentation ( "header_footer.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  6. Format Presentation Text in .NET|Aspose.Slides ...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more....pptx”, which contains a single text...class with an input file (PPT, PPTX, ODP, etc.). Access the desired...

    docs.aspose.com/slides/net/text-formatting/
  7. Apply Shape Animations in Presentations in .NET...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for .NET. Stand out!...the presentation to disk as a PPTX file. This C# code shows you...ByLevelParagraphs1 ; // Save the PPTX file to disk pres . Save ( path...

    docs.aspose.com/slides/net/shape-animation/
  8. Format PowerPoint Text in PHP|Aspose.Slides for...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java. Customize fonts, colors, alignment, and more....pptx" ); try { $textHighlightingOpti..."OutputPresentation-highlight.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/text-formatting/
  9. Specify Default Presentation Fonts in С++|Aspos...

    Set default fonts in Aspose.Slides for С++ to ensure proper PowerPoint (PPT, Pptx) and OpenDocument (ODP) conversion to PDF, XPS and images....set_DefaultAsianFont ( u "Wingdings" ); auto pptx = MakeObject < Presentation..."DefaultFonts.pptx" , loadOptions ); auto image = pptx -> get_Slide...

    docs.aspose.com/slides/cpp/default-font/
  10. 使用 PHP 管理演示文稿中的表格单元格|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式化单元格,实现无缝的幻灯片自动化。...pptx" ); try { $table = $pres ->...将修改后的演示文稿保存为 PPTX 文件。 以下 PHP 代码展示了如何移除表格单元格的边框: # 实例化表示 PPTX 文件的 Presentation...

    docs.aspose.com/slides/zh/php-java/manage-cells/