Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,485 for

htmldocument

(0.36 sec)
  1. Convert HTML to MHTML – C# code and Online Conv...

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

    products.aspose.com/html/net/conversion/html-to...
  2. 用 Python 将 Markdown 转换为图像 – 将 Markdown 转换为 JPG、...

    使用 Aspose.HTML for Python 通过 .NET 将 Markdown 转换为图片。考虑在 Python 示例中将 Markdown 转换为 JPG、PNG、BMP、GIF 和 TIFF 的情况。...在下面的示例中,您需要将 HTMLDocument 、 ImageSaveOptions 和输出文件路径...file to an intermediate HTMLDocument 18 document = conv. Converter...

    docs.aspose.com/html/zh/python-net/convert-mark...
  3. 错误和警告 – C# 中的网页无障碍检查

    了解 Aspose.HTML for .NET 中的类和接口,它们可以帮助您在根据 WCAG 验证网站时收集错误和警告。...object of the HTMLDocument class 12 using (HTMLDocument document =...= new HTMLDocument(documentPath)) 13 { 14 // Check the document...

    docs.aspose.com/html/zh/net/web-accessibility-e...
  4. 可访问性验证器 – Java 中的网站可访问性检查

    了解如何使用 Aspose.HTML for Java 根据 WCAG 规则(如原则、指南和标准)检查网站的可访问性。...object of the HTMLDocument class 14 final HTMLDocument document =...= new HTMLDocument(documentPath); 15 ValidationResult validationResult...

    docs.aspose.com/html/zh/java/accessibility-vali...
  5. Convert XHTML to JPEG – C# code and Online Conv...

    Convert XHTML to JPEG in C#. Save XHTML as JPEG file using Aspose.HTML for .NET API. Try online XHTML to JPEG 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...
  6. Convert XHTML to Image – C# code and Online Con...

    Convert XHTML to Image in C#. Save XHTML as an image file using Aspose.HTML for .NET API. Try online XHTML to Image 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...
  7. Convert HTML to Image – C# code and Online Conv...

    Convert HTML to Image online or with Aspose.HTML for .NET. Use HTML to Image Converter to save webpage as an image file quickly, clearly and safely....using var document = new HTMLDocument("{{input lower}}"); {{#if_output...file. You need to pass the HTMLDocument, ImageSaveOptions, and output...

    products.aspose.com/html/net/conversion/html-to...
  8. How to Add Alt Text to Images – C# Examples

    Add alt text to images in HTML with Aspose.HTML for .NET. Improve accessibility, SEO, and automatically detect missing alt attributes....document 12 HTMLDocument document = new HTMLDocument(inputPath);...

    docs.aspose.com/html/net/how-to-add-alt-text-to...
  9. Convert HTML from ZIP archive to JPG – Aspose.H...

    Learn how to convert HTML from a ZIP archive to JPG using C# message handlers in Aspose.HTML for .NET....configuration 24 using HTMLDocument document = new HTMLDocument( "zip:///test...

    docs.aspose.com/html/net/message-handlers/conve...
  10. HMTL to PDF conversion - Free Support Forum - a...

    Hi Team, I am working on convert HTML to PDF, my issue is style are not applying from style block block. My code: foreach (string contentPart in contentParts) { Aspose.Pdf.Page page = merge…...Document htmlDocument = new Aspose.Pdf.Document(new...foreach (var htmlPage in htmlDocument.Pages) { mergedPdfDocument...

    forum.aspose.com/t/hmtl-to-pdf-conversion/314583