Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 141,231 for

pptx

(0.17 sec)
  1. Advanced Text Extraction from Presentations in ...

    Quickly extract text from PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Follow our simple, step-by-step guide to save time....Microsoft PowerPoint files in PPT or PPTX format, or OpenDocument presentations...presentation formats, including PPT, PPTX, and ODP, using Aspose.Slides...

    docs.aspose.com/slides/net/extract-text-from-pr...
  2. Protect Powerpoint document Online with passwor...

    Online Powerpoint file password protection app. C++ API code to apply password protection on Powerpoint presentations....(PowerPoint Presentation) Protect PPTX Files (Open XML presentation...However, with newer versions, the PPTX (PowerPoint Open XML Presentation)...

    products.aspose.com/total/cpp/protect/powerpoint/
  3. Converting Presentation with EMF Images to PDF ...

    Hello, We are looking into upgrade of current Aspose.Slides library, but encountered an issue with conversion of PPT presentation containing an EMF image to PDF. Below is the sample code: final String targetPdfFile =…...pptx"; IPresentation pptx = new Presentation(sourcePptxFile);...saveOptions.setJpegQuality((byte)95); pptx.save(targetPdfFile, SaveFormat...

    forum.aspose.com/t/converting-presentation-with...
  4. 形状有效属性|Aspose.Slides for Node.js via .NET 文档

    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" ); try { var shape = pres ...Presentation ( "Presentation1.pptx" ); try { var threeDEffectiveData...

    docs.aspose.com/slides/zh/nodejs-java/shape-eff...
  5. Manage Superscript and Subscript in Python|Aspo...

    Master superscript and subscript in Aspose.Slides for Python via .NET and elevate your presentations with professional text formatting for maximum impact.... Save the presentation as PPTX. import aspose.slides as slides...slides . Presentation ( "pres.pptx" ) as presentation : # Get a...

    docs.aspose.com/slides/python-net/superscript-a...
  6. Get all the text in all the slides|Aspose.Slide...

    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" ; int numberOfSlides = CountSlides..."Get all the text in a slide.pptx" ; int numberOfSlides = CountSlides...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  7. Add Slides to Presentations in JavaScript|Aspos...

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Node.js via Java — seamless, efficient slide insertion in seconds....the PPTX file to the Disk pres . save ( "EmptySlide.pptx" , aspose...aspose . slides . SaveFormat . Pptx ); } finally { pres . dispose...

    docs.aspose.com/slides/nodejs-java/add-slide-to...
  8. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C++. Step-by-step guide with code samples....chart as an OLE object in a PPTX presentation using Aspose.Slides...the presentation to disk in PPTX format. Implementation of the...

    docs.aspose.com/slides/cpp/creating-excel-chart...
  9. Render Presentation Slides as SVG Images in C++...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for C++. High-quality visuals with simple code examples....pptx" ); for ( int32_t index = 0...application level. Convert PPT and PPTX to PDF in C++ [Advanced Features...

    docs.aspose.com/slides/cpp/render-a-slide-as-an...
  10. 使用 Java 管理演示文稿中的幻灯片切换|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中自定义幻灯片切换,并提供针对 PowerPoint 和 OpenDocument 演示文稿的分步指导。...pptx" ); try { // 在第 1 张幻灯片上应用圆形过渡..."SampleTransition_out.pptx" , SaveFormat . Pptx ); } finally { presentation...

    docs.aspose.com/slides/zh/java/slide-transition/