Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 4,100 for

stream provider

(0.97 sec)
  1. Loading the image throws an error 'Image loadin...

    I have a tif file which is to be converted to pdf file. To load the image, i tried passing tif file as the documentStream in => skbitmap = SKBitmap.Decode(documentStream); //the value of skbitmap becoming Null. second…...issue: Check File Path and Stream : Ensure that the documentStream...points to the TIFF file. If the stream is null or the file path is...

    forum.aspose.com/t/loading-the-image-throws-an-...
  2. Handling Large Excel Files using Aspose cells -...

    Hi Team, Need best ways to handle large files using Aspose cells. I have seen the documentation but could not get it working as such. I have the below requirements and need suggestion to utilize aspose for files beyond …...either through memory stream or file stream 2.The Initialize workbook...any difference Is there any streaming supported, while reading or...

    forum.aspose.com/t/handling-large-excel-files-u...
  3. LoadFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.LoadFormat enum, defining document formats for seamless loading and enhanced compatibility in your applications....GetResult (); using ( MemoryStream stream = new MemoryStream ( bytes...Load the HTML document from stream and pass the LoadOptions object...

    reference.aspose.com/words/net/aspose.words/loa...
  4. Aspose.TeX's output interface | .NET

    Conversion functionality of Aspose.TeX API solution for .NET with TeX, as an output format is explained here with the code examples....are supposed to be files, streams, arrays, or whatever else.The...directories separately. It provides the general interface for...

    docs.aspose.com/tex/net/aspose-tex-output/
  5. Data encoding for 2D barcodes|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....ISO/IEC 646 ; binary of raw bytes stream encoding; Unicode symbols encoding...effectively encode raw bytes stream. Main problem for Aspose.BarCode...

    docs.aspose.com/barcode/net/data-encoding-2d/
  6. Delete PDF pages|Aspose.PDF for Java

    This section explains how to delete PDF pages with Aspose.PDF Facades using PdfFileEditor class....); } Delete PDF Pages Using Streams The Delete method of PdfFileEditor...PdfFileEditor class also provides an overload which allows you to...

    docs.aspose.com/pdf/java/delete-pdf-pages/
  7. NullReferenceException when concatenating files...

    Hi All, We have noticed issue when concatenating pdf files using Aspose.PDF version 24.7.0.0. This problem has been identified on our machines as well as in our clients’ production environments. When calling Concatenat…...calling Concatenate(Stream[] inputStream, Stream outputStream) for...PdfFileEditor.Concatenate(Stream[] inputStream, Stream outputStream) I...

    forum.aspose.com/t/nullreferenceexception-when-...
  8. Basic Barcode Recognition Parameters|Documentation

    This Article Describes How Basic Recognition Parameters...BarCode for C++ provides class BarCodeReader that enables...file, a bitmap object, or a stream. Then, it is required to set...

    docs.aspose.com/barcode/cpp/basic-recognition-p...
  9. How to Create a Flat ZIP Archive | Aspose.Zip D...

    Learn how to flatten nested zip archives into a single flat archive using Java tools....zip entry into any writable stream, not only to a file. So, we...nested archive to a memory stream. Please note: the virtual memory...

    docs.aspose.com/zip/java/flatten-nested-zip/
  10. PDF to TIFF Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one TIFF single file programmatically with Java sample code using Aspose.PDF for Java...TiffDevice (); ByteArrayOutputStrea stream = new ByteArrayOutputStrea...getPages (). get_Item ( i ), stream ); try ( FileOutputStream fileStream...

    products.aspose.com/pdf/java/merger/pdf-to-tiff/