Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 3,535 for

presentation to xps

(0.06 sec)
  1. Merge ODP Files via C++ | products.aspose.com

    C++ example code To combine ODP documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/odp/
  2. Merge PPTM Files via C++ | products.aspose.com

    C++ example code To combine PPTM documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/pptm/
  3. Merge FODP Files Using Python | products.aspose...

    Merge multiple FODP files in Python....PowerPoint and OpenOffice presentation files without the use of...creating and manipulating presentation files. Moreover, it provides...

    products.aspose.com/slides/python-net/merge/fodp/
  4. Merge PPSM Files Using Python | products.aspose...

    Merge multiple PPSM files in Python....PowerPoint and OpenOffice presentation files without the use of...creating and manipulating presentation files. Moreover, it provides...

    products.aspose.com/slides/python-net/merge/ppsm/
  5. Merge PPS Files Using Python | products.aspose.com

    Merge multiple PPS files in Python....PowerPoint and OpenOffice presentation files without the use of...creating and manipulating presentation files. Moreover, it provides...

    products.aspose.com/slides/python-net/merge/pps/
  6. Merge POT Files using Java | products.aspose.com

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

    products.aspose.com/slides/java/merger/pot/
  7. Merge OTP Files using Java | products.aspose.com

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

    products.aspose.com/slides/java/merger/otp/
  8. 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/
  9. Product Overview|Aspose.Slides Documentation

    Aspose.Slides for .NET lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) Presentations without Microsoft Office....allows you to save your presentations in a variety of ways. For...example, you can save your presentations in PPT; you can also save...

    docs.aspose.com/slides/net/product-overview/
  10. Merge POT Files using .NET | products.aspose.com

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

    products.aspose.com/slides/net/merger/pot/