Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 4,288 for

stream provider

(0.32 sec)
  1. Outlook Contacts Management|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.... The MapiContact class provides all the contact related properties...MapiDistributionList FromVCF(Stream stream) The code sample below demonstrates...

    docs.aspose.com/email/net/outlook-contacts-mana...
  2. Save a Document in C#|Aspose.Words for .NET

    Save a document in any supported format using C#....Words provides the Save method of the Document...saving a document to a file, stream, or ASP.NET HttpResponse object...

    docs.aspose.com/words/net/save-a-document/
  3. 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/
  4. Preparing content for recognition|Documentation

    How to prepare a batch of images, URLs and other content for recognition....OCR for JavaScript via C++ provides a standardized way to prepare...method. Path to the content is provided in the url property of a WasmAsposeOCRInput...

    docs.aspose.com/ocr/javascript-cpp/content-for-...
  5. Loading and Parsing MSG Files|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.... The class provides several static loading functions...MSG files from file or from stream. Load MSG Files The following...

    docs.aspose.com/email/net/loading-and-parsing-m...
  6. JVM heapspace getting filled when creating PST ...

    I’m trying to use the email library for java to create a PST file but no matter what I do, the heap space is saturating when the PST file reaches around 2gb (Allocated around 8gb max space). Then the thread blocks for a …... Could you kindly provide a working code snippet to manage...manage this efficiently? Stream-based API for email storage formats...

    forum.aspose.com/t/jvm-heapspace-getting-filled...
  7. Reading Email Messages from Microsoft SharePoin...

    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.... The SDK provides the API necessary to log in...message file into a stream and then pass this stream to an instance...

    docs.aspose.com/email/net/reading-email-message...
  8. 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
  9. LoadFormat enumeration | Aspose.Words for Python

    aspose.words.LoadFormat enumeration. Indicates the format of the document that is to be loaded.... read ()) as stream : # The URL is used again as...Load the HTML document from stream and pass the LoadOptions object...

    reference.aspose.com/words/python-net/aspose.wo...
  10. LaTeX Figure rendering | Python via .NET

    The article gives an overview of Aspose.TeX API solution for Python and its functionality for rendering LaTeX fragments (figures). Learn the code examples....output stream for the log file. 21 options. log_stream = BytesIO()...True 24 25 # Create the output stream for the figure image. 26 with...

    docs.aspose.com/tex/python-net/latex-figure-ren...