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

htmldocument

(0.28 sec)
  1. 在 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...
  2. 用 Python 将 Markdown 转换为图像 – 将 Markdown 转换为 JPG、...

    使用 Aspose.HTML for Python 通过 .NET 将 Markdown 转换为图片。考虑在 Python 示例中将 Markdown 转换为 JPG、PNG、BMP、GIF 和 TIFF 的情况。...在下面的示例中,您需要将 HTMLDocument 、 ImageSaveOptions 和输出文件路径...file to an intermediate HTMLDocument 18 document = conv. Converter...

    docs.aspose.com/html/zh/python-net/convert-mark...
  3. Aspose.HTML for .NET 24.10 – Improving Renderin...

    Release focuses on Linux support, improving text readability and image rendering, creating a smoother experience for .NET developers....18 using ( var doc = new HTMLDocument( "text" , string. Empty...16 using ( var doc = new HTMLDocument( "text" , string. Empty...

    docs.aspose.com/html/net/migration-between-vers...
  4. 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/
  5. 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/
  6. 网络无障碍 – 如何使用 Aspose.HTML for Java 进行检查

    了解如何使用 Aspose.HTML for Java API 检查网站的可访问性,并找出您的网站是否符合 WCAG 标准。...Initialize an HTMLDocument object 13 final HTMLDocument document =...= new HTMLDocument(documentPath); 14 ValidationResult result...

    docs.aspose.com/html/zh/java/web-accessibility/
  7. 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...
  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 Markdown to PDF in Java – Aspose.HTML f...

    Learn how to convert Markdown to PDF using Java library. Consider various Markdown to PDF conversion scenarios with ready-to-use Java code examples....Convert Markdown to HTML 11 HTMLDocument document = Converter. convertMarkdown...Convert Markdown to HTML 4 HTMLDocument document = Converter. convertMarkdown...

    docs.aspose.com/html/java/convert-markdown-to-pdf/
  10. Web Accessibility – Check using C# – Aspose.HTM...

    Check web accessibility against WCAG compliance using C#. Get information to help you solve web content accessibility issues....object HTMLDocument using ( var document = new HTMLDocument( "https://products...

    products.aspose.com/html/net/web-accessibility/