Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 3,427 for

htmldocument

(0.09 sec)
  1. Validation Results – Check Web Accessibility wi...

    Learn how to view and describe issues that occur during website accessibility checking and how to save the validation results using Aspose.HTML for Java....object of the HTMLDocument class 14 final HTMLDocument document =...= new HTMLDocument(documentPath); 15 ValidationResult validationResult...

    docs.aspose.com/html/java/web-accessibility-val...
  2. 如何在 C# 中将 Markdown 转换为 XPS

    本分步教程向您展示了如何通过代码在 C# 中将 Markdown 转换为 XPS。在 C# .NET 窗口或 ASP.NET 应用程序中使用 Aspose.HTML API 将 MD 转换为 XPS。...class 将 Markdown (MD) 文件加载到 HTMLDocument object 将输出保存为 HTML 文件 将输出...将输出 HTML 文件加载到 HTMLDocument 对象中 使用 XpsRenderingOptions class 指定...

    kb.aspose.com/zh/html/net/how-to-convert-markdo...
  3. Convert HTML to DOCX in Java – Aspose.HTML for ...

    Convert HTML to DOCX using Aspose.HTML for Java API. Consider various HTML to DOCX conversion scenarios in Java code examples....an HTML file using one of HTMLDocument() constructors of the class... In the example, we use HTMLDocument(address) constructor that...

    docs.aspose.com/html/java/convert-html-to-docx/
  4. Save HTML Document – Aspose.HTML for Java

    Learn how to save HTML documents after editing using Aspose.HTML for Java API and how to apply save options....document 4 HTMLDocument document = new HTMLDocument(); 5 6 //...memory 13 HTMLDocument document = new HTMLDocument( "save-with-linked-file...

    docs.aspose.com/html/java/save-a-document/
  5. How to Resize Document During Conversion from H...

    Learn how to resize HTML documents with Aspose.HTML for .NET by setting rendering options when converting to PDF, XPS, DOCX, and image formats....instance of the HTMLDocument class 10 using HTMLDocument document =...= new HTMLDocument(documentPath); 11 12 // Initialize an ImageRenderingOption...

    docs.aspose.com/html/net/resize-document/
  6. 渲染设备 – Rendering Device – Aspose.HTML for .NET

    了解如何使用 PdfDevice、XpsDevice、DocDevice 和 ImageDevice 等渲染设备将 HTML 渲染为 PDF、XPS、DOCX 和图像。...code 10 using HTMLDocument document = new HTMLDocument(code, "."...savePath 。 使用 构造函数,我们创建了一个 HTMLDocument 实例。 我们创建一个渲染设备– 类的实例。为此,我们使用...

    docs.aspose.com/html/zh/net/rendering-device/
  7. Edit HTML Document – Aspose.HTML for Java

    Learn how to read or modify the Document Object Model using Aspose.HTML for Java, how to edit HTML, and use inline CSS and Internal CSS....of an HTML document using HTMLDocument() constructor. Create a...instance of the HTMLDocument class 4 HTMLDocument document = new...

    docs.aspose.com/html/java/edit-a-document/
  8. Environment Configuration – C# – Aspose.HTML fo...

    Learn how to create different environment configurations where the application runs – use Sandboxing, Runtime Service, Network Service, etc....16 using (HTMLDocument document = new HTMLDocument(Path. Combine...20 using (HTMLDocument document = new HTMLDocument(Path. Combine...

    docs.aspose.com/html/net/environment-configurat...
  9. Convert HTML to TIFF – Aspose.HTML for .NET

    Convert HTML to TIFF using Aspose.HTML. Learn about the supported HTML to TIFF conversion scenarios and consider C# examples to illustrate them....using var document = new HTMLDocument("{{input lower}}"); {{#if_output...file 10 using HTMLDocument document = new HTMLDocument(documentPath);...

    docs.aspose.com/html/net/convert-html-to-tiff/
  10. 在 Java 中将 HTML 转换为 DOCX – Aspose.HTML for Java

    使用 Aspose.HTML for Java API 将 HTML 转换为 DOCX。在 Java 代码示例中考虑各种 HTML 到 DOCX 的转换情况。...HTML 到 DOCX 的简单转换过程: 使用 类的 HTMLDocument() 构造函数之一加载 HTML 文件。您可以从文件、HTML...HTML Document 一文)。在示例中,我们使用 HTMLDocument(address) 构造函数从文件初始化 HTML...

    docs.aspose.com/html/zh/java/convert-html-to-docx/