Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 3,429 for

htmldocument

(0.23 sec)
  1. 格式之间的转换 – 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-...
  2. CSS 扩展 – CSS 供应商前缀

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

    docs.aspose.com/html/zh/java/css-extensions/
  3. Convert XHTML to PNG – C# code and Online Conve...

    Convert XHTML to PNG in C#. Save XHTML as PNG file using Aspose.HTML for .NET API. Try online XHTML to PNG Converter for free!...using var document = new HTMLDocument("{{input lower}}"); {{#if_output...image. You need to pass the HTMLDocument, ImageSaveOptions, and output...

    products.aspose.com/html/net/conversion/xhtml-t...
  4. 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...
  5. 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/
  6. 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...
  7. 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...
  8. Web 可访问性规则 – 如何使用 Aspose.HTML for .NET 进行检查

    了解如何在 Aspose.HTML for .NET 中使用 AccessibilityRules 类,该类是 WCAG 2.0 要求、成功标准和技术的一个存储库。...object of the HTMLDocument 18 using (HTMLDocument document = new...new HTMLDocument(htmlPath)) 19 { 20 // Check the document 21 ValidationResult...

    docs.aspose.com/html/zh/net/web-accessibility-r...
  9. Convert HTML to DOCX in Python

    Automate the conversion of web pages into MS Word files programmatically. Aspose.HTML for Python via .NET offers features to convert HTML to DOCX in Python....Initialize an instance of the HTMLDocument class and load an HTML document...

    blog.aspose.com/html/convert-html-to-docx-in-py...
  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/