Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 151,266 for

load

(0.35 sec)
  1. How to resize an image|Documentation

    Resize an image. Change photos height and width. Sizing photos proportionally....need to load your image into cache memory using method Load of the...

    docs.aspose.com/imaging/java/developer-guide/ho...
  2. Supported File Formats|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....for Java can load and Save. Format Description Load Save Remarks...

    docs.aspose.com/psd/java/supported-file-formats/
  3. Drawing Vector Images|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.... Load a SVG image Rasterize SVG to...and write the result to a file Load a PNG image from file for further...

    docs.aspose.com/imaging/python-net/drawing-vect...
  4. IDocumentReaderPlugin.Read | Aspose.Words for .NET

    Effortlessly read data into your Document instance with the IDocumentReaderPlugin's Read method. Enhance your document processing today!...LoadOptions An additional load options to load the document. document...

    reference.aspose.com/words/net/aspose.words/ido...
  5. Image Deskew Licensing Plugin|Documentation

    Correct skew in images using the Image Deskew plugin in C#, offering precise deskew operations to normalize angles and enhance scanned documents... Then, load your file, such as a TIFF image...image format, using the `Load()` method, and proceed to deskew...

    docs.aspose.com/imaging/net/aspose-imaging-net-...
  6. Supported File Formats|Aspose.Slides 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....Services can load and save. Format Description Load Save Remarks...

    docs.aspose.com/slides/reportingservices/suppor...
  7. Aspose.PSD for Java 23.10 - 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 ( sourceFile )) { PngOptions...image = ( PsdImage ) Image . load ( sourceFile )) { Layer layer...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  8. Aspose.PSD for .NET 23.7 - 发布说明|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.... Load ( src )) { // 为每个图层创建帧。 int...image = ( PsdImage ) Image . Load ( srcFile , new PsdLoadOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. Merge Excel Files using Python

    Follow this article to merge Excel files using Python. It includes details on setting up the IDE, a list of instructions, and sample code to combine Excel files using Python....techniques to control the loading of the input Excel files, along...classes from the library and load the license Create a list of...

    kb.aspose.com/cells/python/merge-excel-files-us...
  10. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…... Load the HTML : Use the Document class to load your HTML...content along with the specified load options. Save the Document :...

    forum.aspose.com/t/insert-html-into-word-includ...