Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 3,082 for

stream provider

(0.07 sec)
  1. Pixel Data Manipulation using Aspose.PSD for Py...

    Example of how to directly and rapidly fast update raw pixel data using PSD Python API... Overview The provided code demonstrates how to create...File as a Stream: We open the input file as a stream using the...

    docs.aspose.com/psd/python-net/pixel-data-manip...
  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. 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...
  4. FontSavingArgs class | Aspose.Words for Python

    aspose.words.saving.FontSavingArgs class. Provides data for the [IFontSavingCallback.font_saving()](../ifontsavingcallback/font_saving/#fontsavingargs) event...class FontSavingArgs class Provides data for the IFontSavingCallback...fonts into files by providing your own stream objects. To decide...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSavingArgs class | Aspose.Words for Python

    aspose.words.saving.PageSavingArgs class. Provides data for the [IPageSavingCallback.page_saving()](../ipagesavingcallback/page_saving/#pagesavingargs) event...class PageSavingArgs class Provides data for the IPageSavingCallback...Name Description keep_page_stream_open Specifies whether Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert OneNote to Word

    Convert or export OneNote to Word document using C# or .NET API....of gathered notes without providing access to full notes or add...Microsoft OneNote doesn’t provide variety of settings to tune...

    docs.aspose.com/note/net/convert-onenote-to-word/
  7. Setting the whole XMP block - Free Support Foru...

    Hi, I need to set the whole XMP block in a PDF. I don't want to set individual fields because that is already handled. There is a method to get the XMP in Aspose.Pdf.Facades.PdfXmpMetadata but I cannot se any way to set…...3:50am 4 Hi Anders, Thanks for providing additional information. We...Pdf.Document.SetXmpMetadata(stream). But it seems, it does not...

    forum.aspose.com/t/setting-the-whole-xmp-block/...
  8. Licensing|Aspose.Slides Documentation

    Learn how to apply, manage, and troubleshoot licenses in Aspose.Slides for C++. Ensure uninterrupted access to full features with our step-by-step licensing guide....(when no license is applied) provides full product functionality...can be loaded from a file , a stream , or an embedded resource ...

    docs.aspose.com/slides/cpp/licensing/
  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. Workbook object increases in size when iteratin...

    I have a particular Excel workbook with one worksheet that has a large used range due to a formula in cell XFD1. When iterating over the used range on this sheet with Aspose, the total size of the workbook noticeably in…...xlsm"); var stream = workbook.SaveToStream();...of bytes on open: {stream.Length}"); stream.Close(); var inputCells...

    forum.aspose.com/t/workbook-object-increases-in...