Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 4,224 for

stream provider

(0.57 sec)
  1. Working with Exchange Mailbox and Messages usin...

    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.... This API provides a mechanism for accessing...GetMailboxInfo() method and providing the user email address as...

    docs.aspose.com/email/net/working-with-exchange...
  2. Aspose::Words::Fonts::FontSettings::SetFontsSou...

    Aspose::Words::Fonts::FontSettings::SetFontsSources method. Sets the sources where Aspose.Words looks for TrueType fonts when rendering documents or embedding fonts in C++....System::SharedPtr<System::IO::Stream>&) method Sets the sources...SharedPtr < System :: IO :: Stream > & cacheInputStream ) Parameter...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. How to Convert Word RTF to PDF in Python

    This short tutorial describes how to convert Word RTF to PDF in Python. All the configuration details, step-wise process and a runnable sample code that can change RTF to PDF in Python with the help of a few API calls only, are also part of it....file on the disk These steps provide logic to write rich text format...PDF file before writing to a stream or a file on the disk. Code...

    kb.aspose.com/words/python/how-to-convert-word-...
  4. Unable to save unchanged PSD - Free Support For...

    Hi! The attached file is a simplification of an actual file we are trying to edit using Aspose.PSD v25.4.0 Even with no changes, I’m not being able to save the PSD file back to disk. I’m running the following code: …...SaveData(Stream stream) at Aspose.PSD.DataStreamSupporter...DataStreamSupporter.Save(Stream stream) at Aspose.PSD.DataStreamSupporter...

    forum.aspose.com/t/unable-to-save-unchanged-psd...
  5. MailMerger class | Aspose.Words for Python

    aspose.words.lowcode.MailMerger class. Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations....MailMerger class MailMerger class Provides methods intended to fill template...record. execute(input_stream, output_stream, save_format, field_names...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert ml to oz in C#

    In this brief guide, you will learn how to convert ml to oz in C#. It explains setting up the environment and the algorithm steps, followed by an executable code example to convert milliliter to ounce in C#....source file is opened by providing the file path and name. After...it further by working with streams, arrays, and similar approaches...

    kb.aspose.com/cells/net/convert-ml-to-oz-in-csh...
  7. Convert ml to oz in Python

    In this concise tutorial, you will discover how to convert ml to oz in Python. It outlines environment setup and conversion logic, followed by a runnable code sample to convert milliliter to ounce in Python.... It provides a basic example to showcase...you can enhance it by using streams, arrays, or related techniques...

    kb.aspose.com/cells/python/convert-ml-to-oz-in-...
  8. Memory leak / static cache retention with PSD p...

    Hello, I’m experiencing what looks like a memory leak when using Aspose.PSD 25.8 in my production application. I work in the school and sports photography industry, and my application processes large volumes of PSDs to …...every PsdImage and associated stream, memory is not released. What...code disposes every PsdImage , Stream , and any other disposable...

    forum.aspose.com/t/memory-leak-static-cache-ret...
  9. Convert MHTML to DOCX – Aspose.HTML for Python ...

    Convert MHTML to DOCX using Aspose.HTML Python library. Consider the supported MHTML to DOCX conversion scenarios in ready-to-use Python examples.... provides a simple and efficient way...open("{{input lower}}", 'rb') as stream: # Initialize saving options...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  10. Missing mc:Ignorable Attribute in Exported XLSX...

    We encountered an issue where our application exports .xlsx files using Aspose.Cells, which are then imported into another system that uses a different third-party library for Excel processing. The support team of that …...= null) { using (var stream = workbookEntry.Open()) { XDocument...XDocument doc = XDocument.Load(stream); var root = doc.Root; root...

    forum.aspose.com/t/missing-mc-ignorable-attribu...