Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 4,401 for

stream provider

(0.15 sec)
  1. OleFormat.OlePackage | Aspose.Words for .NET

    Access OlePackage properties for OLE objects effortlessly. Get seamless integration with OLE Packages and enhance your data handling capabilities....OlePackage property Provide access to OlePackage if OLE...zip" ); using ( MemoryStream stream = new MemoryStream ( zipFileBytes...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Convert PDF to Images formats|Aspose.PDF for Java

    Discover how to convert PDF pages into image formats like PNG, JPEG, and TIFF using Aspose.PDF for Java.... This class provides a method named Process which...page and save the image to stream tiffDevice . process ( document...

    docs.aspose.com/pdf/java/convert-pdf-to-images-...
  3. Create figures in LaTeX | C++ API Solution

    C++ API Solution to work with TeX. Includes the functionality to create document figures in LaTeX and save the result file as images....High-quality typography: LaTeX provides precise control over fonts...foundation for crafting figures, providing exceptional typography, mathematical...

    products.aspose.com/tex/cpp/latex-figures/
  4. Save Presentations in PHP|Aspose.Slides for PHP...

    Discover how to save presentations using Aspose.Slides for PHP via Java — export to PowerPoint or OpenDocument while retaining layouts, fonts and effects.... you can save to a file or stream . This article explains the...Presentations to Streams You can save a presentation to a stream by passing...

    docs.aspose.com/slides/php-java/save-presentation/
  5. 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/
  6. Reading Project Files | Aspose.Tasks Documentation

    This guide explains how to read and process Microsoft Project files using Aspose.Tasks for C++....GitHub Reading Project File from Stream Copy 1 // The path to the documents...file stream 5 { 6 System::SharedPtr < System::IO::Stream > filesStream...

    docs.aspose.com/tasks/cpp/reading-project/
  7. StreamFontSource | Aspose.Words for Java

    Base class for user-defined Stream font source in Java....Base class for user-defined stream font source. To learn more...Remarks: In order to use the stream font source you should create...

    reference.aspose.com/words/java/com.aspose.word...
  8. Save Generated Barcodes in C#|Documentation

    Save Barcodes to File, Stream, Image Formats like BMP, PNG, GIF, JPEG, EMF, SVG using C# API...generated barcode images to files, streams, or bitmaps, as well as outputting...file formats but also to a stream or a vector file. Aspose.BarCode...

    docs.aspose.com/barcode/net/save-barcode-image/
  9. An exception is thrown when trying to save a sc...

    Hi! Software (incl. versions) where issue can be reproduced: We’re using NUGET package “Aspose.PDF.Diagram” version 25.9.0 on a NET 8 project for copying a scanned PDF to a MemoryStream asynchronously using Document.Sa…...following code: public static Stream GetSavedDocumentStre(Document...ent document) { Stream ms = new MemoryStream(); document.Optimize();...

    forum.aspose.com/t/an-exception-is-thrown-when-...
  10. Insertion of charts at a bookmark renders incor...

    Hi, I’m inserting a document at a bookmark location in another document. The document that I’m inserting contains a set of links that point to a range of cells in a dummy excel file. After insertion, I use another exce…...SourceItem; Stream TempImgStream = ProcessOle...suppiled if (TempImgStream != Stream.Null) { Image TempImg = Image...

    forum.aspose.com/t/insertion-of-charts-at-a-boo...