Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 4,288 for

stream provider

(0.44 sec)
  1. Replace Images in the Presentation’s Image Coll...

    Replace images in presentations fast with Python. Supporting PowerPoint and OpenDocument formats to Streamline workflows and boost slide quality....NET provides a simple API methods for replacing...file_name , "rb" ) as stream : return stream . read () #Instantiate...

    docs.aspose.com/slides/python-net/replacing-ima...
  2. Licensing|Aspose.Slides Documentation

    Apply, manage, and troubleshoot licenses in Aspose.Slides for .NET. Ensure uninterrupted access to full features with our step-by-step licensing guide.... The evaluation version provides the same functionality as...can be loaded from a file, stream, or embedded resource by using...

    docs.aspose.com/slides/net/licensing/
  3. Save Presentations in Python|Aspose.Slides for ...

    Discover how to save presentations in Python using Aspose.Slides—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/python-net/save-presenta...
  4. Save Presentations in .NET|Aspose.Slides Docume...

    Discover how to save presentations in .NET using Aspose.Slides—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/net/save-presentation/
  5. StreamFontSource class | Aspose.Words for Node.js

    Aspose.Words.Fonts.StreamFontSource class. Base class for user-defined Stream font source...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/nodejs-net/aspose.wo...
  6. Create New PST, Add Sub-folders and Messages|Do...

    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....Email provides the means to create a PST...PersonalStorage create ( OutputStream stream , int blockSize , /*FileFormatVersion*/...

    docs.aspose.com/email/java/create-new-pst-add-s...
  7. Inconsistent Sheet Name Behavior When Reading C...

    We’ve observed inconsistent behavior when reading CSV files using Aspose.Cells: When creating a Workbook object using a file path, the resulting worksheet name matches the CSV file name. However, when creating a Wo…... Can you provide a fix and consistent behavior...InputStream using (FileStream stream = new FileStream("path/to/your/file...

    forum.aspose.com/t/inconsistent-sheet-name-beha...
  8. Working with LZ4 Archives in C# | Aspose.Zip fo...

    C# lz4 API lets you work with creating and managing lz4 archives in your applications without the need of any other 3rd party applications and provides various methods to perform operations on archives.... The API provides the class to work with such...archive stores a single data stream. If you need to package several...

    docs.aspose.com/zip/net/working-with-lz4-archives/
  9. Create formulas in LaTeX | .NET API Solution

    .NET API Solution to work with TeX. Includes the functionality to create math equations in LaTeX and save the result file as images....cross-referencing equations and provides automatic numbering and labeling...amssymb , and mathtools . They provide additional mathematical symbols...

    products.aspose.com/tex/net/latex-math/
  10. PDF to PNG Merge using C# | Aspose.PDF

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

    products.aspose.com/pdf/net/merger/pdf-to-png/