Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 142,051 for

pptx

(0.06 sec)
  1. Manage Presentation Hyperlinks in .NET|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET—enhance interactivity and workflow in minutes....pptx" , SaveFormat . Pptx ); } Add URL Hyperlinks...Save ( "pres-out.pptx" , SaveFormat . Pptx ); } Add URL Hyperlinks...

    docs.aspose.com/slides/net/manage-hyperlinks/
  2. Microsoft PowerPoint Presentation Conversion to...

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

    products.aspose.com/slides/java/conversion/
  3. Specify Default Presentation Fonts in .NET|Aspo...

    Set default fonts in Aspose.Slides for .NET to ensure proper PowerPoint (PPT, Pptx) and OpenDocument (ODP) conversion to PDF, XPS and images....Presentation pptx = new Presentation ( "DefaultFonts.pptx" , loadOptions...)) { using ( IImage image = pptx . Slides [ 0 ]. GetImage ( 1...

    docs.aspose.com/slides/net/default-font/
  4. How to Hide a Slide in Presentation using C#

    We'll guide you through the steps in C# for how to hide a slide in Presentation using C#. By using a few lines of easy code you can hide a PPT slide using C#....Interop library for hiding a PPTX slide in C# . The application...presentation. Steps to Hide a Slide in PPTX in C# Set up your application...

    kb.aspose.com/slides/net/how-to-hide-a-slide-in...
  5. How to Convert PowerPoint to Tiff using Python

    This topic is about how to convert Presentation to TIFF using Python along with the detailed steps to set up the environment and verify the working sample code. You can also consider converting PPT to TIFF in Python using the same example code provided in this topic....in your project for exporting PPTX to TIFF Load the source presentation...Save method in Python converts PPTX to TIFF The above steps convert...

    kb.aspose.com/slides/python/how-to-convert-powe...
  6. Manage Presentation Hyperlinks in PHP|Aspose.Sl...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for PHP via Java — enhance interactivity and workflow in minutes....pptx" , SaveFormat :: Pptx ); } finally { if...save ( "pres-out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-hyperlinks/
  7. GroupShape|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 处理组形状:创建和取消组合,重新排列子形状,跨 PowerPoint 和 OpenDocument 设置变换和边界。...pptx" , slides . export . SaveFormat . PPTX ) 访问组形状 从幻灯片中获取第一个组形状。...slides . Presentation ( "group.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/zh/python-net/examples/e...
  8. MathText|Aspose.Slides for Python Documentation

    Work with math text in Python using Aspose.Slides: create and edit equations, fractions, radicals, scripts, formatting, and render results for PPT and Pptx....pptx" , slides . export . SaveFormat . PPTX ) Access.... Presentation ( "math_text.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Audio|Aspose.Slides for Node.js via .NET Docume...

    Discover Aspose.Slides for Node.js audio examples: insert, play, trim, and extract sound in PPT, Pptx, and ODP presentations with clear JavaScript code....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...slides . Presentation ( "audio.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  10. Customize Chart Axes in Presentations Using Jav...

    Discover how to use JavaScript with Aspose.Slides for Node.js via Java to customize chart axes in PowerPoint presentations for reports and visualizations....pptx" , aspose . slides . SaveFormat . Pptx ); } finally..."SwitchChartRowColumn_out.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/chart-axis/