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

stream provider

(1.28 sec)
  1. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...SheetRender(sourceWS, options); // Create a stream to save the image in MemoryStream...2:16pm 6 @duojie.yang , Can you provide a screenshot of the fix if...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  2. 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...
  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. 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
  5. 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-...
  6. The input string 'CreatorInfo' was not in a cor...

    We are observing an exception whenever we are trying to load some of the pdfs using code below Document document = new Document(pdfStream); Exception : The input string ‘CreatorInfo’ was not in a correct format Unfor…...PDF provides a load‑option that tells the...LoadOptions; // pdfStream – a Stream that contains the PDF bytes...

    forum.aspose.com/t/the-input-string-creatorinfo...
  7. 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...
  8. 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/
  9. What's new|Aspose.PDF for Java

    In this page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases....the FormEditor class, which provides methods for manipulating PDF...which represents a file path or stream Call the Process method of...

    docs.aspose.com/pdf/java/whatsnew/
  10. 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...