Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 4,131 for

stream provider

(0.2 sec)
  1. Encrypt PDF using JavaScript|Aspose.PDF for Jav...

    Encrypt PDF File with Aspose.PDF for JavaScript via C++....if set, is what you need to provide in order to open a PDF. Acrobat/Reader...mime || "application/octet-stream" ; var link = document . createElement...

    docs.aspose.com/pdf/javascript-cpp/encrypt-pdf/
  2. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document layout process in Java....PageSet(pageIndex)); } try (FileOutputStream stream = new FileOutputStream(getArtifactsDir()...++mNum))) { a.getDocument().save(stream, saveOptions); } } private...

    reference.aspose.com/words/java/com.aspose.word...
  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. Insert PDF into OneNote using C# | PDF in OneNo...

    Programmatically insert PDF into OneNote using C# with Aspose.Note for .NET API. Insert PDF document with icon to a new or an existing OneNote (.one) document using C#....goal of this article is to provide a solution for inserting a...read my previous blog post providing a step-by-step guide on how...

    blog.aspose.com/note/insert-pdf-into-onenote-us...
  5. How to Convert MPP to Excel using C#

    This article provides details about how to convert MPP to Excel using C#. You can transform MPP file to Excel using C# with the help of a few steps and sample code containing a couple of lines of code only....MPP to Excel using C# by providing the configuration details...an Excel file These steps provide a simple way to convert MS...

    kb.aspose.com/tasks/net/how-to-convert-mpp-to-e...
  6. 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/
  7. 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...
  8. Issue in getting byte array from pdf/doc page -...

    log.debug("fetchTextForSignature - calculated pdfPage for docId: {} for page: {}", docId, currentPageNumber); Rectangle mediaBox = pdfPage.getMediaBox(); int pa…...reproducing the image from the provided bytearray and it is a blank...OutputStream : Ensure that the output stream is properly initialized and...

    forum.aspose.com/t/issue-in-getting-byte-array-...
  9. How to Extract Text from PPT, PPTX, and ODP wit...

    Learn how to efficiently extract text from PPT, PPTX, and ODP presentation files using Aspose.Slides. Explore powerful features for slides, master slides, notes, and comments, and discover how to integrate extracted content into your workflows across Windows, Linux, and macOS....Slides provides a powerful, high-level API...presentation file or a data stream, capturing text from slides...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  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-...