Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 163,413 for

presentation

(0.1 sec)
  1. View ODP in Python | products.aspose.com

    View ODP in Python. Use Python library API to open and view OpenOffice Presentation...manipulate or edit presentations, import presentations from images or...documents, and convert presentations to files in other formats...

    products.aspose.com/slides/python-net/viewer/odp/
  2. Online ODP File Comparison or Build Python Apps...

    Free online app to Compare different ODP files. Python comparison library code for ODP documents....both ODP documents using Presentation class. Iterate through each...each slide of both presentations and compare one by one. Code...

    products.aspose.com/total/python-net/compare/odp/
  3. Convert TXT to PPTX in Python or with free Onli...

    TXT to PPTX conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free TXT to PPTX online converter quickly before integrating the code....the other hand, PPTX is a presentation format used by Microsoft...to create slideshows and presentations. Converting TXT to PPTX...

    products.aspose.com/total/python-net/conversion...
  4. getThumbnails | Aspose.Sildes for Node.js via J...

    getThumbnails Contents [ Hide ] getThumbnails( NotesCommentsLayoutingOptions notesCommentsLayouting) function Returns......objects for all slides of a presentation. Parameters Name Type Description...for specified slides of a presentation. Parameters Name Type Description...

    reference.aspose.com/slides/nodejs-java/aspose....
  5. Merge PPT Files using .NET | products.aspose.com

    C# source code to combine PPT documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.ppt" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/ppt/
  6. Merge OTP Files using .NET | products.aspose.com

    C# source code to combine OTP documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.otp" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/otp/
  7. Merge PPS Files using .NET | products.aspose.com

    C# source code to combine PPS documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.pps" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/pps/
  8. Convert RTF to PPS in Android Apps or with free...

    RTF to PPS conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free RTF to PPS online converter quickly before integrating the code....tasks, such as creating presentations, sharing documents, or archiving...Android Java to create a new Presentation, write HTML content in it...

    products.aspose.com/total/android-java/conversi...
  9. Export EPUB to POWERPOINT via C# API | products...

    .NET API to Convert EPUB to POWERPOINT without using Microsoft Word...second step is to use the Presentation Processing API, Aspose.Slides...convert EPUB to PPTX. The Presentation Processing API, Aspose.Slides...

    products.aspose.com/total/net/conversion/epub-t...
  10. How to Get the Actual Position and Size of the ...

    I can obtain the width and height of an element through shape.Width and shape.Height, and I can get the position of the element using shape.X and shape.Y. Additionally, I can export this element as an image. However, if …...shape from a PowerPoint presentation to an image as follows:...scaleX; using var presentation = new Presentation("sample.pptx");...

    forum.aspose.com/t/how-to-get-the-actual-positi...