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

htmldocument

(0.15 sec)
  1. 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
  2. 错误和警告 – 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...
  3. 如何在 C# 中将 HTML 转换为 JPG

    这个简短的教程指导如何在 C# 中将 HTML 转换为 JPG。提供了将 HTML 转换为 JPG 的 C# 代码和配置环境的详细步骤。...的引用添加到项目中以将 HTML 转换为 JPG 使用 HTMLDocument 类实例从磁盘加载源 HTML 文件以将其转换为...

    kb.aspose.com/zh/html/net/how-to-convert-html-t...
  4. Create an HTML Page using Python

    Aspose.HTML for Python via .NET offers classes and methods to create an HTML page using Python. This HTML SDK is a go-to option for processing web pages....creating an object of the HTMLDocument class. Invoke the create_text_node...

    blog.aspose.com/html/create-an-html-page-using-...
  5. 可访问性验证器 – 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...
  6. Installation – Aspose.HTML for Python via .NET

    Learn how to install Aspose.HTML for Python via .NET library through PyPI....string variable 13 document = HTMLDocument(html_code, "." ) 14 15 #...

    docs.aspose.com/html/python-net/installation/
  7. C# HTML Parser – .NET API for HTML files Proces...

    Aspose.HTML for .NET library to read, write, modify, edit, merge, and convert HTML files. Supports XHTML, MHTML, EPUB, Markdown, and SVG....using var document = new HTMLDocument("input.html") // Create...developers: loads files using HTMLDocument class; creates an instance...

    products.aspose.com/html/net/
  8. How to Add Color in HTML Using Aspose.HTML for ...

    Learn how to add color to HTML using Aspose.HTML for Python. Apply background colors, text styles, and dynamic CSS programmatically to create styled HTML....HTMLDocument() # Access the existing...HTML document using the HTMLDocument class. Call the method of...

    products.aspose.com/html/python-net/how-to-add-...
  9. Convert HTML to TIFF via Java – Aspose.HTML for...

    Sample Java code for HTML to TIFF conversion with Aspose.HTML for Java. Use it to convert HTML to TIFF in any Java web or desktop application....HTML document HTMLDocument document = new HTMLDocument( "file.html"...

    products.aspose.com/html/java/conversion/html-t...
  10. Convert HTML to MHTML in Java – Aspose.HTML for...

    Convert HTML to MHTML using Aspose.HTML for Java API. Consider various HTML to MHTML conversion scenarios in Java code examples....the file 4 HTMLDocument document = new HTMLDocument( "drawing...

    docs.aspose.com/html/java/convert-html-to-mhtml/