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

stream provider

(0.14 sec)
  1. Licensing|Documentation

    Aspose.3D for Python via .NET provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies....3D provides different plans for purchase...Limitation The evaluation version provides all the features except the...

    docs.aspose.com/3d/python-net/licensing/
  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. 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/
  4. Create figures in LaTeX | .NET API Solution

    .NET API Solution to work with TeX. Includes the functionality to create document figures in LaTeX and save the result file as images....platform for figure creation, providing high-quality typography, mathematical...LaTeX figures in PNG C# The provided code snippet demonstrates...

    products.aspose.com/tex/net/latex-figures/
  5. 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/
  6. 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...
  7. 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/
  8. 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/
  9. 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...
  10. 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/