Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 4,124 for

stream provider

(0.14 sec)
  1. C++ API to Convert XPS to SXC | products.aspose...

    Convert XPS to SXC via C++ API without using Microsoft Excel or Adobe Reader...Total for C++ provides a comprehensive set of features...manipulation, and more. It also provides a powerful set of APIs for...

    products.aspose.com/total/cpp/conversion/xps-to...
  2. Graph exportItems full-fidelity format type - F...

    I see that Microsoft has a set of ‘beta’ graph methods for querying Exchange mailboxes - including one to exportItems and a corresponding one to initiate an ImportItem session and then pump mail into Exchange. The forma…...“full-fidelity - a propriatry opaque stream” containing the complete set...Currently, Aspose does not provide direct support for the “full-fidelity”...

    forum.aspose.com/t/graph-exportitems-full-fidel...
  3. Read and Convert Outlook OST File|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....Email provides an API for reading Microsoft...load an OST file from disk or stream into an instance of the PersonalStorage...

    docs.aspose.com/email/java/read-and-convert-out...
  4. Specify TrueType Fonts Location in C#|Aspose.Wo...

    Specify various TrueType font sources: system folder, user sources, loading fonts from a Stream, a file system or memory using C#....Load Fonts from Stream Aspose.Words provides the StreamFontSource...loading fonts from the stream. To use the stream font source, a user...

    docs.aspose.com/words/net/specifying-truetype-f...
  5. C++ API to Convert MD to XLTM | products.aspose...

    Convert MD to XLTM via C++ API without using Microsoft Excel or Adobe Reader...comprehensive suite of APIs that provides a wide range of features and...class. Save XLTM File Format to Stream via C++ Aspose.Cells for C++...

    products.aspose.com/total/cpp/conversion/md-to-...
  6. C++ API to Convert PDF to FODS | products.aspos...

    Convert PDF to FODS via C++ API without using Microsoft Excel or Adobe Reader... This library provides a comprehensive set of features...class. Save FODS File Format to Stream via C++ Aspose.Cells for C++...

    products.aspose.com/total/cpp/conversion/pdf-to...
  7. Convert EPUB to PDF – Aspose.HTML for Python vi...

    Convert EPUB to PDF using Aspose.HTML Python library. Consider various EPUB to PDF conversion scenarios in Python code examples....open("{{input lower}}", 'rb') as stream: # Initialize saving options...conv.Converter.convert_epub(stream, options, "output.{{output...

    docs.aspose.com/html/python-net/convert-epub-to...
  8. Not flattening all fields on pdf via .NET - Fre...

    I have a project that is filling pdfs with data, combining, then saving them all asynchronously. I am having an issue where sometimes a few of the documents in the packets are not getting flattened. I am calling Flatten…...before saving it to a new memory stream. I am not seeing any errors...<string, string> dict, Stream stream) { if (dict == null) return...

    forum.aspose.com/t/not-flattening-all-fields-on...
  9. PPT to PDF Conversion in C#: NullReferenceExcep...

    Hi I am trying to convert a few ppts to pdf and I am getting the following null reference exception. System.NullReferenceException: Object reference not set to an instance of an object. at .(Graphics , , ) at .(IL…... (Presentation , Stream , Int32[] , PdfOptions , InterruptionToken...Slides.Presentation.Save(Stream stream, SaveFormat format, ISaveOptions...

    forum.aspose.com/t/ppt-to-pdf-conversion-in-c-n...
  10. When converting docx to html using aspose .net ...

    using var Stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…... 2025, 12:39pm 1 using var stream = new MemoryStream(); HtmlSaveOptions...Document("input.docx"); var stream = new MemoryStream(); HtmlSaveOptions...

    forum.aspose.com/t/when-converting-docx-to-html...