Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 14,939 for

content stream

(0.21 sec)
  1. LoadFormat enumeration | Aspose.Words for Python

    aspose.words.LoadFormat enumeration. Indicates the format of the document that is to be loaded.... read ()) as stream : # The URL is used again as...Load the HTML document from stream and pass the LoadOptions object...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Converter.convert_to_images method | Aspose.Wor...

    aspose.words.lowcode.Converter.convert_to_images method...convert_to_images method Contents [ Hide ] convert_to_images(input_file...format and returns an array of streams containing the images. def...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.insert_ole_object method | Aspo...

    aspose.words.DocumentBuilder.insert_ole_object method...insert_ole_object method Contents [ Hide ] insert_ole_object(stream, prog_id...embedded OLE object from a stream into the document. def insert_ole_object...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert EPUB to JPG – C# code examples

    Convert EPUB to JPG in C# using Aspose.HTML for .NET API. Consider various EPUB to JPG conversion scenarios in C# examples. Try online EPUB Converter....Convert EPUB to JPG in C# Contents [ Hide Show ] JPG files can...Aspose.Html.Saving; using var stream = File.OpenRead(DataDir + "input...

    docs.aspose.com/html/net/convert-epub-to-jpg/
  5. Get Barcode Type and Encoded Data|Documentation

    This article describes how to read barcode parameters...Barcode Type and Encoded Data Contents [ Hide ] Get Barcode Type...type. Get Barcode Data as Byte Stream It is possible to load barcode...

    docs.aspose.com/barcode/java/get-barcode-type-a...
  6. DataSet | Aspose.Words for Java

    Represents an in-memory cache of data in Java....DataSet Contents [ Hide ] Inheritance: java.lang.Object public...isLocaleSpecified() readXml(InputStream stream) Reads XML schema and data...

    reference.aspose.com/words/java/com.aspose.word...
  7. Replacer.replace_regex method | Aspose.Words fo...

    aspose.words.lowcode.Replacer.replace_regex method...replace_regex method Contents [ Hide ] replace_regex(input_file_name...replace_regex(input_stream, output_stream, save_format, pattern...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Open Presentations in .NET|Aspose.Slides Docume...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for .NET—fast, reliable, fully featured....NET Contents [ Hide ] Overview Beyond creating...information about it, edit slide content, add new slides, remove existing...

    docs.aspose.com/slides/net/open-presentation/
  9. 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/
  10. Working with Operators using C++|Aspose.PDF for...

    This topic explains how to use operators with Aspose.PDF in C++. The operator classes provide great features for PDF manipulation....Working with Operators using C++ Contents [ Hide ] Introduction to the...inside the content stream. A content stream is a PDF stream object...

    docs.aspose.com/pdf/cpp/operators/