Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 4,072 for

stream provider

(0.84 sec)
  1. Multipurpose Internet Mail Extensions Protocol|...

    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....type : application / octet - stream Content - transfer - encoding...(text/html). The plain text part provides backwards compatibility while...

    docs.aspose.com/email/java/multipurpose-interne...
  2. 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
  3. 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-...
  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. 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...
  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. 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. 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-...
  10. XImage TrySetAlternativeText returns true, but ...

    I am creating a PDF programmatically that includes images that need Alt Text. I am able to add the image to the document, save the document to a memory Stream, get the appropriate page and XImage object, call the TrySet…...save the document to a memory stream, get the appropriate page and...Sample Code : If you can, provide a minimal code sample that...

    forum.aspose.com/t/ximage-trysetalternativetext...