Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 4,347 for

stream provider

(0.1 sec)
  1. PDF to JPEG Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one JPEG single file programmatically with C# sample code using Aspose.PDF for .NET... Pages ) { using var stream = new MemoryStream (); jpegDevice...jpegDevice . Process ( page , stream ); stream . Position = 0 ; var outputFile...

    products.aspose.com/pdf/net/merger/pdf-to-jpeg/
  2. ImageSavingArgs class | Aspose.Words for Node.js

    Aspose.Words.Saving.ImageSavingArgs class. Provides data for the [IImageSavingCallback.imageSaving()](../iimagesavingcallback/imageSaving/#imagesavingargs) event...class ImageSavingArgs class Provides data for the IImageSavingCallback...images into files by providing your own stream objects. To apply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FontSavingArgs Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.FontSavingArgs class—enhance document processing with detailed FontSaving event data for superior customization and control....Hide ] FontSavingArgs class Provides data for the FontSaving event...set; } Allows to specify the stream where the font will be saved...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Your First Aspose.Diagram Application - Hello W...

    本页介绍如何使用 Aspose.Diagram 库创建第一个应用程序。... class ); // Open the stream. Read only access is enough...load a diagram. InputStream stream = new FileInputStream ( dataDir...

    docs.aspose.com/diagram/zh/java/your-first-aspo...
  5. "This license file is corrupt"-error irregularl...

    Hi, When used in an API, I sometimes get the error: Error occured: System.IO.IOException: This license file is corrupted The license file is loaded with this code: Aspose.Cells.License license = new Aspose.Cells.Lice…...EmbeddedResourceQuer(); var stream = embeddedQuery.Read<Excel....lic"); license.SetLicense(stream); However, we tried this approach...

    forum.aspose.com/t/this-license-file-is-corrupt...
  6. Open DICOM file|Aspose.Medical for .NET Documen...

    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....Opening a DICOM File from a Stream To open an existing DICOM file...file using its System.IO.Stream , you simply have to call the...

    docs.aspose.com/medical/net/developer-guide/ope...
  7. Image added using Place in cell option removed ...

    Steps: Open a blank excel file Click the Insert tab Click on Pictures Click Place In Cell Browse an image from your PC and add it into any cell In another part of the excel, just copy paste an image When this excel (T…...using (var doc = new Workbook(Stream)) { var converted = new MemoryStream();...Begin); return new FileContent { Stream = converted, FileName = Path...

    forum.aspose.com/t/image-added-using-place-in-c...
  8. XZ File Format & .xz Extension - Comprehensive ...

    Discover the XZ archive file format and .xz extension, renowned for its high compression efficiency and open-source compatibility. Learn about its features, how to open and extract XZ files, and its role in modern data compression across various platforms....XZ archives are designed to provide efficient compression with...integrity. Compressed Data Stream: The core of the XZ archive...

    products.aspose.com/zip/most-common-archives/wh...
  9. Protected Sheet Without Password - Free Support...

    We use below method to load the document into Aspose by trying with different LoadFormat Workbook LoadExcelDocument(FileStream Stream) { Aspose.Cells.Workbook workbook; bool isExcelDocumentLoaded = false; v…...LoadExcelDocument(FileStream stream) { Aspose.Cells.Workbook workbook;...false; var nativeExcelDocument = stream; try { int counter = 0; var...

    forum.aspose.com/t/protected-sheet-without-pass...
  10. Save Generated Barcodes in Java|Documentation

    How to Save Generated Barcodes in Aspose.BarCode for Python via .NET...generated barcode images as files, streams, or bitmaps, as well as various...image formats but also as streams or vector files. Aspose.BarCode...

    docs.aspose.com/barcode/python-net/save-barcode...