Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 3,935 for

stream provider

(0.11 sec)
  1. Creating, Opening and Saving Images|Documentation

    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....output path or by setting a stream. Creating by Setting Path Create...data resides (in a file or a stream). In the example below, the...

    docs.aspose.com/psd/net/creating-opening-and-sa...
  2. Splitter class | Aspose.Words for Python

    aspose.words.lowcode.Splitter class. Provides methods intended to split the documents into parts using different criteria....Splitter class Splitter class Provides methods intended to split...extract_pages(input_stream, output_stream, save_format, start_page_index...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ComHelper class | Aspose.Words for Node.js

    Aspose.Words.ComHelper class. Provides methods for COM clients to load a document into Aspose.Words....ComHelper class ComHelper class Provides methods for COM clients to...load a document from a file or stream into a Document object in a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Merge PDF files using .NET 5|Aspose.PDF for .NET

    This article explains possible ways to concatenate any number of existing PDF files into a Single PDF file....(firstInputFile and secInputFile) provide the complete file names with...Third argument (outputFile) provides the desired file name with...

    docs.aspose.com/pdf/net/how-to-concatenate-pdf-...
  5. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...We will check the issue and provide you more information. wadekeenan...SetBorders method } } public static Stream SaveToStream(this Document...

    forum.aspose.com/t/prevent-table-header-rows-fr...
  6. XmlDataSource constructor | Aspose.Words for Py...

    aspose.words.reporting.XmlDataSource constructor... XmlDataSource(xml_stream) Creates a new data source...source with data from an XML stream using default options for XML data...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert PDF to BMP|Aspose.PDF for Android via Java

    This article describes how to convert PDF Pages to BMP image, convert all Pages to BMP images and convert single PDF page to BMP image with Java.... This class provides a method named Process which...to BMP images. This class provides a method named process(..)...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  8. Convert PDF to PNG|Aspose.PDF for Android via Java

    This page describes how to convert PDF Pages to PNG image, convert all and single pages to PNG images with Aspose.PDF for Android via Java.... This class provides a method named Process which..."PDF-to-PNG.png" ); // Create stream object to save the output image...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  9. FontSavingArgs.keep_font_stream_open property |...

    FontSavingArgs.keep_font_Stream_open property. Specifies whether Aspose.Words should keep the Stream open or close it after saving a font....keep_font_stream_open property FontSavingArgs.keep_font_stream_open...Aspose.Words should keep the stream open or close it after saving...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Save a Document in Python|Aspose.Words for Pyth...

    Save a document in any supported format using Python....Words provides the save method of the Document...saving a document to a file or stream. The document can be saved...

    docs.aspose.com/words/python-net/save-a-document/