Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 145,959 for

load

(0.2 sec)
  1. Edit HTML in C# – Aspose.HTML for .NET

    Code to edit HTML files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an HTML document....you want to perform involves loading an HTML document, editing and...made with a few required steps: Load an HTML document into a Document...

    products.aspose.com/html/net/editor/html/
  2. TIF to PDF-A-1B is not converting as expected. ...

    Hi Team, We are trying to covert TIF File to PDF using Aspose Total, Aspose PDF. But, the result is not as expected. Image is shrinked and is showing as line. Aspose PDF version : 25.7 Current JDK : 21-jre-alpine vert…...Imaging library to load the TIF image. This class provides...might load a TIF image and convert it to PDF: // Load the TIF...

    forum.aspose.com/t/tif-to-pdf-a-1b-is-not-conve...
  3. 添加形状|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....//Create a document object and load a diagram vsdDoc = vsdApp ....@"Hexagon text." ; Aspose.Diagram // Load masters from any existing diagram...

    docs.aspose.com/diagram/zh/net/add-shapes/
  4. Converting a PDF file to BYTEARRAY using C# | A...

    Sample code for PDF‑to‑BYTEARRAY conversion in .NET. Use the API example code for batch PDF‑to‑BYTEARRAY conversion within VB.NET, ASP.NET, or any .NET‑based application....BYTEARRAY C# developers can easily load & convert PDF files to BYTEARRAY...namespace in your class file Load input PDF File Initialize a...

    products.aspose.com/pdf/net/conversion/pdf-to-b...
  5. Aspose Diagram Exract text from Visio File - Fr...

    Hello Team, I am trying to implement exportText function from visio files. Here in documentation, It has mention for sample for extract text but i can not see any code or sample for same. can you please see and upda…...Program { static void Main() { // Load the Visio file (VSD, VSDX, VSS...WriteLine(plainText); } } } Explanation Load the diagram with new Diagram("file")...

    forum.aspose.com/t/aspose-diagram-exract-text-f...
  6. Merge VSDX Files via Python | products.aspose.com

    Python sample code to combine VSDX documents within any Python based application.... Load the first VSDX file with an...an instance of Diagram class. Load the second VSDX document with...

    products.aspose.com/diagram/python-net/merger/v...
  7. Merge VSS Files via Python | products.aspose.com

    Python sample code to combine VSS documents within any Python based application.... Load the first VSS file with an instance...instance of Diagram class. Load the second VSS document with...

    products.aspose.com/diagram/python-net/merger/vss/
  8. Merge VDX Files via Python | products.aspose.com

    Python sample code to combine VDX documents within any Python based application.... Load the first VDX file with an instance...instance of Diagram class. Load the second VDX document with...

    products.aspose.com/diagram/python-net/merger/vdx/
  9. Working with Image Placement using C++|Aspose.P...

    This section describes the features of working with image placement PDF file using C++ library....( "C: \\ Samples \\ " ); // Load the source PDF document auto...ImagePlacementAbsorb > (); // Load the contents of first page document...

    docs.aspose.com/pdf/cpp/working-with-image-plac...
  10. Providing an image as pixel array|Documentation

    Adding an image as an array of pixels to the Aspose.OCR for .NET recognition package.... Load ( "source.png" )) { Color []...) Aspose . Imaging . Image . Load ( "source.png" )) { Color []...

    docs.aspose.com/ocr/net/ocrinput/image-by-pixel/