Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 4,351 for

stream provider

(0.14 sec)
  1. Integrate Aspose.Imaging for .NET with a Silver...

    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....Application This document is provides a walkthrough of how to integrate...event, the image is stored to a Stream object. Applying a License...

    docs.aspose.com/imaging/net/integrate-aspose-im...
  2. Convert FLATOPC to PPS via C++ or with free Onl...

    Export FLATOPC to PPS in your C++ applications without using Microsoft Word of PowerPoint or online. Test free FLATOPC to PPS online converter quickly before integrating the code....Total for C++ also provides a range of other features...// load the HTML file using stream reader SharedPtr < System ::...

    products.aspose.com/total/cpp/conversion/flatop...
  3. How to Rotate Text of Cell with C++|Documentation

    C++ code to rotate text of Cell with Aspose.Cells for C++ API... One of the features provided by Aspose.Cells is the ability...workbook back to a file or stream using the Save method. C++...

    docs.aspose.com/cells/cpp/how-to-rotate-text-of...
  4. Chart Rendering|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.... To provide the rendering support, the...resultant PDF on a disc path or stream. // Path of output pdf file...

    docs.aspose.com/cells/go-cpp/chart-rendering/
  5. Add an image in PS files | C++

    C++ API Solution to work with PS, XPS and EPS files. Learn how to add images to a PS file with the attached C++ code snippet...Page provides you with the functionality...project . Create an output stream for the resulting PS file....

    products.aspose.com/page/cpp/add-image-to-ps/
  6. C++ TeX Integration and Processing API - Aspose

    C++ TeX library to process TeX files within C++ applications. It offers typesetting functionality along with conversion TeX to PDf, SVG, XPS, and others....Write output document to a stream Write output to disk Write...Load TeX source files from stream Load TeX source files from...

    products.aspose.com/tex/cpp/
  7. Convert DOC to ODP via C++ or with free Online ...

    Export DOC to ODP in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOC to ODP 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/doc-to...
  8. Convert DOCX to PPS via C++ or with free Online...

    Export DOCX to PPS in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to PPS 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/docx-t...
  9. Contents of chart moved to the right when rende...

    Hi, Aspose Team I’m noticing an issue where the contents of my chart are pushed to the right when rendering the chart into an image. The code I’ve used is: Document RepDoc = new Document(); DocumentBuilder Builder = n…...SheetRender(sourceWS, options); // Create a stream to save the image in MemoryStream...latest information or may provide you a possible ETA. Thank you...

    forum.aspose.com/t/contents-of-chart-moved-to-t...
  10. Duplicate image is creating when i try to conve...

    Duplicate image is creating when i try to convert into pdf is there any issue in this sample code? class ImageProcessor implements FileProcessor { @Override public void processFile(Document pdfDocument, File file) { …...image to a PDF using your provided code. This could be due to...Image object, consider using a stream or a buffered image. This can...

    forum.aspose.com/t/duplicate-image-is-creating-...