Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 1,650 for

htmldocument

(0.05 sec)
  1. Flatten PDF – C# Examples – Aspose.HTML for .NET

    Learn what it means to flatten PDF and how to convert HTML to PDF and flatten a PDF file using FormFieldBehaviour property....file 5 using HTMLDocument document = new HTMLDocument(sourcePath);...

    docs.aspose.com/html/net/flatten-pdf/
  2. Convert HTML to XPS – C# code and Online Converter

    Convert HTML to XPS online or with C#. Easily use C# API within any .NET application. Try online HTML to XPS Converter for free!...using var document = new HTMLDocument("{{input lower}}"); {{#if_output...file. You need to pass the HTMLDocument, XpsSaveOptions, and output...

    products.aspose.com/html/net/conversion/html-to...
  3. Markdown to HTML – Convert AI Chat Responses to...

    Learn how to convert Markdown to HTML, apply styles, and beautifully display AI-generated content with Aspose.HTML for .NET....Convert Markdown to HTML 19 HTMLDocument document = Converter. ConvertMarkdown...Markdown string into an HTMLDocument by passing a MemoryStream...

    docs.aspose.com/html/net/convert-ai-markdown-to...
  4. Convert HTML from ZIP archive to PDF – C# example

    In the article, the example of a message handler creating for working with zip archives is considered. The implementation of converting zip to pdf is shown....configuration 22 using HTMLDocument document = new HTMLDocument( "zip:///test...

    docs.aspose.com/html/net/message-handlers/conve...
  5. Convert HTML to DOCX – C# code and Online Conve...

    Convert HTML to DOCX online or with C#. Use HTML to DOCX Converter to save webpage as DOCX file quickly, clearly and safely....using var document = new HTMLDocument("{{input lower}}"); {{#if_output...file. You need to pass the HTMLDocument, DocSaveOptions, and output...

    products.aspose.com/html/net/conversion/html-to...
  6. Time Logging – Convert HTML – C# example

    You will find a C# example of custom message handlers to convert HTML from ZIP archive to PDF and log the execution time of this conversion....configuration 25 using HTMLDocument document = new HTMLDocument( "zip-file:///test...

    docs.aspose.com/html/net/message-handlers/time-...
  7. Screen Reader Accessibility – C# Examples

    Learn how to design your website for screen reader accessibility and how to check alternative text for screen readers against WCAG guidelines using Aspose.HTML for .NET API....Initialize an HTMLDocument object 14 using (HTMLDocument document...document = new HTMLDocument(documentPath)) 15 { 16 ValidationResult validationResult...

    docs.aspose.com/html/net/screen-reader-accessib...
  8. How to use XPath – Evaluate() method – Aspose.H...

    This article introduces how to use Evaluate() method to navigate through the HTML document and select nodes by XPath Query. You will learn, how to select all photos from an HTML document using XPath expressions....document 2 using (HTMLDocument doc = new HTMLDocument(Path. Combine...

    docs.aspose.com/html/net/how-to-articles/how-to...
  9. Convert HTML to PNG – Aspose.HTML for Python vi...

    Convert HTML to PNG programmatically using the Python library or online using HTML Converter. Learn HTML to PNG conversion scripts with Python examples....a file or URL document = HTMLDocument("{{input lower}}") # Initialize...from the file 18 document = HTMLDocument(document_path) 19 20 # Initialize...

    docs.aspose.com/html/python-net/convert-html-to...
  10. Convert HTML to Markdown – Aspose.HTML for Pyth...

    Convert HTML to Markdown programmatically using Python library or online with the HTML Converter. Explore HTML to MD conversion scenarios with Python examples....a file or URL document = HTMLDocument("{{input lower}}") # Initialize...Converter class, passing it an HTMLDocument, MarkdownSaveOptions, and...

    docs.aspose.com/html/python-net/convert-html-to...