Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 3,431 for

htmldocument

(0.11 sec)
  1. Convert HTML to Markdown – Java Code and Online...

    Java code for HTML to Markdown conversion with Aspose.HTML for Java. Use it to convert HTML to MD in any Java web or desktop application....HTML document HTMLDocument document = new HTMLDocument( "document...

    products.aspose.com/html/java/conversion/html-t...
  2. 从 URL 保存文件 – C# 示例

    了解如何使用 Aspose.HTML for .NET API 从 URL 保存文件。考虑从网站自动下载文件的 C# 示例。...functionality 4 using HTMLDocument document = new HTMLDocument(); 5 6 //...

    docs.aspose.com/html/zh/net/save-file-from-url/
  3. 格式之间的转换 – C# 示例

    了解如何使用 Aspose.HTML for .NET 将 HTML、MHTML、EPUB 和 SVG 转换为 PDF、XPS、DOCX、PNG 和其他格式。...code 10 using HTMLDocument document = new HTMLDocument(code, "."...

    docs.aspose.com/html/zh/net/converting-between-...
  4. CSS 扩展 – CSS 供应商前缀

    了解 CSS 提供者前缀,并查看 Aspose.HTML for Java 示例,了解如何使用 CSS 扩展在文档页边空白处创建自定义标记。...document 30 HTMLDocument document = new HTMLDocument( "<div>Hello...

    docs.aspose.com/html/zh/java/css-extensions/
  5. Convert XHTML to PNG – C# code and Online Conve...

    Convert XHTML to PNG in C#. Save XHTML as PNG file using Aspose.HTML for .NET API. Try online XHTML to PNG Converter for free!...using var document = new HTMLDocument("{{input lower}}"); {{#if_output...image. You need to pass the HTMLDocument, ImageSaveOptions, and output...

    products.aspose.com/html/net/conversion/xhtml-t...
  6. Message Handler to Filter Network Requests – As...

    Create a custom message handler to check network requests using Aspose.HTML for .NET. Learn how to filter out undesired network requests in C#....configuration 16 using HTMLDocument document = new HTMLDocument(documentPath...

    docs.aspose.com/html/net/message-handlers/netwo...
  7. 档案

    档案...指定从本地磁盘读取输入文件的路径 //使用 var doc = new HTMLDocument(dataDir + "Sample.html");...URL using var doc = new HTMLDocument("YOUR URL GOES HERE"); var...

    blog.aspose.com/zh/html/download-image-from-url...
  8. 输出流 – C# MemoryStream – Aspose.HTML for .NET

    了解 ICreateStreamProvider 接口,该接口用于将转换结果存储到内存或发送到远程存储。...方法,使用保存选项和 MemoryStreamProvider 将 HTMLDocument 对象转换为图像。 使用 foreach 循环遍历...code 15 using HTMLDocument document = new HTMLDocument(code, "."...

    docs.aspose.com/html/zh/net/output-streams/
  9. Web 可访问性规则 – 如何使用 Aspose.HTML for .NET 进行检查

    了解如何在 Aspose.HTML for .NET 中使用 AccessibilityRules 类,该类是 WCAG 2.0 要求、成功标准和技术的一个存储库。...object of the HTMLDocument 18 using (HTMLDocument document = new...new HTMLDocument(htmlPath)) 19 { 20 // Check the document 21 ValidationResult...

    docs.aspose.com/html/zh/net/web-accessibility-r...
  10. How to Convert HTML to JPG in C#

    This brief tutorial guides on how to convert HTML to JPG in C#. To convert HTML to JPG C# code and detailed steps for configuring the environment are provided....file from disk using the HTMLDocument class instance to convert...

    kb.aspose.com/html/net/how-to-convert-html-to-j...