Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 4,131 for

stream provider

(0.45 sec)
  1. Load a Web Image from a URL into an Excel Works...

    How to convert an image from a URL to an actual Excel image? This article demonstrates how to achieve this using C# and the simple-to-use Aspose.Cells for .NET API....NET API provides a simple and easy way to load...downloading the image data into a stream and then inserting it into...

    docs.aspose.com/cells/net/load-a-web-image-from...
  2. Working with Document in Node.js|Aspose.Words f...

    The `Document` class provides various document properties and methods using Node.js. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for Node.js. The `Document` object can be saved to a file or Stream and also sent to a browser....represents a document and provides various document properties...saved at any time to a file or stream and also sent to a client browser...

    docs.aspose.com/words/nodejs-net/working-with-d...
  3. Watermarker | Aspose.Words for Java

    Provides methods intended to insert watermarks into the documents in Java....Watermarker extends Processor Provides methods intended to insert...text to the document from the stream using context. String watermarkText...

    reference.aspose.com/words/java/com.aspose.word...
  4. Licensing|CAD 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.... The evaluation version provides absolutely the same capabilities...is free and unlimited and provided both to licensed and evaluation...

    docs.aspose.com/cad/java/licensing/
  5. XamlFixedSaveOptions.resources_folder property ...

    XamlFixedSaveOptions.resources_folder property. Specifies the physical folder where resources (images and fonts) are saved when exporting a document to fixed page Xaml format...a document into a file and provide a file name, Aspose.Words,...you save a document into a stream, Aspose.Words does not have...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Licensing|Documentation

    Evaluate Python Image Processing Library API and set the license using File or Stream. Applying the license removes any restrictions from the evaluation version.... The evaluation version provides the same features as the fully...Imaging for Python via .NET provides full product functionality...

    docs.aspose.com/imaging/python-net/licensing/
  7. Barcode Reading Basics|Documentation

    This Article Describes How to Read Barcodes of Different Symbologies from Images or Stream and How to Recognize All 1D Barcodes Presented in an Image...be represented as a file, a stream, or a bitmap object. After...barcode source (image file, stream, or bitmap), e.g. set the path...

    docs.aspose.com/barcode/nodejsjava/barcode-read...
  8. #NAME error when inserting a chart as an image ...

    Hi Aspose Team, I’m having an issue with some charts where I’m inserting it into a word document and one of the footnotes for the chart comes in as #NAME? even though the name range from which it is pulled into the char…...coordinates in PrintAreas) { Stream ImgStream = ProcessOleObject_Aspose(TestWB...coordinates, dir); if (ImgStream == Stream.Null) { continue; } Builder...

    forum.aspose.com/t/name-error-when-inserting-a-...
  9. Licensing|CAD 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.... The evaluation version provides absolutely the same capabilities...is free and unlimited and provided both to licensed and evaluation...

    docs.aspose.com/cad/java/getting-started/licens...
  10. Saving a file with Slicers using Aspose Makes t...

    Hi There, I am using Aspose.Cell version 26.1.0. Attached are 2 files: slicers-original.xlsx, slicers-saved.xlsx. slicers-saved.zip (8.6 MB) slicers-original.zip (8.5 MB) In our coded we use Aspose.Cells to save the…... var stream = new FileStream( filePath...FileFormat); await workbook.SaveAsync(stream, saveFormat); Please advise...

    forum.aspose.com/t/saving-a-file-with-slicers-u...