Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 143,433 for

pptx

(0.13 sec)
  1. Secure Presentations with Passwords on Android|...

    Effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java. Secure your presentations....presentations in these formats: PPTX and PPT - Microsoft PowerPoint...presentation = new Presentation ( "pres.pptx" ); try { presentation . getProtectionManager...

    docs.aspose.com/slides/androidjava/password-pro...
  2. Secure Presentations with Passwords Using Pytho...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Boost your productivity and secure your presentations with our step-by-step guide....presentations in these formats: PPTX and PPT - Microsoft PowerPoint..."encrypted-pres.pptx" , slides . export . SaveFormat . PPTX ) Setting...

    docs.aspose.com/slides/python-net/password-prot...
  3. Shape to Image in C#: Vertical Bars Enclosing a...

    Hi Team, I have a slide with maths matrix equation. I use Aspose version 25.5 to get image of this shape. I see that the matrix determinant bars (vertical bars enclosing the matrix) appear shorter in the image obtained …...original height in the PPTX. I am attaching the PPTX and image of the...presentation = new Presentation("sample.pptx")) { int shapeCounter = 1; //...

    forum.aspose.com/t/shape-to-image-in-c-vertical...
  4. 在 Android 上管理演示文稿中的音频|Aspose.Slides 文档

    在 Aspose.Slides for Android 中创建并控制音频帧——提供嵌入、裁剪、循环以及在 PPT、Pptx 和 ODP 演示文稿中配置播放的 Java 示例。...pptx" , SaveFormat . Pptx ); } catch ( IOException...save ( "example_out.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/zh/androidjava/audio-frame/
  5. Manage Callouts in Presentation Charts Using Ja...

    Create and style callouts in Aspose.Slides for Node.js via Java with concise code examples, compatible with PPT and Pptx to automate presentation workflows....pptx" , aspose . slides . SaveFormat . Pptx ); } finally...( "chart.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/callout/
  6. How to Insert Signature in PowerPoint using C#

    This article provides details on how to insert signature in PowerPoint using C#. It assists by providing configuration details, step-wise program flow and a runnable sample code to add signature to PowerPoint using C# from a PFX certificate....presentation file and saving it as a PPTX file. Steps to Insert Signature...feature is currently available for PPTX files only. Code to Insert Digital...

    kb.aspose.com/slides/net/how-to-insert-signatur...
  7. Remove ODP Annotation using .NET | products.asp...

    C# source code to delete ODP format annotations on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....pptx" , SaveFormat.Pptx); } How to Remove Comments...annotate other formats including. PPTX PPT...

    products.aspose.com/slides/net/annotation/odp/
  8. 在 PHP 中管理演示文稿背景|Aspose.Slides for PHP 文档

    了解如何使用 Aspose.Slides for PHP via Java 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供代码技巧以提升您的演示效果。...pptx" , SaveFormat :: Pptx ); } finally { $presentation..."MasterSlideBackgroun.pptx" , SaveFormat :: Pptx ); } finally { $presentation...

    docs.aspose.com/slides/zh/php-java/presentation...
  9. How to Create Charts in Presentations in .NET|A...

    Learn how to create charts in PowerPoint PPT, Pptx and ODP presentations in .NET with Aspose.Slides using both legacy and modern chart APIs....Pptx namespaces are now merged in...PresentationEx class that represents PPTX file using ( PresentationEx...

    docs.aspose.com/slides/net/how-to-create-charts...
  10. Slide Transitions|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pptx" ; //Instantiate Presentation...Save ( FileName , SaveFormat . Pptx ); } Download Sample Code Github...

    docs.aspose.com/slides/net/slide-transitions/