Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 4,287 for

stream provider

(0.14 sec)
  1. Read MBOX Files with Aspose.Email in C#|Documen...

    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....NET provides APIs for reading messages...MboxrdStorageReader class and pass the above stream to the constructor. Call ReadNextMessage()...

    docs.aspose.com/email/net/read-mbox-files-csharp/
  2. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for C++ and display PowerPoint and OpenDocument presentations accurately....Slides for C++ provides straightforward APIs for receiving...the presentation as PDF. auto stream = MakeObject < MemoryStream...

    docs.aspose.com/slides/cpp/getting-warning-call...
  3. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library.... class ); // Open the stream. Read only access is enough...load a diagram. InputStream stream = new FileInputStream ( dataDir...

    docs.aspose.com/diagram/java/your-first-aspose-...
  4. Aspose.Slides.NET6.CrossPlatform - The Type Ini...

    Hi Aspose Support Team, I am using alpine Linux (version 3.16) inside my docker container and I am usingAspose.Slides.NET6.CrossPlatform (version 24.3.0) to Convert PPT slide to image but I am getting the following erro…...\u0002(Presentation \u0002, Stream \b, InterruptionToken \u0005)\n...Aspose.Slides.Presentation.\b(Stream \u0002, Boolean \b)\n at Aspose...

    forum.aspose.com/t/aspose-slides-net6-crossplat...
  5. Aspose.email.cpp 获取PST文件中邮件的附件数据,可以分块读取吗 - Free...

    System::SharedPtr<MapiAttachment> attachment = attachments->idx_get(attachmentIndex); if(attachment) { System::SharedPtr<System::IO::MemoryStream> Stream = attachment->ToMemoryStream(); } Stream把整个附件的数据都读到内存了,大文件的话需要分块…...ream> stream = attachment->ToMemoryStream(); } stream把整个附件的数...Aspose.Email for C++ does not provide a built-in method to read attachments...

    forum.aspose.com/t/aspose-email-cpp-pst/314744
  6. Working with BZIP2 Archives in C# | Aspose.Zip ...

    C# BZIP2 API lets you create, extract, and manage BZIP2 archives in .NET applications without third-party tools....NET provides the class to compress or extract...extract a single data stream in .bz2 format. Because BZIP2 stores...

    docs.aspose.com/zip/net/working-with-bzip2-arch...
  7. Getting intermittent "This license file is corr...

    I have the same problem as described here. We have batch processes creating 10s of thousands of Excel files with Aspose Cells, and about a dozen each run get the “This license file is corrupted” error, typically around t…...2:46pm 2 @khs Would you please provide us your code of setting license...reproduce it. If you are using Stream to set the license and get...

    forum.aspose.com/t/getting-intermittent-this-li...
  8. Aspose::Words::Saving::ResourceSavingArgs class...

    Aspose::Words::Saving::ResourceSavingArgs class. Provides data for the ResourceSaving() event. To learn more, visit the documentation article in C++....] ResourceSavingArgs class Provides data for the ResourceSaving()...Aspose.Words should keep the stream open or close it after saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose.PSD.Image fails to save the file in BMP ...

    Hi, I am developing a program to convert .psd files to .bmp files, using the latest version of Aspose.PSD (25.4). ProgramAndFiles.zip (1.9 MB) The file 06-01-1.psd is successfully converted to BMP, but an error occurs…... Use Stream for Saving : You can try saving...saving the image using a stream, as shown in the example below...

    forum.aspose.com/t/aspose-psd-image-fails-to-sa...
  10. Need to get the per line author changes in the ...

    I’m working with Word documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the document using A…...authors: private async Task<Stream> GetComparedDocumentS(ImportRevisionsComma...LogError("----- Imported document stream is null or empty for Document...

    forum.aspose.com/t/need-to-get-the-per-line-aut...