Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 3,429 for

htmldocument

(0.11 sec)
  1. 使用 Aspose.HTML for Java 从 URL 保存文件

    了解如何使用 Aspose.HTML for Java 从 URL 保存文件。探索从网站自动下载文件的 Java 示例。... Java 示例所示: 使用 构造函数创建一个 HTMLDocument 类的空白实例。这是通过文档上下文访问网络功能所必需的。...functionality 4 final HTMLDocument document = new HTMLDocument(); 5 6 //...

    docs.aspose.com/html/zh/java/save-file-from-url/
  2. Convert XHTML to PDF – Java Code and Online Con...

    Sample Java code for XHTML to PDF conversion with Aspose.HTML for Java. Use it to convert XHTML to PDF in any Java web or desktop application....XHTML document HTMLDocument document = new HTMLDocument( "template...Java project. Initialize an HTMLDocument from an XHTML file. Create...

    products.aspose.com/html/java/conversion/xhtml-...
  3. Extract Images from Website – Aspose.HTML for Java

    Extract images from websites programmatically using Aspose.HTML for Java. A simple and powerful API for automated image extraction....from final HTMLDocument document = new HTMLDocument( "https://docs...BaseURI property of the HTMLDocument class. For each absolute...

    products.aspose.com/html/java/extract-images-fr...
  4. 验证结果 – 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...
  5. 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...
  6. How to get textareas resized in conversion from...

    Our HTML renders correctly in the browser, as shown in the attached screenshot: Screenshot 2026-01-07 144840.png (11.3 KB) However, when we generate the image using Aspose, the output looks different, as shown here: 6…...HTMLDocument(html, ".") If document.ReadyState...WebWindow instance, since HTMLDocument alone does not support dynamic...

    forum.aspose.com/t/how-to-get-textareas-resized...
  7. 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...
  8. 将 Markdown 转换为 DOCX – C# 示例

    使用 Aspose.HTML for .NET 将 Markdown 转换为 DOCX。在 C# 示例中考虑 Markdown 到 DOCX 的转换方案。试用在线 Markdown 转换器...您需要向 ConvertHTML() 方法传递 HTMLDocument、DocSaveOptions 和输出文件路径,以便将...to HTML document 18 using HTMLDocument document = Converter. ConvertMarkdown...

    docs.aspose.com/html/zh/net/convert-markdown-to...
  9. Java 中的网络无障碍检查 – 错误和警告

    了解如何使用 Aspose.HTML for Java 检查网站的可访问性是否符合 WCAG 标准...Initialize an HTMLDocument object 11 final HTMLDocument document =...= new HTMLDocument( "https://products.aspose.com/html/net/generators/video/"...

    docs.aspose.com/html/zh/java/web-accessibility-...
  10. Convert XHTML to HTML – Java Code and Online Co...

    Sample Java code for XHTML to HTML conversion with Aspose.HTML for Java. Use it to convert XHTML to HTML in any Java web or desktop application....XHTML document HTMLDocument document = new HTMLDocument( "template...Java project. Initialize an HTMLDocument from an XHTML file. Create...

    products.aspose.com/html/java/conversion/xhtml-...