Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 3,520 for

htmldocument

(0.07 sec)
  1. CSS 扩展 – CSS 供应商前缀 – Aspose.HTML for .NET

    了解 CSS 供应商前缀,并参考 C# 示例,了解如何使用 CSS 扩展创建文档页边距自定义标记。...document 34 using HTMLDocument document = new HTMLDocument( "<div>Hello...

    docs.aspose.com/html/zh/net/css-extensions/
  2. Aspose.Html - System.PlatformNotSupportedExcept...

    https://forum.aspose.com/t/aspose-html-system-platformnotsupportedexception-system-drawing-common-is-not-supported-on-non-windows-platforms-version-24-10-0/293413/10...ConvertHTML(HTMLDocument document, ImageSaveOptions...the method - ConvertHTML(HTMLDocument document, ImageSaveOptions...

    forum.aspose.com/t/aspose-html-system-platformn...
  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. 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...
  6. 在 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...
  7. 用 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...
  8. 可访问性验证器 – Java 中的网站可访问性检查

    了解如何使用 Aspose.HTML for Java 根据 WCAG 规则(如原则、指南和标准)检查网站的可访问性。...object of the HTMLDocument class 14 final HTMLDocument document =...= new HTMLDocument(documentPath); 15 ValidationResult validationResult...

    docs.aspose.com/html/zh/java/accessibility-vali...
  9. 错误和警告 – 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...
  10. Convert Markdown to Image – C# code and Online ...

    C# code for Markdown to Image conversion. Easily use Aspose.HTML for .NET within any .NET application. Try online MD to Image Converter for free!...Saving; using HTMLDocument document = Converter.Co...Image. You need to pass the HTMLDocument, ImageSaveOptions, and output...

    products.aspose.com/html/net/conversion/md-to-i...