Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 4,404 for

stream provider

(0.89 sec)
  1. C++ API to Convert XSLFO to XLSB | products.asp...

    Convert XSLFO to XLSB via C++ API without using Microsoft Excel or Adobe Reader...Total for C++ provides a comprehensive set of APIs...class. Save XLSB File Format to Stream via C++ Aspose.Cells for C++...

    products.aspose.com/total/cpp/conversion/xslfo-...
  2. C++ API to Convert SVG to XLTX | products.aspos...

    Convert SVG to XLTX via C++ API without using Microsoft Excel or Adobe Reader... This API provides a set of classes for working...Aspose.Cells for C++. This API provides a set of classes for working...

    products.aspose.com/total/cpp/conversion/svg-to...
  3. 3 minor things - Free Support Forum - aspose.com

    Hello Aspose.Email.dll for .Net Framework 4.5, File Description in project properties, it is set to: Aspose.Email for .NET 4.0 Misleading, better to set it correctly to 4.5. VCardContact.IsMultiContacts / MapiCon…...to check for the blank file/stream length first. The eml msg returns...ResourceHtmlRenderin class: Stream ResourceStream If ResourceRenderingMod...

    forum.aspose.com/t/3-minor-things/312004
  4. Creating an HTML Document – Aspose.HTML for .NET

    Learn how to load HTML from a file, Stream, URL, or create HTML from scratch using Aspose.HTML for .NET. Consider approaches to load HTML documents....NET API provides the class that is the root...specifications. The class provides an in-memory representation...

    docs.aspose.com/html/net/creating-a-document/
  5. How to Convert HTML to PowerPoint using C#

    This short tutorial guides on how to convert HTML to PowerPoint using C#. It contains details about configuration, step-wise process and a runnable sample code to insert HTML into PowerPoint using C#.... It provides links to all the important...the source HTML file into the stream Append the contents from the...

    kb.aspose.com/slides/net/how-to-convert-html-to...
  6. Saving File to Response Object|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....being sent to the browser provides the option to open itself...the file to a stream and then operate on the stream. AI Document...

    docs.aspose.com/cells/net/saving-file-to-respon...
  7. CertificateHolder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DigitalSignatures.CertificateHolder class, your key to managing X509Certificate2 instances for secure digital signatures....local file system via a file stream, // then create a signed copy...of the output file stream. using ( Stream streamIn = new FileStream...

    reference.aspose.com/words/net/aspose.words.dig...
  8. Read and Convert Outlook OST 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....NET provides the API for reading Microsoft...an OST file from disk or a stream into an instance of the Aspose...

    docs.aspose.com/email/python-net/read-and-conve...
  9. Verify Password of Encrypted Files|Documentation

    Verify the password of encrypted Excel (xlsx, xlsb, xls, xlsm) and Open office (ODS) files using CShape codes....NET provides the verify_password method...accepts two parameters, the file stream and the password that needs...

    docs.aspose.com/cells/python-net/verify-passwor...
  10. Redlines in pdf - Free Support Forum - aspose.com

    when we compare two pdf files and the resulting pdf has redlines to indicate the changes, how can we programmatically identify which pages has the redlines?...trying to do docx comparison var stream = new MemoryStream(); Document...oldDocument.Save(stream, SaveFormat.Docx); stream.Position = 0;...

    forum.aspose.com/t/redlines-in-pdf/315965