Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 3,903 for

stream provider

(0.07 sec)
  1. LoadOptions | Aspose.Words for Java

    Allows to specify additional options such as password or base URI when loading a document into a Document object in Java....the document from a stream: InputStream stream = new FileInputStream(getMyDir()...new Document(stream, options); } finally { if (stream != null) stream...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to Convert XPS to PDF in C#

    This tutorial is written to explain how to convert XPS to PDF in C#. It includes all the information to configure the environment, code snippet, and the step-by-step algorithm to convert XPS document to PDF in C#...the input XPS file using a Stream class object Initialize a PdfSaveOptions...file to PDF in C# . Use the Stream class object to load the input...

    kb.aspose.com/page/net/how-to-convert-xps-to-pd...
  3. Save an SVG Document in C# – Aspose.SVG for .NET

    In the article, you will learn how to save an SVG document to a file, memory Stream, ZIP archive or Url using Aspose.SVG for .NET library....allow saving SVG to a file, stream, Zip archive or Url. In this...Moreover, Aspose.SVG for .NET provides the class that allows save...

    docs.aspose.com/svg/net/save-svg-document/
  4. Convert MOBI to XLTM in C++ or with free Online...

    C++ API to Convert MOBI to XLTM or Online App without using using Microsoft Word or Microsoft Excel or online. Test free MOBI to XLTM online converter quickly before integrating the code.... Save XLTM File to Stream via C++ After converting MOBI...your document to stream. To save files to a stream, create a MemoryStream...

    products.aspose.com/total/cpp/conversion/mobi-t...
  5. Convert MOBI to XLSX in C++ or with free Online...

    C++ API to Convert MOBI to XLSX or Online App without using using Microsoft Word or Microsoft Excel or online. Test free MOBI to XLSX online converter quickly before integrating the code.... Save XLSX File to Stream via C++ After converting MOBI...your document to stream. To save files to a stream, create a MemoryStream...

    products.aspose.com/total/cpp/conversion/mobi-t...
  6. OleFormat.suggested_file_name property | Aspose...

    OleFormat.suggested_file_name property. Gets the file name suggested for the current embedded object if you want to save it into a file....as_shape () # OLE objects can provide a suggested filename and extension...as file_stream : ole_shape . ole_format . save ( stream = file_stream...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose PDF License|Aspose.PDF for .NET

    Aspose. PDF for .NET invites its customers to get a Classic license and Metered License. As well as use a limited license to better explore the product....NET provides full product functionality...can be loaded from a file or stream object. The easiest way to...

    docs.aspose.com/pdf/net/licensing/
  8. Convert PUB to Word in Java

    This basic article explains how to convert PUB to Word in Java. It begins by guiding you through the environment setup, then walks through the process and provides sample code to explain each part of converting Publisher files to Word in Java....walks through the process and provides sample code to explain each...parser from either a file or a stream. Likewise, the IPdfConverter...

    kb.aspose.com/pub/java/convert-pub-to-word-in-j...
  9. Create a Document in Python – Create or Load HT...

    Learn how to load HTML from a file, URL, and create HTML from scratch. Consider approaches to load HTML-based documents using Aspose.HTML for Python via .NET.... The API provides the class, which is the root...from a string, from a memory stream, or loaded from a file or URL...

    docs.aspose.com/html/python-net/create-a-document/
  10. Load And Save To Disk in Python|Aspose.Words fo...

    Load And Save Document To Disk using Python....create Document Object by providing it a document name with full...in Python Load And Save To Stream in Python Related articles...

    docs.aspose.com/words/java/load-and-save-to-dis...