Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,704 for

htmldocument

(0.06 sec)
  1. Errors and Warnings – Web Accessibility Check i...

    Learn about classes and interfaces that help collect error and warning information when checking a website's accessibility against WCAG compliance....object of the HTMLDocument class 10 using (HTMLDocument document =...= new HTMLDocument(documentPath)) 11 { 12 // Check the document...

    docs.aspose.com/html/net/web-accessibility-erro...
  2. Convert HTML to JPEG – Java Code and Online Con...

    Sample Java code for HTML to JPG conversion. Use this example code to convert HTML to JPEG within any Web or Desktop Java based application...Initialize an HTMLDocument from an HTML file HTMLDocument document...document = new HTMLDocument( "document.html" ); // Create ImageSaveOptions...

    products.aspose.com/html/java/conversion/html-t...
  3. 透過 C# 使用 Aspose.Note 將 OneNote 轉換為 Zettlr Markd...

    了解如何使用 Aspose.Note for .NET 將 Microsoft OneNote (.one) 檔案轉換為 Zettlr Markdown (.md)。逐步指南、程式碼範例以及無縫筆記格式轉換的提示。...Markdown HTMLDocument htmlDocument = new HTMLDocument(ms, "temp...; Converter.ConvertHTML(htmlDocument, options, mdFilePath); }...

    products.aspose.com/note/zh-hant/net/conversion...
  4. Web Accessibility – How to Check – Aspose.HTML ...

    Learn how to check website accessibility using Aspose.HTML for Java API and find out if your website is WCAG  compliant....Initialize an HTMLDocument object 11 final HTMLDocument document =...= new HTMLDocument(documentPath); 12 ValidationResult result...

    docs.aspose.com/html/java/web-accessibility/
  5. How To Use XPath To Select XML Nodes – C# – Asp...

    You will learn how to navigate through an XML document and select nodes using XPath. The article considers С# examples of selecting the required information from an XML file using XPath queries....document 2 using (HTMLDocument doc = new HTMLDocument(Path. Combine...document 2 using (HTMLDocument doc = new HTMLDocument(Path. Combine...

    docs.aspose.com/html/net/how-to-articles/how-to...
  6. Web Accessibility Rules – Website Accessibility...

    You will learn how to use the AccessibilityRules class, which is a repository of WCAG 2.0 requirements, success criteria, and techniques....object of the HTMLDocument 18 final HTMLDocument document = new...new HTMLDocument(htmlPath); 19 // Check the document 20 ValidationResult...

    docs.aspose.com/html/java/web-accessibility-rules/
  7. Convert HTML to GIF via Java – Java Code and On...

    Sample Java code for HTML to GIF conversion. Use this example code to convert HTML to GIF within any Web or Desktop Java based application....Initialize an HTMLDocument from HTML file HTMLDocument document =...= new HTMLDocument( "document.html" ); // Initialize ImageSaveOptions...

    products.aspose.com/html/java/conversion/html-t...
  8. Convert HTML to PNG – Java Code and Online Conv...

    Sample Java code for HTML to PNG conversion. Use this example code to convert HTML to PNG within any Web or Desktop Java based application....Initialize HTMLDocument from HTML file HTMLDocument document =...= new HTMLDocument( "document.html" ); // Initialize ImageSaveOptions...

    products.aspose.com/html/java/conversion/html-t...
  9. Converting Between Formats – Python Examples

    Learn how to convert HTML, MHTML, EPUB, Markdown, and SVG files using Aspose.HTML for Python via .NET....import * 4 5 document = HTMLDocument( "document.html" ) 6 options.... pdf import * 3 4 with HTMLDocument ( "document.html" ) as document:...

    docs.aspose.com/html/python-net/converting-betw...
  10. Web Request Execution Time – C# example

    The article provides information on creating a custom message handler for a web request time logging using Aspose.HTML for .NET....configuration 14 using HTMLDocument document = new HTMLDocument(documentPath...

    docs.aspose.com/html/net/message-handlers/web-r...