Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 3,137 for

htmldocument

(0.04 sec)
  1. Convert HTML to XHTML – Python code and Online ...

    Convert HTML to XHTML online or with Python. Use Python library or HTML Converter to save webpage as XHTML quickly, clearly and safely....a file or URL document = HTMLDocument("{{input lower}}") # Initialize...XHTML. Use the method of the HTMLDocument class to save HTML as XHTML...

    products.aspose.com/html/python-net/conversion/...
  2. Convert XHTML to PNG – C# code and Online Conve...

    Convert XHTML to PNG in C#. Save XHTML as PNG file using C# code. 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...
  3. How to Convert HTML to JPG in C#

    This brief tutorial guides on how to convert HTML to JPG in C#. To convert HTML to JPG C# code and detailed steps for configuring the environment are provided....file from disk using the HTMLDocument class instance to convert...

    kb.aspose.com/html/net/how-to-convert-html-to-j...
  4. 使用 Python 将 HTML 转换为 PDF

    本快速指南介绍如何使用 Python 将 HTML 转换为 PDF。您将学习使用 Python 将 HTML 转换为 PDF 的算法和代码。...HTML 库来配置项目以呈现 PDF 文档 使用 HTMLDocument 类加载输入 HTML 文件 初始化 PdfSaveOptions...

    kb.aspose.com/zh/html/python/convert-html-to-pd...
  5. Creating a Custom Message Handler – Aspose.HTML...

    The article provides general information on creating custom message handlers using Aspose.HTML for .NET....configuration 16 using HTMLDocument document = new HTMLDocument(documentPath...

    docs.aspose.com/html/net/message-handlers/custo...
  6. HTML Template – Aspose.HTML for .NET

    Create HTML files in C#. Learn how to populate an HTML template from data sources and convert it to an HTML document....that takes four parameters: HTMLDocument object is used as a source...template) var document = new HTMLDocument(Path.Combine(DataDir, "html-template...

    products.aspose.com/html/net/html-template/
  7. Ինչպես փոխարկել HTML-ը JPG-ի C#-ում

    Այս հակիրճ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել HTML-ը JPG-ի C#-ում: HTML-ը JPG C# կոդի փոխարկելու համար և տրամադրվում են միջավայրի կազմաձևման մանրամասն քայլեր:...սկավառակից՝ օգտագործելով HTMLDocument դասի օրինակը՝ այն JPG-ի...

    kb.aspose.com/hy/html/net/how-to-convert-html-t...
  8. 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/
  9. Save File from URL – Python

    Use the Python API to download files from URLs and save them locally. Fast, automated file extraction from websites with a few lines of code....blank document document = HTMLDocument() Create a URL with the...an empty instance of the HTMLDocument class. This step is required...

    products.aspose.com/html/python-net/save-file-f...
  10. CSS Extensions – CSS Vendor Prefixes – Aspose.H...

    Learn about CSS vendor prefixes and consider Java example of how to use CSS extensions to create custom marks on document margins....document 28 HTMLDocument document = new HTMLDocument( "<div>Hello...

    docs.aspose.com/html/java/css-extensions/