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

stream provider

(0.09 sec)
  1. Convert DOTM to POWERPOINT via C++ or with free...

    Export DOTM to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to POWERPOINT online converter quickly before integrating the code....// load the HTML file using stream reader SharedPtr < System ::...HTML ); // add text from HTML stream reader in text frame ParaCollection...

    products.aspose.com/total/cpp/conversion/dotm-t...
  2. Public API Changes in Aspose.Cells 8.8.3|Docume...

    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....to InputStream InputStream stream = new ByteArrayInputStream...Workbook book = new Workbook ( stream , loadOptions ); //Save the...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. How to convert Word to PDF in Java

    This tutorial describes how to convert Word to PDF in Java. It provides the sequence of steps to perform this conversion along with a runnable Java code to convert DOCX to PDF....quick tutorial is designed to provide brief information on how to...can be saved on disk or to a stream. We have seen, how to convert...

    kb.aspose.com/words/java/how-to-convert-word-to...
  4. Product Overview|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....angle Saving to or loading from stream or file Encoding and decoding...recognition functionality is provided without limitations only for...

    docs.aspose.com/barcode/python-net/product-over...
  5. How to Convert MPP to SVG using C#

    This simple article provides details about how to convert MPP to SVG using C#. You can transform a MPP file to SVG using C# with the help of well defined steps and sample code containing a few lines of code only....convert MPP to SVG using C# by providing detailed configuration steps...disk The aforementioned steps provide an easy way to convert MS Project...

    kb.aspose.com/tasks/net/how-to-convert-mpp-to-s...
  6. BMP to PDF Merge using C# | Aspose.PDF

    Combine two or more BMP documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET...document In loop: load image from stream In loop: add image to new PDF...PDF Aspose.PDF for C# API provides a wide range of features for...

    products.aspose.com/pdf/net/merger/bmp-to-pdf/
  7. Clone Document, Convert Clone .ToString(SaveFor...

    I am having some trouble with a requirement. I need to make changes to a clone of a document while it is in HTML string format (or possibly XML or any other format that will allow me to keep the formatting). After the ch…...Document LoadDocumentAsync(byte[] stream, ILogger logger) { try { using...memStream = new MemoryStream(stream)) { return new Document(memStream);...

    forum.aspose.com/t/clone-document-convert-clone...
  8. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using C#. Also insert images from a Database during Mail Merge in C#....event to return a filename, stream, or image object to the Mail...overcome this issue, Aspose.Words provides the Shape property, which...

    docs.aspose.com/words/net/insert-checkboxes-tex...
  9. How to Convert PDF to Text File using C#

    This simple tutorial will provide details on how to convert PDF to Text file using C#. It explains how using C# PDF to Text converter application can be created with few API calls....step-by-step procedure is provided here. As a first step, quickly...extracted text to a file or a stream as per the requirements. Code...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-tex...
  10. How to Convert PDF to Image in Java

    In this quick tutorial you will learn how to convert PDF to image in Java. It will also assist to set resolution and other parameters while the PDF to image conversion in Java is performed....in Java This short tutorial provides guidance on how to convert...from a byte array and input stream also. JpegDevice class is used...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-im...