Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 151,216 for

load

(0.07 sec)
  1. Aspose.PSD for .NET 21.9 - 发行说明|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 ( inputFilePath )) { image ...不应抛出异常 using ( var im = Image . Load ( fileName , loadOptions ))...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  2. Aspose.PSD for .NET 18.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 ( sourceFileName , loadOptions...var im = ( PsdImage ) Image . Load ( sourceFileName , loadOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-18-1...
  3. Draw Timeline while rendering Excel to PDF with...

    Manage timelines of Excel files with Aspose.Cells with C++.... The following sample code loads the sample Excel file that contains...Aspose :: Cells :: Startup (); // Load sample Excel file U16String...

    docs.aspose.com/cells/cpp/draw-timeline-while-r...
  4. Aspose.PSD for Java 23.6 -发布说明|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 ( sourceFileWithThresh )) {...image = ( PsdImage ) Image . load ( sourceFileWithoutThr )) {...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  5. Clone Document, Convert Clone .ToString(SaveFor...

    I am having some trouble with a requirement. I need to make changes to a clone of a document while it is in HTML string format (or possibly XML or any other format that will allow me to keep the formatting). After the ch…...LogError(ex, "Failed to load the document."); throw; } }...format). Edit that HTML string. Load the edited HTML back into a...

    forum.aspose.com/t/clone-document-convert-clone...
  6. C# Microsoft Visio Files Conversion | products....

    Convert Microsoft Visio formats VSDX VSX VTX VDX VSSX VSTX VSDM VSSM VSTM VDW VSD VSS VST to PDF HTML and Images with few lines of C# code via .NET library....Diagram class to load the source VSD file. After loading the file, Call...same. Use the Diagram class to load the file and calling the save...

    products.aspose.com/diagram/net/conversion/
  7. Aspose.PSD for .NET 22.5 - 发行说明|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 ( inputFile , new LoadOptions...psdImage = ( PsdImage ) Image . Load ( sourceFile )) { foreach (...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Convert TTF to WOFF using C#

    Follow this article to convert TTF to WOFF using C#. It contains details to set the IDE, a list of steps, and a sample code to develop a font TTF to WOFF converter using C#....file and font handling features Load a license to avoid limitations...create output without a watermark Load the font into a memory stream...

    kb.aspose.com/font/net/convert-ttf-to-woff-usin...
  9. Add and Verify PDF Digital Signature using C# |...

    Сreate electronic signature in PDF documents programmatically with C# sample code using Aspose.PDF for .NET... Load the PDF with an instance of Document. Load all the...

    products.aspose.com/pdf/net/signature/
  10. How to add Text Annotation using C++ | Aspose.PDF

    Add Text annotations programmatically in PDF with C++ sample code on any platform with C++ language... Load PDF in an instance of Document...Annotations from PDF - C++ Example // Load the PDF file Document document...

    products.aspose.com/pdf/cpp/annotation/text/add/