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

htmldocument

(0.06 sec)
  1. 渲染选项 – Aspose.HTML for .NET

    了解 Aspose.HTML for .NET 中的渲染选项,以便将 HTML 自定义渲染为 PDF、XPS、DOCX 和图像。获得随时可用的 C# 示例...code 6 using HTMLDocument document = new HTMLDocument(code, "."...document 7 using HTMLDocument document = new HTMLDocument(documentPath);...

    docs.aspose.com/html/zh/net/rendering-options/
  2. Save Website – C# – Aspose.HTML for .NET

    Learn how to save a website or how to save a webpage using Aspose.HTML for .NET and customize the saving process to suit your needs....the constructor to load an HTMLdocument object from a URL to convert...URL 4 using HTMLDocument document = new HTMLDocument( "https://docs...

    docs.aspose.com/html/net/website-to-html/
  3. 网站转 HTML – 用 Java 保存网站或网页

    了解如何使用 Aspose.HTML for Java 保存网站或保存单个网页,并根据自己的需要定制网站下载流程。...构造函数,通过传递要下载的网页的 URL 来创建一个 HTMLDocument 类实例。 准备保存 HTML 内容的本地文件路径。...URL 4 final HTMLDocument document = new HTMLDocument( "https://docs...

    docs.aspose.com/html/zh/java/website-to-html/
  4. Convert HTML to PNG – Aspose.HTML for .NET

    Convert HTML to PNG using Aspose.HTML for .NET. Consider various HTML to PNG conversion scenarios in C# examples. Try online HTML Converter....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-png/
  5. Create Email Signature in .NET | products.aspos...

    Learn how to programmatically create custom email signatures in EML files using C#. Simplify communication management and personalization....message and load it into an HtmlDocument using Html Agility Pack...into an HtmlDocument using Html Agility Pack HtmlDocument htmlDocument...

    products.aspose.com/email/net/create-email-sign...
  6. 将 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/
  7. Convert HTML to DOCX – C#

    Convert HTML to DOCX in C# using Aspose.HTML API. Consider various HTML to DOCX conversion scenarios in C# examples. Try online HTML Converter....using var document = new HTMLDocument("{{input lower}}"); {{#if_output...file. You need to pass the HTMLDocument, DocSaveOptions, and output...

    docs.aspose.com/html/net/convert-html-to-docx/
  8. Renderers – C# – Aspose.HTML for .NET

    Learn about supported renderers – HtmlRenderer, SvgRenderer, MhtmlRenderer and EpubRenderer, which are used to render HTML, SVG, MHTML, EPUB...constructors to create an HTMLDocument instance. Create a new object...file 7 using HTMLDocument document = new HTMLDocument(documentPath);...

    docs.aspose.com/html/net/renderers/
  9. 如何在 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/
  10. 保存 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/