Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 3,903 for

stream provider

(0.08 sec)
  1. Save Presentations in .NET|Aspose.Slides Docume...

    Discover how to save presentations in .NET using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects.... you can save to a file or stream . This article explains the...Presentations to Streams You can save a presentation to a stream by passing...

    docs.aspose.com/slides/net/save-presentation/
  2. C++ API to Convert XML to XLTX | products.aspos...

    Convert XML to XLTX via C++ API without using Microsoft Excel or Adobe Reader... It is easy to use and provides a wide range of features that...class. Save XLTX File Format to Stream via C++ Aspose.Cells for C++...

    products.aspose.com/total/cpp/conversion/xml-to...
  3. Make a ZIP archive flat | Aspose.Zip for .NET

    C# zip library enables you to extract the nested zip archive contents into the parent archive to get a flat structure....zip entry into any writable stream, not only to a file. So, we...nested archive to a memory stream. Please note: the virtual memory...

    docs.aspose.com/zip/net/flatten-nested-zip/
  4. Problem converting pdf to pdf/a - Free Support ...

    Hi, Aspose fails to convert a pdf to pdf/a despite the fact that the log states that the file can be converted. Please advise. Regs, Stefan code involved: pdfDocument = new Document(newFileName); pdfDocument.remov…...issues based on the log you provided: Compressed Objects : The...Xref Stream Prohibition : The log mentions “The xref stream is...

    forum.aspose.com/t/problem-converting-pdf-to-pd...
  5. C++ API to Convert XSLFO to XLAM | products.asp...

    Convert XSLFO to XLAM via C++ API without using Microsoft Excel or Adobe Reader...Total for C++ provides a comprehensive set of APIs...XSLFO to XLAM in C++. It also provides a wide range of features such...

    products.aspose.com/total/cpp/conversion/xslfo-...
  6. Inconsistent Sheet Name Behavior When Reading C...

    We’ve observed inconsistent behavior when reading CSV files using Aspose.Cells: When creating a Workbook object using a file path, the resulting worksheet name matches the CSV file name. However, when creating a Wo…... Can you provide a fix and consistent behavior...InputStream using (FileStream stream = new FileStream("path/to/your/file...

    forum.aspose.com/t/inconsistent-sheet-name-beha...
  7. How to Convert Outlook Email to Word using Java

    In this topic, we will learn about how to convert Outlook Email to Word using Java. You will witness that in order to convert an Email to Word Java-based API can be used in any of the commonly available operating system like Windows, macOS, or Linux....Email to Word using Java by providing detailed steps to configure...intermediate MHTML file from a stream by setting the LoadFormat to...

    kb.aspose.com/email/java/how-to-convert-outlook...
  8. Saving File to Response Object with Golang via ...

    Learn how to save files dynamically and send them directly to a client browser using Aspose.Cells for C++....being sent to the browser provides the option to open directly...the file to a stream and then operate on the stream. Save Workbook...

    docs.aspose.com/cells/go-cpp/saving-file-to-res...
  9. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…... public virtual Stream ProcessOleObject(string fileName...Create a stream to save the image in MemoryStream Stream = new MemoryStream();...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  10. PDF to PNG Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one PNG single file programmatically with C# sample code using Aspose.PDF for .NET... Pages ) { using var stream = new MemoryStream (); pngDevice...pngDevice . Process ( page , stream ); stream . Position = 0 ; var outputFile...

    products.aspose.com/pdf/net/merger/pdf-to-png/