Sort Score
Result 10 results
Languages All
Labels All
Results 3,591 - 3,600 of 143,417 for

pptx

(0.46 sec)
  1. Split Documents via C++ | products.aspose.com

    Split PDF, Microsoft Word, Excel spreadsheets and PowerPoint presentations via your C++ application. Split document by page number or by some predefined pattern....Split Microsoft Office DOCX PPTX Documents Splitting Microsoft...workflows. C++ Code: Split PPT PPTX Presentations Split PDF Files...

    products.aspose.com/total/cpp/split/
  2. 通過 .NET 合併 PPSX 文件 | products.aspose.com

    用於在 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上組合 PPSX 文檔的 C# 源代碼。...pptx" ); //merged Presentation var...new Presentation( "template.pptx" ); while (mp.Slides.Count >...

    products.aspose.com/slides/zh-hant/net/merger/p...
  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. 档案

    档案...pptx" , aspose . slides . SaveFormat . Pptx ); 在 Node...Presentation ( "presentation.pptx" ); // 获取第一张幻灯片 var slide =...

    blog.aspose.com/zh/ppt/create-and-open-ppt-in-n...
  5. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and Pptx with Aspose.Slides for Java. Get clear code samples and tips to streamline your presentations....pptx" ); try { // Traverse through..."AddSmartArtNode.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-smartart-sha...
  6. 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...
  7. 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-...
  8. 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...
  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. Manage Presentation Placeholders in C++|Aspose....

    Effortlessly manage placeholders in Aspose.Slides for C++: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....pptx" ; const String templatePath...u "../templates/DefaultFonts.pptx" ; // Loads the desired the...

    docs.aspose.com/slides/cpp/manage-placeholder/