Sort Score
Result 10 results
Languages All
Labels All
Results 7,201 - 7,210 of 129,327 for

presentation

(0.1 sec)
  1. How to Extract Text from PPT, PPTX, and ODP wit...

    Extract text from Presentations on popular cloud platforms using Aspose.Slides APIs, automating search, analysis, and export for PPT, PPTX and ODP....for extracting text from presentation files, including PPT, PPTX...GetPresentationText To extract text from a presentation, the Aspose.Slides API offers...

    docs.aspose.com/slides/net/extracting-text-on-c...
  2. Convert XLSM to PPSM using Python or with free ...

    XLSM to PPSM conversion in your Python applications without using Microsoft Office or online. Test free XLSM to PPSM online converter quickly before integrating the code....PowerPoint macro-enabled presentation file format which is used...used to store presentations. It is a binary file format which is...

    products.aspose.com/total/python-net/conversion...
  3. How to Convert PPTX to XPS File using Java

    In this tutorial, you will learn how to convert PPTX to XPS file using Java in Windows, Mac OS, or Ubuntu. The code sample can export PPTX to XPS in Java such that for each slide in PPTX a separate page is added in the XPS....input PPTX file using the Presentation class object Save the PPTX...and then instantiate the Presentation class object to load the...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...
  4. 档案

    档案...首先,使用 Presentation 类加载 PPT/PPTX 文件。 然后,使用 Presentation.Images...加载演示文稿 Presentation pres = new Presentation("presentation.pptx");...

    blog.aspose.com/zh/slides/extract-images-from-p...
  5. The First Slide Stays Longer When Generating GI...

    Hello, I am generating a GIF with a PPTX file with a delay of 0.25s between each slide (using DefaultDelay = 250 from Aspose.Slides.Export.GifOptions), then I am saving it with Aspose.Imaging for my GIF to loop. But the…...Imaging; using (Presentation presentation = new Presentation("your_presentation...= new MemoryStream()) { presentation.Save(gifStream, SaveFormat...

    forum.aspose.com/t/the-first-slide-stays-longer...
  6. Product Overview|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....to Microsoft PowerPoint presentations. Product Overview Microsoft...as Microsoft PowerPoint presentations, but after installing Aspose...

    docs.aspose.com/slides/reportingservices/produc...
  7. Convert JSON Format to RTF in Android Apps | pr...

    Parse JSON to RTF in Java without using Microsoft Word...these options allow you to present your data as per your needs...JSON to ODP (OpenDocument Presentation Format) Convert JSON to...

    products.aspose.com/total/android-java/conversi...
  8. Convert JSON Format to FLATOPC in Android Apps ...

    Parse JSON to FLATOPC in Java without using Microsoft Word...these options allow you to present your data as per your needs...JSON to ODP (OpenDocument Presentation Format) Convert JSON to...

    products.aspose.com/total/android-java/conversi...
  9. Embedding Fonts in a PPT File to Avoid Font Sub...

    Hello team, I am currently using Aspose.Slides 25.5 to convert PowerPoint Presentations (PPT) to PDF format. The fonts used in the PPT files are not available on the machine where the conversion is taking place. To avoi…...PdfOptions(); Presentation presentation = new Presentation(filePath);...add(fontSubstituteRule); presentation.getFontsManager().setFo...

    forum.aspose.com/t/embedding-fonts-in-a-ppt-fil...
  10. Create and Apply WordArt Effects in PHP|Aspose....

    Create and customize WordArt effects in Aspose.Slides for PHP via Java. This step-by-step guide helps developers enhance Presentations with professional text....this PHP code: $pres = new Presentation (); try { $slide = $pres...Create an instance of the Presentation class. Obtain the reference...

    docs.aspose.com/slides/php-java/wordart/