Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 4,224 for

stream provider

(1.41 sec)
  1. Convert EPUB to XPS – C# code examples

    Convert EPUB to XPS using Aspose.HTML for .NET API. Consider various EPUB to XPS conversion scenarios in C# examples. Try online EPUB Converter....Saving; using var stream = File.OpenRead(DataDir + "input...{{/if_output}} Converter.ConvertEPUB(stream, options, "output.{{output...

    docs.aspose.com/html/net/convert-epub-to-xps/
  2. Convert MHTML to PDF – C# Examples and Online C...

    Convert MHTML to PDF in C# using Aspose.HTML for .NET. Consider the supported MHTML to PDF conversion scenarios in C# examples....Saving; using var stream = File.OpenRead("sample.mht");...{{/if_output}} Converter.ConvertMHTML(stream, options, "output.{{output...

    docs.aspose.com/html/net/convert-mhtml-to-pdf/
  3. Convert MHTML to XPS – Aspose.HTML for .NET

    Convert MHTML to XPS in C# using Aspose.HTML for .NET. Consider the supported MHTML to XPS conversion scenarios in C# examples....Saving; using var stream = File.OpenRead("sample.mht");...{{/if_output}} Converter.ConvertMHTML(stream, options, "output.{{output...

    docs.aspose.com/html/net/convert-mhtml-to-xps/
  4. Aspose.Words 26.2 – License.setLicense() taking...

    Hi team, We are using Aspose.Words for Java 26.2 for Word → HTML conversion, and we’re encountering a major performance issue during license initialization. I am using aspose Total license for word to html conversion …...println("Reading license stream: " + s_timeResource + "ms");...following: Reading license stream: 9ms License object creation:...

    forum.aspose.com/t/aspose-words-26-2-license-se...
  5. Convert EPUB to DOCX – C# code and Online Conve...

    Convert EPUB to DOCX in C# using Aspose.HTML for .NET. Consider various EPUB to DOCX conversion scenarios in C# examples. Try online EPUB Converter....Saving; using var stream = File.OpenRead(DataDir + "input...{{/if_output}} Converter.ConvertEPUB(stream, options, "output.{{output...

    docs.aspose.com/html/net/convert-epub-to-docx/
  6. Convert EPUB to PDF – C# Code and Online Converter

    Convert EPUB to PDF using Aspose.HTML for .NET API. Consider various EPUB to PDF conversion scenarios in C# examples. Try online EPUB Converter....an e-book file format that provides a standard digital publication...Aspose.Html.Saving; using var stream = File.OpenRead(DataDir + "input...

    docs.aspose.com/html/net/convert-epub-to-pdf/
  7. Convert MHTML to DOCX – C# Examples

    Convert MHTML to DOCX using Aspose.HTML for .NET and consider the supported MHTML to DOCX conversions in C# examples. Try online MHTML Converter....Saving; using var stream = File.OpenRead("sample.mht");...{{/if_output}} Converter.ConvertMHTML(stream, options, "output.{{output...

    docs.aspose.com/html/net/convert-mhtml-to-docx/
  8. Working with Projects | Aspose.Tasks Documentation

    Learn how to create, edit, and save projects using Aspose.Tasks for .NET.... It provides a powerful and flexible API...file stream or file name, and one of the values provided by the...

    docs.aspose.com/tasks/net/creating-reading-and-...
  9. Convert MHTML to Image in C# – MHTML to JPG, PN...

    Convert MHTML to Image using Aspose.HTML for .NET and consider the supported MHTML to Image conversion scenarios in C# examples....Saving; using var stream = File.OpenRead("sample.mht");...{{/if_output}} Converter.ConvertMHTML(stream, options, "output.{{output...

    docs.aspose.com/html/net/convert-mhtml-to-image/
  10. 输出流 – C# MemoryStream – Aspose.HTML for .NET

    了解 ICreateStreamProvider 接口,该接口用于将转换结果存储到内存或发送到远程存储。...memory using a custom stream provider 2 3 class MemoryStreamProvider...public List < MemoryStream > Streams { get; } = new List < MemoryStream...

    docs.aspose.com/html/zh/net/output-streams/