Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 145,388 for

load

(0.18 sec)
  1. View PPTX in C++ | products.aspose.com

    View PPTX in C++. Use C++ library API to open and view PowerPoint presentation...Slides for C++ , you can load and view a presentation with...Instantiate a Presentation object and load the PPTX file. Create an instance...

    products.aspose.com/slides/cpp/viewer/pptx/
  2. How to Convert PPT to PPTX in C#

    This tutorial explains how to convert PPT to PPTX in C#. You will get crisp information about the environment settings, details steps and a runnable sample code to transform PPT to PPTX in C#....information to customize the loading of the source PPT file and...LoadOptions class object Set the load format to PPT Set a password...

    kb.aspose.com/slides/net/how-to-convert-ppt-to-...
  3. Aspose.PSD for .NET 21.6 - Release Notes|Docume...

    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.... Load ( sourceFileName )) { image...image = ( PsdImage ) Image . Load ( sourceFileName )) { image...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-6...
  4. Aspose.PSD for .NET 20.12 - Release Notes|Docum...

    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.... Load ( dataDir + filePath + ".psd"...PsdImage psd = ( PsdImage ) Image . Load ( filePath )) { for ( int i...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  5. Aspose.PSD for Java 25.1 - Release Notes|Docume...

    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.... load ( srcFile )) { var smartObjectLayer...image = ( PsdImage ) Image . load ( srcFile )) { var smartObjectLayer...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  6. How to Fetch Font Metrics using Java

    In this tutorial, you will learn how to fetch font metrics using Java by Loading the font file and then fetching the desired information. This process to get font metrics using Java does not require any other third-party tool....procedure and a working Java code to load a PFB font and fetch the font...font metrics in the application Load the sample PFB font file into...

    kb.aspose.com/font/java/how-to-fetch-font-metri...
  7. Replace Images in the Presentation’s Image Coll...

    Replace images in presentations fast with Python. Supporting PowerPoint and OpenDocument formats to streamline workflows and boost slide quality....Please follow the steps below: Load the presentation file with image...it using Presentation class. Load an image from file in byte array...

    docs.aspose.com/slides/python-net/replacing-ima...
  8. Document.OriginalFileName | Aspose.Words for .NET

    Retrieve the original file name of your document effortlessly with the Document OriginalFileName property. Enhance your workflow and organization today!...Returns null if the document was loaded from a stream or created blank...retrieve details of a document’s load operation. Document doc = new...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Rotate and Flip an Image in PHP|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.... PHP Code # Load an existing image (of type bmp)...Image (); $image = $image -> load ( $dataDir . "test.jpg" ); $rotateFlipType...

    docs.aspose.com/imaging/java/rotate-and-flip-an...
  10. View PPT in Java | products.aspose.com

    View PPT in Java. Use Java library API to open and view PowerPoint presentation...Slides for Java , you can load and view a presentation with...Instantiate a Presentation object and load the PPT file. Create an instance...

    products.aspose.com/slides/java/viewer/ppt/