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

stream provider

(0.16 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. Convert JPG to EPS using Java API Solution

    JPG to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....has four modifications to provide a user with the most comfortable...hosted with ❤ by GitHub Using streams for saving JPG to EPS in Java...

    docs.aspose.com/page/java/convert/jpg-to-eps/
  7. LaTeX math formulas rendering | C++

    Aspose.TeX API solution for C++ LaTeX math formulas rendering is described in this article. Here you will find code examples of the functionality....; 13 // Specify the output stream for the log file. 14 options...17 18 // Create the output stream for the formula image. 19 {...

    docs.aspose.com/tex/cpp/latex-math-formula-rend...
  8. Aspose.PSD smartFilter - Free Support Forum - a...

    Smart filters are not saved when updating text. But if you open the PSD and save the smart object yourself, then all filters start working again...2 @Hacls Could you please provide a code sample with the test...(var stream = new MemoryStream(smart.Contents)) { stream.Position...

    forum.aspose.com/t/aspose-psd-smartfilter/241290
  9. Working with Print|Documentation

    This section explains how to print a document via XpsPrint with Aspose.Diagram.... The Document object provides a family of the Print methods...and also on Windows Vista, provided the Platform Update for Windows...

    docs.aspose.com/diagram/net/working-with-print/
  10. Read Barcode from Specific Region of Image in P...

    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.... PHPCode # Open the stream. Read only access is enough...BarCode to load an image. $stream = new FileInputStream ( $dataDir...

    docs.aspose.com/barcode/java/read-barcode-from-...