Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 3,429 for

htmldocument

(0.04 sec)
  1. 错误和警告 – C# 中的网页无障碍检查

    了解 Aspose.HTML for .NET 中的类和接口,它们可以帮助您在根据 WCAG 验证网站时收集错误和警告。...object of the HTMLDocument class 12 using (HTMLDocument document =...= new HTMLDocument(documentPath)) 13 { 14 // Check the document...

    docs.aspose.com/html/zh/net/web-accessibility-e...
  2. Create an HTML Page using Python

    Aspose.HTML for Python via .NET offers classes and methods to create an HTML page using Python. This HTML SDK is a go-to option for processing web pages....creating an object of the HTMLDocument class. Invoke the create_text_node...

    blog.aspose.com/html/create-an-html-page-using-...
  3. Convert HTML to PDF – C# code and Online Converter

    Convert HTML to PDF online or with Aspose.HTML for .NET. Use HTML to PDF Converter to save webpage as PDF file quickly, clearly and safely....using var document = new HTMLDocument("{{input lower}}"); {{#if_output...file. You need to pass the HTMLDocument, PdfSaveOptions, and output...

    products.aspose.com/html/net/conversion/html-to...
  4. Convert HTML to MHTML – C# code and Online Conv...

    Convert HTML to MHTML online or with Aspose.HTML for .NET. Use HTML to MHTML Converter to save webpage as MHTML file quickly, clearly and safely....using var document = new HTMLDocument("{{input lower}}"); {{#if_output...file. You need to pass the HTMLDocument, MHTMLSaveOptions, and output...

    products.aspose.com/html/net/conversion/html-to...
  5. 在 C# 中检查颜色对比度 – 在 C# 中检查颜色对比度

    了解无障碍网页的对比度最佳实践,并使用 Aspose.HTML 检查色彩对比度。让所有用户都能阅读网站。...21 using (HTMLDocument document = new HTMLDocument(documentPath))...18 using (HTMLDocument document = new HTMLDocument(documentPath))...

    docs.aspose.com/html/zh/net/color-contract-acce...
  6. C# HTML Parser – .NET API for HTML files Proces...

    Aspose.HTML for .NET library to read, write, modify, edit, merge, and convert HTML files. Supports XHTML, MHTML, EPUB, Markdown, and SVG....using var document = new HTMLDocument("input.html") // Create...developers: loads files using HTMLDocument class; creates an instance...

    products.aspose.com/html/net/
  7. How to Add Color in HTML Using Aspose.HTML for ...

    Learn how to add color to HTML using Aspose.HTML for Python. Apply background colors, text styles, and dynamic CSS programmatically to create styled HTML....HTMLDocument() # Access the existing...HTML document using the HTMLDocument class. Call the method of...

    products.aspose.com/html/python-net/how-to-add-...
  8. Convert HTML to MHTML in Java – Aspose.HTML for...

    Convert HTML to MHTML using Aspose.HTML for Java API. Consider various HTML to MHTML conversion scenarios in Java code examples....the file 4 HTMLDocument document = new HTMLDocument( "drawing...

    docs.aspose.com/html/java/convert-html-to-mhtml/
  9. Convert HTML to TIFF via Java – Aspose.HTML for...

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

    products.aspose.com/html/java/conversion/html-t...
  10. Image alt tag – Check using C# – Aspose.HTML fo...

    Easily сheck alt tags against WCAG standards. Integrate alt tag checks into your C# projects, ensuring web content accessibility....All); // Initialize an HTMLDocument object using ( var document...document = new HTMLDocument(documentPath)) { var validationResult...

    products.aspose.com/html/net/image-alt-tag-chec...