Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 3,335 for

htmldocument

(0.03 sec)
  1. 保存 HTML 文档 – C# 示例 – Aspose.HTML for .NET

    了解如何使用 Aspose.HTML for .NET API 将 HTML 文档保存到文件、URL、Zip 存档和内存流中,以及如何应用保存选项。...document 7 using (HTMLDocument document = new HTMLDocument()) 8 { 9 //...在上面的示例中,我们使用 HTMLDocument() 构造函数来初始化一个空的 HTML 文档。HTMLDocument 类的 方法会根据指定的字符串创建一个文本节点。...

    docs.aspose.com/html/zh/net/save-html-document/
  2. 如何在 HTML 转换过程中调整文档大小?- C#

    了解如何使用 Aspose.HTML for .NET 在转换为 PDF、XPS、DOCX 和图像格式时通过设置渲染选项来调整 HTML 文档的大小。...instance of the HTMLDocument class 10 using HTMLDocument document =...= new HTMLDocument(documentPath); 11 12 // Initialize an ImageRenderingOption...

    docs.aspose.com/html/zh/net/resize-document/
  3. What is HTML DOM? – C# Parsing

    You will find information about an HTML DOM and learn how to access and manipulate a DOM tree using the Aspose.HTML C# library....using var document = new HTMLDocument(documentPath); 5 var body...example of how to use the HTMLDocument class to access the DOM...

    docs.aspose.com/html/net/tutorial/what-is-html-...
  4. 将 HTML 转换为 GIF – C# 示例和在线转换器

    使用 Aspose.HTML for .NET 将 HTML 转换为 GIF。在 C# 示例中考虑各种 HTML 到 GIF 的转换情况。尝试在线 HTML 转换器。...using var document = new HTMLDocument("{{input lower}}"); {{#if_output...图像。您需要向 ConvertHTML() 方法传递 HTMLDocument、ImageSaveOptions 和输出文件路径,以便将...

    docs.aspose.com/html/zh/net/convert-html-to-gif/
  5. 将 HTML 转换为 XPS | C# 示例

    了解使用 Aspose.HTML for .NET API 所支持的 HTML 到 XPS 转换方案,并考虑用 C# 示例来说明这些方案。...using var document = new HTMLDocument("{{input lower}}"); {{#if_output...文件。您需要向 ConvertHTML() 方法传递 HTMLDocument、XpsSaveOptions 和输出文件路径,以便将...

    docs.aspose.com/html/zh/net/convert-html-to-xps/
  6. HTML Navigation – C# Examples – Aspose.HTML for...

    Learn how to navigate HTML with Aspose.HTML for .NET and inspect its elements using C#, about custom filter, CSS Selector, or XPath usage....code 7 using (HTMLDocument document = new HTMLDocument(html_code...5 6 using (HTMLDocument document = new HTMLDocument(documentPath))...

    docs.aspose.com/html/net/html-navigation/
  7. How to Change Border Color in HTML? C# Examples

    In this article, we will use C# examples to show different ways to change border color in HTML files using Aspose.HTML for .NET library....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. Convert HTML to XPS – Aspose.HTML for Java

    Convert HTML to XPS in Java using Aspose.HTML API. Consider various HTML to XPS conversion scenarios in Java code.... You need to pass the HTMLDocument, XpsSaveOptions, and output...the file 10 HTMLDocument document = new HTMLDocument( "document...

    docs.aspose.com/html/java/convert-html-to-xps/
  9. Convert HTML to PDF – C# Examples and Online Co...

    Learn how to convert HTML to PDF using Aspose.HTML for .NET and consider various HTML to PDF conversion scenarios in C# examples....using var document = new HTMLDocument("{{input lower}}"); {{#if_output...an HTML file using one of HTMLDocument() constructors of the class...

    docs.aspose.com/html/net/convert-html-to-pdf/
  10. 将 HTML 转换为 DOCX – C#

    使用 Aspose.HTML API 在 C# 中将 HTML 转换为 DOCX。在 C# 示例中考虑各种 HTML 到 DOCX 的转换情况。试试在线 HTML 转换器。...using var document = new HTMLDocument("{{input lower}}"); {{#if_output...文件。您需要向 ConvertHTML() 方法传递 HTMLDocument、DocSaveOptions 和输出文件路径,以便将...

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