Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 4,347 for

stream provider

(0.45 sec)
  1. Crop EPS Image in Java

    This blog post will teach you how to crop EPS image in Java using Aspose.Page. This cropping SDK helps Java developers to crop EPS files programmatically....Page for Java provides a robust and developer-friendly...mentioned below: Create an input stream for the source EPS file. Initialize...

    blog.aspose.com/page/crop-eps-image-in-java/
  2. C++ API to Convert EPUB to MD | products.aspose...

    Convert EPUB to MD via C++ API without using Microsoft Excel or Adobe Reader...Total for C++ also provides a range of other features...class. Save MD File Format to Stream via C++ Aspose.Cells for C++...

    products.aspose.com/total/cpp/conversion/epub-t...
  3. C++ API to Convert MD to XLT | products.aspose.com

    Convert MD to XLT via C++ API without using Microsoft Excel or Adobe Reader...format automation library that provides developers with the tools...class. Save XLT File Format to Stream via C++ Aspose.Cells for C++...

    products.aspose.com/total/cpp/conversion/md-to-...
  4. C++ API to Convert XPS to TSV | products.aspose...

    Convert XPS to TSV via C++ API without using Microsoft Excel or Adobe Reader...Total for C++ provides a wide range of features and...class. Save TSV File Format to Stream via C++ Aspose.Cells for C++...

    products.aspose.com/total/cpp/conversion/xps-to...
  5. C++ API to Convert MHTML to XLT | products.aspo...

    Convert MHTML to XLT via C++ API without using Microsoft Excel or Adobe Reader... It provides APIs to export MHTML to XLSX...class. Save XLT File Format to Stream via C++ Aspose.Cells for C++...

    products.aspose.com/total/cpp/conversion/mhtml-...
  6. Save Messages from Exchange Server Mailbox usin...

    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.... Provide the server name, username,...unique URI as a parameter. Provide a saveMessage() method with...

    docs.aspose.com/email/java/save-messages-from-e...
  7. How to Convert Outlook Email to Word using Java

    In this topic, we will learn about how to convert Outlook Email to Word using Java. You will witness that in order to convert an Email to Word Java-based API can be used in any of the commonly available operating system like Windows, macOS, or Linux....Email to Word using Java by providing detailed steps to configure...intermediate MHTML file from a stream by setting the LoadFormat to...

    kb.aspose.com/email/java/how-to-convert-outlook...
  8. TIFF to PDF Merge using C++ | Aspose.PDF

    Combine two or more TIFF documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...set image source to memory stream // add document image to specific...:: Pdf :: Image > (); auto stream = System :: IO :: File :: Create...

    products.aspose.com/pdf/cpp/merger/tiff-to-pdf/
  9. Reading Project Files | Aspose.Tasks Documentation

    This guide explains how to read and process Microsoft Project files using Aspose.Tasks for C++....GitHub Reading Project File from Stream Copy 1 // The path to the documents...file stream 5 { 6 System::SharedPtr < System::IO::Stream > filesStream...

    docs.aspose.com/tasks/cpp/reading-project/
  10. PDF to JPEG Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one JPEG single file programmatically with Java sample code using Aspose.PDF for Java...JpegDevice (); ByteArrayOutputStrea stream = new ByteArrayOutputStrea...getPages (). get_Item ( i ), stream ); try ( FileOutputStream fileStream...

    products.aspose.com/pdf/java/merger/pdf-to-jpeg/