Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 152,146 for

load

(0.42 sec)
  1. Html to Excel rowspan issue - Free Support Foru...

    I am converting excel from html using aspose cells library 25.12 version and java version 21 but rowspan is not applying in excel This is html and my java code for converting …...Codes // Create Aspose HTML Load Options final HtmlLoadOptions...HtmlLoadOptions(LoadFormat.HTML); // Configure load options for better HTML rendering...

    forum.aspose.com/t/html-to-excel-rowspan-issue/...
  2. Insert Image|Documentation

    This section explains how to insert a image in a visio page with Aspose.Diagram. Support using java to insert image and save as pdf, svg, html, image, xps and other formats.... class ) + "Pages/" ; // load an existing Visio Diagram diagram...AddImageToPage . class ) + "Pages/" ; // load an existing Visio Diagram diagram...

    docs.aspose.com/diagram/java/drawing/insert-image/
  3. Draw Diamond|Documentation

    This section explains how to draw diamond in a visio page with Aspose.Diagram. Support using C# to draw diamond and save as pdf, svg, html, image, xps and other formats....GetDataDir_VisioPages (); // Load diagram Diagram diagram = new...GetDataDir_VisioPages (); // Load diagram Diagram diagram = new...

    docs.aspose.com/diagram/net/drawing/draw-diamond/
  4. Draw Triangle|Documentation

    This section explains how to draw triangle in a visio page with Aspose.Diagram. Support using C# to draw triangle and save as pdf, svg, html, image, xps and other formats....GetDataDir_VisioPages (); // Load diagram Diagram diagram = new...GetDataDir_VisioPages (); // Load diagram Diagram diagram = new...

    docs.aspose.com/diagram/net/drawing/draw-triangle/
  5. Rotate, Change the Position and Connect Sub-Sha...

    This section explains how to rotate a visio shape with Aspose.Diagram....Diagram class constructor to load the VSDX diagram Diagram diagram...process for moving a shape is: Load a diagram. Find a particular...

    docs.aspose.com/diagram/net/rotate-change-the-p...
  6. FileFormatUtil.content_type_to_save_format meth...

    FileFormatUtil.content_type_to_save_format method. Converts IANA content type into a save format enumerated value....find the corresponding Aspose load/save format from each media...not have a corresponding save/load format for a content type, an...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IResourceLoadingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words Loads external resource when importing a document and inserting images using DocumentBuilder in Java....Words loads external resource when importing...to customize the process of loading external resources into a document...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.PSD for Java 23.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....PSDJAVA-568 Fix the manual loading of fonts on MacOS using System...image = ( AiImage ) Image . load ( sourceFile )) { image . save...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  9. Aspose.PSD for .NET 24.8 - 发行说明|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 ( sourceFile , opt )) { foreach...PsdImage img = ( PsdImage ) Image . Load ( outputPsdFile [ caseIndex...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. Non standard email date format header handling ...

    I have some .eml and some .msg mail files that contain date headers in a non-standard format: Date: Thu Sep 30 18:58:24 UTC 2021 Good old AI has suggested that I can use this technique for .msg files: // Create Load …...msg files: // Create load options for the email MsgLoadOptions...include if overridden }); // Load the message with the custom...

    forum.aspose.com/t/non-standard-email-date-form...