Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 113,716 for

presentations

(0.04 sec)
  1. Edit Visio VDX files via Java | products.aspose...

    Java sample code to edit Visio VDX documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....documents that can be used in presentations and documents. The Visio...

    products.aspose.com/diagram/java/editor/vdx/
  2. Protect and lock VDX document via .NET | produc...

    C# source code to lock VDX file on .NET Framework, .NET Core, Mono Platforms....documents that can be used in presentations and documents. The Visio...

    products.aspose.com/diagram/net/protect/vdx/
  3. Parse Documents via Android Mobile Apps | produ...

    Parse PDF, Microsoft Word, Excel and PowerPoint Presentations via mobile android application. Extract Text or Images with ease....Word, Excel, PowerPoint Presentations and PDF files using Aspose...

    products.aspose.com/total/android-java/parse/
  4. Protect Documents with Password via Android Mob...

    Protect PDF, Microsoft Excel spreadsheets, PowerPoint Presentations and Word documents via your Android application. Apply password with ease....spreadsheets, PowerPoint Presentations and PDF files with password...

    products.aspose.com/total/android-java/protect/
  5. Merge VDX Files via Python | products.aspose.com

    Python sample code to combine VDX documents within any Python based application....documents that can be used in presentations and documents. The Visio...

    products.aspose.com/diagram/python-java/merger/...
  6. Installation|Aspose.Slides for Python Documenta...

    Learn how to quickly install Aspose.Slides for Python via .NET. Step-by-step guide, system requirements, and code samples — start working with PowerPoint Presentations today!...developers to start working with presentations right away. However, it’s...code to create a PowerPoint presentation: # Import Aspose.Slides...

    docs.aspose.com/slides/python-net/installation/
  7. 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/
  8. 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/
  9. 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/
  10. Extract text and images from ODP document via C...

    C++ example code to extract text and images from ODP file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....SharedPtr<Presentation> presentation = MakeObject<Presentation>(sourceFilePath);...SlideUtil::GetAllTextBoxes(presentation->get_Slides()->idx_get(...

    products.aspose.com/slides/cpp/parser/odp/