Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 3,427 for

htmldocument

(0.13 sec)
  1. 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/
  2. 在 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...
  3. 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...
  4. 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...
  5. 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-...
  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 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...
  9. 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/
  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...