Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 3,431 for

htmldocument

(0.31 sec)
  1. 验证结果 – C# 中检查网页无障碍

    了解如何使用 Aspose.HTML for .NET 查看网页无障碍检查的结果并详细说明验证期间发生的特定问题。...object of the HTMLDocument class 13 using (HTMLDocument document =...= new HTMLDocument(documentPath)) 14 { 15 // Check the document...

    docs.aspose.com/html/zh/net/web-accessibility-v...
  2. Python 中的 HTML 导航 - Aspose.HTML for Python via ...

    了解如何使用 Aspose.HTML for Python 通过 .NET 浏览 HTML 并检查其元素,以及 CSS 选择器和 XPath 的用法。... HTMLDocument (html_code, "." ) as document:..."html_file.html" ) 9 with ah. HTMLDocument (document_path) as document:...

    docs.aspose.com/html/zh/python-net/html-navigat...
  3. HTML to PDF mixed page sizes - Free Support For...

    Is there any way to have mixed page sizes/orientations when creating a PDF from HTML? Our requirements demand that the first page be letter sized in portrait, and the subsequent pages be landscape mode (some with dynami…...HtmlRenderer(); var htmlDocument = new Aspose.Html.HTMLDocument(inputStream...renderer.Render(pdfDevice, htmlDocument); File.WriteAllBytes("....

    forum.aspose.com/t/html-to-pdf-mixed-page-sizes...
  4. Save File from URL – Aspose.HTML for Java

    Learn how to download and save files from URLs using Java. Use Aspose.HTML for Java to automate file downloading from online sources....functionality final HTMLDocument document = new HTMLDocument(); // Create...an empty instance of the HTMLDocument class. This step is required...

    products.aspose.com/html/java/save-file-from-url/
  5. Web Accessibility Check in Java – Errors and Wa...

    Learn how to check your website's accessibility for WCAG compliance using Aspose.HTML for Java...Initialize an HTMLDocument object 11 final HTMLDocument document =...= new HTMLDocument( "https://products.aspose.com/html/net/generators/video/"...

    docs.aspose.com/html/java/web-accessibility-check/
  6. Unsupported symbols in the name of the html fil...

    Hi, I am using Aspose.HTML library and I found out that it doesn’t support ‘#’ character in the name of the input html file when windows handles it OK. Is there any solution of this issue? Here is sample code: using (v…...using (var document = new HTMLDocument(@“D:\work\!%@&$^#.html”))...documentInit) at Aspose.Html.HTMLDocument…ctor(RequestMessage , Configuration...

    forum.aspose.com/t/unsupported-symbols-in-the-n...
  7. 在 Python 中安全加载和转换不可信的 HTML – Aspose.HTML

    学习如何使用 Aspose.HTML for Python via .NET 在 Python 中安全加载和转换不可信的 HTML。包括阻止脚本和外部图像的沙箱示例。...使用构造函数 HTMLDocument(address, configuration) 创建 HTMLDocument 实例,传入..."document-with-scripts.html" ) 20 with ah. HTMLDocument (html_path, config) as doc:...

    docs.aspose.com/html/zh/python-net/sandboxing/
  8. How to Change Text Color in HTML? C# Examples

    Change HTML text color using C#. See actual code examples with Aspose.HTML to customize HTML text color programmatically using inline and internal CSS....document 10 HTMLDocument document = new HTMLDocument(documentPath);...document 10 HTMLDocument document = new HTMLDocument(documentPath);...

    docs.aspose.com/html/net/how-to-articles/how-to...
  9. 透過 C# 使用 Aspose.Note 和 Aspose.Html 將 OneNote 轉換...

    使用 C# 將 OneNote 轉換為 Obsidian 的範例程式碼。利用 API 範例程式碼在 VB.NET、Asp.NET 或任何基於 .NET 的應用程式中將 .one 批次轉換為 .md 文件...Markdown HTMLDocument htmlDocument = new HTMLDocument(ms, "temp...; Converter.ConvertHTML(htmlDocument, options, mdFilePath); }...

    products.aspose.com/note/zh-hant/net/conversion...
  10. 在 Java 中编辑 HTML5 Canvas – Aspose.HTML for Java

    学习如何在 Java 中编辑 HTML5 Canvas,包括使用 Aspose.HTML for Java API 进行动态 2D 渲染和高级图形处理。...HTML file 17 HTMLDocument document = new HTMLDocument( "document...document 4 HTMLDocument document = new HTMLDocument(); 5 6 //...

    docs.aspose.com/html/zh/java/edit-html5-canvas/