Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 4,085 for

stream provider

(0.14 sec)
  1. Other TeX conversion output formats | Python

    The Aspose.TeX API solution for Python provides functionality that allows you convert LaTeX files and custom TeX files. Here are a few code examples....########## 9 10 # Create the format provider using the file system input...), "customtex" ) as format_provider: 13 # Create conversion options...

    docs.aspose.com/tex/python-net/other-tex-formats/
  2. SignatureLine | Aspose.Words for Java

    Provides access to signature line properties in Java....public class SignatureLine Provides access to signature line properties...getProviderId() Gets signature provider identifier for this signature...

    reference.aspose.com/words/java/com.aspose.word...
  3. 输出流 – Aspose.HTML for Java

    了解如何使用和管理输出流以处理多输出渲染,并使用 Aspose.HTML for Java 简化 HTML 工作流。...Implement a memory-based stream provider for handling InputStreams...io . InputStream stream : lStream) { 12 stream. close (); 13 }...

    docs.aspose.com/html/zh/java/output-streams/
  4. Aspose::Words::DocumentBuilder::InsertOnlineVid...

    Aspose::Words::DocumentBuilder::InsertOnlineVideo method. Inserts an online video object into the document and scales it to the specified size in C++....between providers, consult your corresponding provider of choice...() + u "Logo.jpg" ); { auto stream = System :: MakeObject < System...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Output Streams – C# MemoryStream – Aspose.HTML ...

    Learn about the ICreateStreamProvider interface, which is used when storing a conversion result in memory or sending it to remote storage....Advanced Programming HTML Output Streams Live Demos HTML .NET Solution...Download Pricing Buy Output Streams – C# MemoryStream Contents...

    docs.aspose.com/html/net/output-streams/
  6. Custom-made TeX files | .NET API Solution

    .NET API Solution to work with TeX. Includes the functionality to create custom TeX formats. C# examples of functionality to customize TeX.... The name you provide as an argument must be the...format C#. Create the format provider using the InputFileSystemDirec...

    products.aspose.com/tex/net/create-custom-tex/
  7. 通过Node.js与C++加密Excel文件|Documentation

    学习如何使用Aspose.Cells for Node.js via C++加密和密码保护Excel文件。...‘Microsoft Strong Cryptographic Provider’。举例来说,128位加密是银行用于与其网上银行系统进行加密连接的加密级别。...Microsoft Strong Cryptographic Provider). workbook . setEncryptionOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/encrypting-...
  8. 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/
  9. Encrypting Excel Files with JavaScript via C++|...

    Learn how to encrypt and password-protect Excel files using Aspose.Cells for JavaScript via C++....algorithms provided by a cryptographic service provider, or CSP...‘Microsoft Strong Cryptographic Provider’. To give you an idea, 128‑bit...

    docs.aspose.com/cells/javascript-cpp/encrypting...
  10. 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/