Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 4,288 for

stream provider

(1.05 sec)
  1. C++ API to Convert XML to XLSB | products.aspos...

    Convert XML to XLSB via C++ API without using Microsoft Excel or Adobe Reader...PDF for C++ provides a simple API that can be used...XLSX. Aspose.Cells for C++ provides a powerful Spreadsheet Programming...

    products.aspose.com/total/cpp/conversion/xml-to...
  2. C++ API to Convert CGM to EXCEL | products.aspo...

    Convert CGM to EXCEL via C++ API without using Microsoft Excel or Adobe Reader... This library provides a wide range of features to...XLSX to EXCEL. This library provides a comprehensive set of features...

    products.aspose.com/total/cpp/conversion/cgm-to...
  3. ImageFieldMergingArgs class | Aspose.Words for ...

    aspose.words.mailmerging.ImageFieldMergingArgs class. Provides data for the [IFieldMergingCallback.image_field_merging()](../ifieldmergingcallback/image_field_merging/#imagefieldmergingargs) event...ImageFieldMergingArg class Provides data for the IFieldMergingCallbac...event to return a file name, stream, or an SkiaSharp.SKBitmap object...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Major performance issue in latest Aspose PDF ve...

    Hi Team, We recently updated Aspose.Pdf from version 24.02 to 25.06 in our .NET Framework application. After the update, we observed a significant performance degradation when generating bigger documents that include he…... The provided code below can be used to...AddHeaderAndFooterAs(document); using (var stream = new MemoryStream()) { var...

    forum.aspose.com/t/major-performance-issue-in-l...
  5. FileFormatUtil class | Aspose.Words for Node.js

    Aspose.Words.FileFormatUtil class. Provides utility methods for working with file formats, such as detecting file format or converting file extensions to/from file format enums...class FileFormatUtil class Provides utility methods for working...disk file. detectFileFormat(stream) Detects and returns the information...

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

    Overview of Licensing Requirements and Evaluation Version Limitations for processing 3D file formats in C#....Limitation The evaluation version provides all the features except the...Apply License using File or Stream Object The license can be loaded...

    docs.aspose.com/3d/net/licensing/
  7. ArgumentOutOfRangeException when loading MPP fi...

    Product: Aspose.Tasks for .NET Version: 25.8.0 Environment: .NET 8.0, Windows MPP files containing Material type resources crash Aspose.Tasks immediately during Project constructor. The issue occurs because Material r…...ctor(Stream stream, LoadOptions options) Reproduction:...resources Code: new Project(stream, new LoadOptions()) Immediate...

    forum.aspose.com/t/argumentoutofrangeexception-...
  8. PDF to PNG Merge using Java | Aspose.PDF

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

    products.aspose.com/pdf/java/merger/pdf-to-png/
  9. Convert HTML to TIFF in Python | products.aspos...

    Convert HTML to TIFF in Python. Use Python library API to convert HTML files to TIFFs... Moreover, it provides flexible ways to convert HTML..."file.html" , "rt" ) as stream: data = stream . read() pres . slides...

    products.aspose.com/slides/python-net/conversio...
  10. 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/