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

load

(0.22 sec)
  1. Get Warning Callbacks for Font Substitution in ...

    Learn to get warning callbacks for font substitution in Aspose.Slides for .NET and display PowerPoint and OpenDocument presentations accurately.... Load a presentation that uses a font...new FontWarningHandler (); // Load the presentation from the specified...

    docs.aspose.com/slides/net/getting-warning-call...
  2. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for Java and display PowerPoint and OpenDocument presentations accurately.... Load a presentation that uses a font...new FontWarningHandler ()); // Load the presentation from the specified...

    docs.aspose.com/slides/java/getting-warning-cal...
  3. Aspose.PSD for .NET 25.5 - 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 ( outputPsd )) { FillLayer fillLayer...PsdImage ) Aspose . PSD . Image . Load ( sourceFile , new PsdLoadOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-5...
  4. Aspose.PSD for Python via .NET 25.3 - Release N...

    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_effects_resource = True with PsdImage . load ( sourceFile..."Layers-NoImage.png" ) with AiImage . load ( sourceFile ) as image : image...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  5. 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...
  6. 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...
  7. Aspose.PSD for .NET 19.12 - 发布说明|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 ( "example.psd" )) { Layer []...var im = ( PsdImage ) Image . Load ( sourceFileName ); using (...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  8. 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...
  9. How to Convert PowerPoint to Word in C#

    This short tutorial guides on how to convert PowerPoint to Word in C#. It shares all the necessary steps, resources and runnable sample code to transform PowerPoint into Word in C# with the help of a few API calls only.... You will learn how to load an existing PowerPoint presentation...for .NET from the repository Load the source presentation into...

    kb.aspose.com/slides/net/how-to-convert-powerpo...
  10. Aspose.cells version 24.11.0 : Getting Font siz...

    I am using the Aspose.cells version 24.11.0 licensed version in my project. I am getting an error Font size is out of range while accessing the below class Workbook workbook = new Workbook(“filepath”,options); provide…...are using custom load options, try loading the workbook with...Here’s a minimal code snippet to load the workbook with default options:...

    forum.aspose.com/t/aspose-cells-version-24-11-0...