Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 4,131 for

stream provider

(0.39 sec)
  1. LaTeX to XPS | Aspose.TeX for C++

    Conversion functionality of Aspose.TeX API solution for C++ lets convert LaTeX files to teh XPS format. Here are some code examples....There is the library that provides an API for manipulating XPS...alternative way. Copy 1 // Create the stream to write the XPS file to. 2...

    docs.aspose.com/tex/cpp/latex-to-xps/
  2. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, Stream with Aspose.Diagram library....with a complete path or a file stream object. Aspose.Diagram API...HTML directly to a stream MemoryStream stream = new MemoryStream...

    docs.aspose.com/diagram/net/save-visio-document/
  3. Advanced Text Extraction from Presentations in ...

    Quickly extract text from PowerPoint and OpenDocument presentations using Aspose.Slides for Java. Follow our simple, step-by-step guide to save time....Slides for Java provides the SlideUtil class. This...getPresentationText ( InputStream stream , int mode ); public IPresentationText...

    docs.aspose.com/slides/java/extract-text-from-p...
  4. Convert TXT to ODP via C# .NET or with free Onl...

    Convert Word txt documents to PowerPoint odp files with C#. Convert multiple files within ASP.NET or other .NET applications....Loading the HTML file using stream reader TextReader tr = new...); // Adding text from HTML stream reader in text frame ashape...

    products.aspose.com/total/net/conversion/txt-to...
  5. LaTeX to PDF | .NET

    To convert TeX to PDF using Aspose.TeX API solution for .NET learn this article to see that describes how to do this and the code examples....detailed look at the code in C# providing the simplest way to convert...approach with stream 2 3 // Create the stream to write the PDF...

    docs.aspose.com/tex/net/latex-to-pdf/
  6. Convert EPUB to PNG – C# code and Online Converter

    Sample code for EPUB to PNG C# conversion. Easily use Aspose.HTML for .NET within any .NET application. Try online EPUB to PNG Converter for free!...Saving; using var stream = File.OpenRead(DataDir + "input...{{/if_output}} Converter.ConvertEPUB(stream, options, "output.{{output...

    products.aspose.com/html/net/conversion/epub-to...
  7. Characters in italic missing in HTML output (Li...

    Hi, we noticed some characters are missing in HTML output which are in italic style. Scenario happens in Linux / Docker. Reproducable with the following setup: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <…...Bitmap; using (var stream = new FileStream(@"./data/out...FileMode.Create)) { doc.Save(stream, htmlOptions); } Console.WriteLine("FINISH");...

    forum.aspose.com/t/characters-in-italic-missing...
  8. Convert Image to Base64 in Python

    This concise tutorial walks through converting image to base64 in Python. It presents a step-by-step approach and provides a code sample showing how to convert JPG to Base64 in Python....Windows, Linux, and MacOS, provided the SDK is installed correctly...image as SVG file These steps provide a structured way to render...

    kb.aspose.com/svg/python/convert-image-to-base6...
  9. Unable to fill the color on images - Free Suppo...

    I am unable to fill the color on images , do we have any way to fill the color?...Cells does not provide a built‑in API to change the...Save the modified image to a stream or temporary file. Insert the...

    forum.aspose.com/t/unable-to-fill-the-color-on-...
  10. Compress Image in Python

    This topic discusses the details to compress image in Python. It encompasses the algorithm and a working code snippet for developing a picture compressor in Python....Windows, macOS, or Linux, provided Python is configured in that...compressed image to the disk or stream according to your requirements...

    kb.aspose.com/imaging/python/compress-image-in-...