Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 4,290 for

stream provider

(0.17 sec)
  1. Converting Worksheet to Image and Worksheet to ...

    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....This document is designed to provide developers with a detailed...save an image file to the disk/stream. Several image formats are...

    docs.aspose.com/cells/python-net/converting-wor...
  2. Working with OneNote Notebooks | Aspose.Note Do...

    A comprehensive guide on using and managing OneNote notebooks for developers....by GitHub Saving Notebook to Stream Copy 1 // Load the document...Notebook(); 5 6 FileOutputStream stream = new FileOutputStream(dataDir...

    docs.aspose.com/note/java/working-with-onenote-...
  3. Adjust Workbook Compression Level with JavaScri...

    Learn how to adjust the workbook compression level in Aspose.Cells for JavaScript via C++....Cells for JavaScript via C++ provides the OoxmlCompressionType enumeration...OoxmlCompressionType enumeration provides the following members. Level...

    docs.aspose.com/cells/javascript-cpp/adjust-wor...
  4. 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...
  5. Font changed in PDF file - Free Support Forum -...

    Hi Alexey, We have the code that builds Aspose document in memory and then saves it to either Word or Pdf. We have recently installed 3 new fonts to our server, and while the Word shows them correctly, the PDF document …...Document(stream); doc.FontSettings = fontSettings;...We will check the issue and provide you more information. AlexanderNovickov:...

    forum.aspose.com/t/font-changed-in-pdf-file/325129
  6. Conversion from Word to PDF has some issues wit...

    Hi Support, We are licensed users of Aspose.Total. We are facing formatting issues while converting document from Word to PDF. We are trying to render the PDF with Bookmarks retained and below is how we have implemente…...static void ConvertUsingAspose(Stream docStream, string SaveLocation)...We will check the issue and provide you more information. Unfortunately...

    forum.aspose.com/t/conversion-from-word-to-pdf-...
  7. 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/
  8. Cannot create Aspose.Cells object from Excel 20...

    Using Aspose.Cells version 5.1.2.4 with VB.NET Framework 1.1 with a fully licensed version with a current support agreement: I am a developer and we are using Aspose.Cells objects to update custom document properties co…...code to open the file to the stream. For you issue, kindly do create...@JR_Columbo , Aspose.Cells now provides support (read/write) for older...

    forum.aspose.com/t/cannot-create-aspose-cells-o...
  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-...