Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 3,419 for

htmldocument

(0.06 sec)
  1. Python HTML Parser – Python API for HTML Files ...

    Aspose.HTML for Python via .NET library to read, edit, navigate, merge, and convert HTML files. Supports XHTML, MHTML, EPUB, Markdown, and SVG....be converted document = HTMLDocument("document.html") # Create...from the prepared code with HTMLDocument(html_code, ".") as document:...

    products.aspose.com/html/python-net/
  2. Authentication – C# examples – Aspose.HTML for ...

    Learn how to use Aspose.HTML to create a C# message handler for a Web request with password-based authentication schemes such as basic, digest, NTLM, Kerberos...configuration 12 using HTMLDocument document = new HTMLDocument( "https://httpbin...

    docs.aspose.com/html/net/message-handlers/authe...
  3. Web Accessibility – How to Check – Aspose.HTML ...

    Learn how to check website accessibility using Aspose.HTML for .NET API and find out if your website is WCAG compliant....Initialize an HTMLDocument object 13 using (HTMLDocument document...document = new HTMLDocument(documentPath)) 14 { 15 // Check the document...

    docs.aspose.com/html/net/web-accessibility/
  4. 从 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/
  5. 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...
  6. 格式之间的转换 – 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-...
  7. CSS 扩展 – CSS 供应商前缀

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

    docs.aspose.com/html/zh/java/css-extensions/
  8. Accessibility Validator – Aspose.HTML for .NET

    Integrate website accessibility checking into your development workflow and improve the quality of your web projects with Aspose.HTML....Initialize an object of the HTMLDocument class using ( var document...document = new HTMLDocument(documentPath)) { // Check the document...

    products.aspose.com/html/net/accessibility-vali...
  9. Convert HTML to XPS via Java – Aspose.HTML for ...

    Sample Java code for HTML to XPS conversion with Aspose.HTML for Java. Use it to convert HTML in any Java web or desktop application....from a file HTMLDocument htmltoxps = new HTMLDocument( "document...

    products.aspose.com/html/java/conversion/html-t...
  10. Accessibility Validator – Aspose.HTML for .NET

    Learn how to use Aspose.HTML for .NET to check website accessibility against WCAG rules, such as principles, guidelines, and criteria....object of the HTMLDocument class 13 using (HTMLDocument document =...= new HTMLDocument(documentPath)) 14 { 15 // Check the document...

    docs.aspose.com/html/net/accessibility-validator/