Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 3,429 for

htmldocument

(0.32 sec)
  1. 如何在 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/
  2. 保存 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/
  3. How to Create HTML File using Java

    This topic covers basic implementation of how to create HTML file using Java. You can generate HTML document in Java using simple API calls. HTML files can be generated programmatically on the fly and can be used in different applications like generation of reports or invoices....Repository Initialize an empty HTMLDocument object instance Add instance...will create the default HTMLDocument Class instance. Using createTextNode...

    kb.aspose.com/html/java/how-to-create-html-file...
  4. Ինչպես ստեղծել HTML ֆայլ C#-ում

    Այս թեման ընդգրկում է HTML ավտոմատացման հիմնական ներդրումը .NET հավելվածներում: Դուք կսովորեք, թե ինչպես ստեղծել HTML ֆայլ C#-ում:...org-ից Օգտագործեք կանխադրված HTMLDocument() կոնստրուկտորը դատարկ HTML...փաստաթուղթ՝ օգտագործելով HTMLDocument() կոնստրուկտորը՝ առանց որևէ...

    kb.aspose.com/hy/html/net/how-to-create-html-fi...
  5. 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/
  6. 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/
  7. 用 Java 将 HTML 转换为图像 – PNG、JPG、BMP、GIF、TIFF

    使用 Aspose.HTML for Java 将 HTML 转换为 JPG、PNG、GIF、TIFF 和 BMP 等图像。使用 ImageSaveOptions 可获得精确和可定制的输出结果。...the file 10 HTMLDocument document = new HTMLDocument( "jpg.html"...示例中,我们将逐步说明如何使用默认保存选项将 HTML 转换为 PNG: 使用 类的 HTMLDocument() 构造函数加载 HTML 文件或从头开始创建...

    docs.aspose.com/html/zh/java/convert-html-to-im...
  8. 将 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/
  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/