Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 143,436 for

pptx

(0.36 sec)
  1. Picture|Aspose.Slides for PHP Documentation

    Work with pictures in PHP using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, Pptx and ODP....pptx" , SaveFormat :: Pptx ); } finally { $presentation...new Presentation ( "picture.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  2. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for С++ to ensure consistent typography in PowerPoint and OpenDocument presentations....the modified presentation as a PPTX file. This C++ code demonstrates...< Presentation > ( u "Fonts.pptx" ); // Loads the source font...

    docs.aspose.com/slides/cpp/font-replacement/
  3. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in JavaScript with Aspose.Slides for Node.js via Java to ensure consistent typography in PowerPoint and OpenDocument presentations....the modified presentation as a PPTX file. This JavaScript code demonstrates...slides . Presentation ( "Fonts.pptx" ); try { // Loads the source...

    docs.aspose.com/slides/nodejs-java/font-replace...
  4. Manage Tags and Custom Data in Presentations Us...

    Learn how to add, read, update, and remove tags & custom data in Aspose.Slides for Node.js, with examples for PowerPoint and OpenDocument presentations....Presentation Files PPTX files—items with the .pptx extension—are stored...slides . Presentation ( "pres.pptx" ); try { var keywords = pres...

    docs.aspose.com/slides/nodejs-java/managing-tag...
  5. Aspose.Slides for Java 16.1.0 的公共 API 和不向后兼容的更改...

    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" , SaveFormat . Pptx ); Aspose.Slides for...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  6. Aspose.Slides for Java 16.1.0 中的公共 API 和不兼容的更改|...

    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" , SaveFormat . Pptx ); Aspose.Slides for...

    docs.aspose.com/slides/zh/androidjava/public-ap...
  7. Image Overlapping and Alignment Issue in Word a...

    While upgrading Aspose from the old version to the new version, we faced image alignment and overlapping issues in PDF-Word and PDF-PPT conversion. This issue was not present in the old version. Old version: implement…...pptx' saveToWord(new Document("$base/$pdfFile")...outputPath){ pdfDoc.save("a.pptx", SaveFormat.Pptx) def presentation =...

    forum.aspose.com/t/image-overlapping-and-alignm...
  8. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, data updates, and precision control in Aspose.Slides for C++ for PPT and Pptx, with practical C++ code examples....pptx" ); auto chart = System :: ExplicitCast...Save ( u "Result.pptx" , SaveFormat :: Pptx ); Calculate the...

    docs.aspose.com/slides/cpp/chart-calculations/
  9. How to Extract Video Captions from a Video Item...

    I am using aspose slides cpp for reading different properties of ppt. The Pptx file has a video where the user has manually imported captions file. How do I extract the captions file ? Note that the video does not have…... The pptx file has a video where the user...you please zip and attach the PPTX (having video captions) file...

    forum.aspose.com/t/how-to-extract-video-caption...
  10. Manage Video Frames in Presentations on Android...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Android via Java. Fast how-to guide....pptx" ); try { // Loads the video..."pres-with-video.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/androidjava/video-frame/