Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 3,431 for

htmldocument

(0.1 sec)
  1. 将 Markdown 转换为 XPS – Aspose.HTML for .NET

    使用 Aspose.HTML for .NET API 将 Markdown 转换为 XPS。在 C# 示例中考虑各种 Markdown 到 XPS 的转换情况。试用在线 Markdown 转换器。...您需要向 ConvertHTML() 方法传递 HTMLDocument、XpsSaveOptions 和输出文件路径,以便将...Markdown to HTML 17 using HTMLDocument document = Converter. ConvertMarkdown...

    docs.aspose.com/html/zh/net/convert-markdown-to...
  2. 将模板转换为 HTML – Aspose.HTML for .NET

    用 C# 将模板转换为 HTML。使用 XML/JSON 数据源、内联表达式和 foreach 指令创建动态内容。...该方法需要四个参数: HTMLDocument 对象被用作模板的源代码。 TemplateData...source 19 HTMLDocument document = new HTMLDocument(sourcePath...

    docs.aspose.com/html/zh/net/convert-template-to...
  3. How To Use XPath To Select XML Nodes – C# – Asp...

    Learn how to navigate through an XML document and select nodes using XPath. Consider С# examples of selecting information from an XML using XPath queries....document 4 using (HTMLDocument doc = new HTMLDocument(Path. Combine...document 4 using (HTMLDocument doc = new HTMLDocument(Path. Combine...

    docs.aspose.com/html/net/how-to-articles/how-to...
  4. Convert HTML to BMP via Java – Aspose.HTML for ...

    Sample Java code for HTML to BMP conversion. Use this example code to convert HTML to BMP in any Java web or desktop application....Initialize an HTMLDocument from HTML file HTMLDocument document =...= new HTMLDocument( "document.html" ); // Initialize ImageSaveOptions...

    products.aspose.com/html/java/conversion/html-t...
  5. Convert Markdown to PDF – Aspose.HTML for .NET

    Convert Markdown to PDF using Aspose.HTML for .NET. Consider Markdown to PDF conversion scenarios in C# examples. Try online Markdown Converter.... You need to pass the HTMLDocument, PdfSaveOptions, and output...Markdown to HTML 14 using HTMLDocument document = Converter. ConvertMarkdown...

    docs.aspose.com/html/net/convert-markdown-to-pdf/
  6. 微调转换器 – Aspose.HTML for Python via .NET

    使用 Aspose.HTML for Python 通过 .NET 对 HTML 转换器进行微调。在将 HTML 呈现为 PDF、DOCX 或图像时,可调整页面大小、页边距、质量等。...使用 Converter 类的 方法、HTMLDocument 类的 方法或 类的 render() 方法可以将...PDF 文档设置安全密码。 本节介绍了通过使用 HTMLDocument 类的 方法和 Renderer 类的 方法将基于...

    docs.aspose.com/html/zh/python-net/fine-tuning-...
  7. How to Change Text Color in HTML? C# Examples

    Change HTML text color using C#. See actual code examples with Aspose.HTML to customize HTML text color programmatically using inline and internal CSS....document 10 HTMLDocument document = new HTMLDocument(documentPath);...document 10 HTMLDocument document = new HTMLDocument(documentPath);...

    docs.aspose.com/html/net/how-to-articles/how-to...
  8. 将 Markdown 转换为 DOCX – C# 示例

    使用 Aspose.HTML for .NET 将 Markdown 转换为 DOCX。在 C# 示例中考虑 Markdown 到 DOCX 的转换方案。试用在线 Markdown 转换器...您需要向 ConvertHTML() 方法传递 HTMLDocument、DocSaveOptions 和输出文件路径,以便将...to HTML document 18 using HTMLDocument document = Converter. ConvertMarkdown...

    docs.aspose.com/html/zh/net/convert-markdown-to...
  9. 屏幕阅读器无障碍 – Java 示例

    了解如何使用 Aspose.HTML for Java 根据 WCAG 指南检查替代文本和多媒体的可访问性。...Initialize an HTMLDocument object 22 final HTMLDocument document =...= new HTMLDocument(documentPath); 23 ValidationResult validationResult...

    docs.aspose.com/html/zh/java/screen-reader-acce...
  10. 如何检查 HTML 文本内容是否为空? – C# 示例

    本文提供了一个分步解决方案,使用 Aspose.HTML for .NET 自动检查 HTML 内容,以识别空的 HTML 元素。... 使用 HTMLDocument 类的 Body 属性检索加载的 HTML 文档中的...document 7 using (HTMLDocument document = new HTMLDocument(inputPath))...

    docs.aspose.com/html/zh/net/how-to-articles/how...