Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 3,427 for

htmldocument

(0.17 sec)
  1. Markdown Converter – Convert MD in C# or Online

    Learn how to convert Markdown to other formats using Aspose.HTML for .NET API and consider C# example of Markdown to JPG conversion....Markdown to HTML 10 using HTMLDocument document = Converter. ConvertMarkdown... Then, the method takes HTMLDocument, ImageSaveOptions, and output...

    docs.aspose.com/html/net/markdown-converter/
  2. Convert HTML to PNG – Java Code and Online Conv...

    Sample Java code for HTML to PNG conversion with Aspose.HTML for Java. Use it 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...
  3. Convert HTML to GIF via Java – Java Code and On...

    Sample Java code for HTML to GIF conversion with Aspose.HTML for Java. Use it to convert HTML to GIF in any Java web or desktop application....Initialize an HTMLDocument from HTML file HTMLDocument document =...= new HTMLDocument( "document.html" ); // Initialize ImageSaveOptions...

    products.aspose.com/html/java/conversion/html-t...
  4. Web Request Execution Time – Aspose.HTML for .NET

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

    docs.aspose.com/html/net/message-handlers/web-r...
  5. Edit HTML in C# – Aspose.HTML for .NET

    Code to edit HTML files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an HTML document....Document object using one of HTMLDocument() constructors. You can...file var document = new HTMLDocument( "document.html" ); var...

    products.aspose.com/html/net/editor/html/
  6. Web Accessibility Rules – Check with Aspose.HTM...

    Learn how to use the AccessibilityRules class of Aspose.HTML, which is a repository of WCAG 2.0 requirements, success criteria, and techniques....object of the HTMLDocument 20 final HTMLDocument document = new...new HTMLDocument(htmlPath); 21 // Check the document 22 ValidationResult...

    docs.aspose.com/html/java/web-accessibility-rules/
  7. How to Change Border Color in Python – Aspose.HTML

    Learn how to change border color in HTML using Python with Aspose.HTML. Step-by-step examples, CSS tips, and solutions to common styling issues.... HTMLDocument (document_path) as document:...HTML document 14 with ah. HTMLDocument (document_path) as document:...

    docs.aspose.com/html/python-net/how-to-change-b...
  8. Web Accessibility – How to Check with Aspose.HT...

    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 13 final HTMLDocument document =...= new HTMLDocument(documentPath); 14 ValidationResult result...

    docs.aspose.com/html/java/web-accessibility/
  9. Convert HTML to PDF in Python

    This quick guide describes how to convert HTML to PDF in Python. You will learn the algorithm and code to transfer HTML to PDF in Python....input HTML file with the HTMLDocument class Initialize an object...

    kb.aspose.com/html/python/convert-html-to-pdf-i...
  10. Check Color Contrast – Aspose.HTML for Java

    Learn about contrast best practices for web accessibility and check color contrast using Aspose.HTML for Java. Make website accessible to read for all users....29 30 final HTMLDocument document = new HTMLDocument(documentPath);...22 23 final HTMLDocument document = new HTMLDocument(documentPath);...

    docs.aspose.com/html/java/check-color-contract/