Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 163,384 for

presentation

(0.09 sec)
  1. Merge PPSM Files using Java | products.aspose.com

    Java sample code to combine PPSM documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....file with an instance of Presentation class. Load the second PPSM...document with an instance of Presentation class. Loop through each...

    products.aspose.com/slides/java/merger/ppsm/
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Presentation Header and Footer https://docs.aspose.com/slides/cpp/Presentation-header-and-footer/ Recent content in Presentation Header and Footer on......org/2005/Atom Documentation – Presentation Header and Footer https://docs...https://docs.aspose.com/slides/cpp/presentation-header-and-footer/ Recent...

    docs.aspose.com/slides/cpp/presentation-header-...
  3. Export to XAML|Aspose.Slides Documentation

    Export or convert PowerPoint Presentation to XAML...Contents [ Hide ] Exporting Presentations to XAML Info In Aspose.Slides...You can now export your presentations to XAML. About XAML XAML...

    docs.aspose.com/slides/net/export-to-xaml/
  4. set_VbaProject() | Aspose.Slides for C++ API Re...

    Sets VBA project with Presentation macros. Write Vba::IVbaProject....set_VbaProject() Presentation::set_VbaProject(System::Shared...method Sets VBA project with presentation macros. Write Vba::IVbaProject...

    reference.aspose.com/slides/cpp/aspose.slides/p...
  5. How to Insert Image into PowerPoint Table using...

    This example focuses on how to insert Image into PowerPoint Table using Python. It describes all the requisite information to set up the environment and a working example code to add table image in PowerPoint using Python....default presentation using an instance of the Presentation class...Insert the image inside the presentation image collection Access...

    kb.aspose.com/slides/python/how-to-insert-image...
  6. Convert PPS to GIF using Java | products.aspose...

    Sample Java conversion code for PPS format to GIF file. Use this example code to export PowerPoint & OpenOffice Presentations to GIF within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/pps-...
  7. Convert PPS to JPEG using Java | products.aspos...

    Sample Java conversion code for PPS format to JPEG file. Use this example code to export PowerPoint & OpenOffice Presentations to JPEG within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/pps-...
  8. Convert OTP to BMP using Java | products.aspose...

    Sample Java conversion code for OTP format to BMP file. Use this example code to export PowerPoint & OpenOffice Presentations to BMP within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/otp-...
  9. Format Text using VSTO and Aspose.Slides and .N...

    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....shows how to read a sample presentation with some text on the first...following steps: Open the source presentation. Access the first slide...

    docs.aspose.com/slides/net/format-text-using-vs...
  10. Issue when saving a PPT file to image format - ...

    Hi, I’m using Aspose Slides .NET version 23.12.0 and found an issue with it. Here is the step to reproduce: Open input file and save it as a ppt file: var inputPpt = @“D:\sample_A.ppt”; var outputPpt = @“D:\sample_…...ReadWrite)) { Presentation presentation = null; presentation = new ...Presentation(inputStream); presentation.Save(outputPpt, SaveFormat...

    forum.aspose.com/t/issue-when-saving-a-ppt-file...