Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 3,335 for

htmldocument

(0.04 sec)
  1. How to Add Watermark to MSG Files in C# | produ...

    C# source code to add or remove watermark to MSG file on .NET Framework, .NET Core, and Xamarin Platforms....body var htmlDocument = new Aspose.Html.HTMLDocument(mail.BodyHtml...with the watermark HTML htmlDocument.Body.InnerHTML = watermarkHtml;...

    products.aspose.com/email/net/watermark/msg/
  2. 微调转换器 – C# – Aspose.HTML for .NET

    了解如何使用 Aspose.HTML 的 RenderTo 和 Render 方法将 HTML、SVG、MHTML 和 EPUB 文件转换为 PDF、XPS、DOCX 和图像格式...使用 Converter 类的 方法、HTMLDocument 类的 方法或 类的 Render() 方法,可以将...PDF 设备设置安全密码等。 本节将介绍通过使用 HTMLDocument 类的 方法和 类的 Render() 方法将基于...

    docs.aspose.com/html/zh/net/fine-tuning-convert...
  3. Converting Between Formats – Aspose.HTML for Py...

    Learn how to convert HTML, MHTML, EPUB, Markdown, and SVG files using Aspose.HTML for Python via .NET....import * 4 5 document = HTMLDocument( "document.html" ) 6 options.... pdf import * 3 4 with HTMLDocument ( "document.html" ) as document:...

    docs.aspose.com/html/python-net/converting-betw...
  4. Markdown 转换器 – 在 C# 或在线中转换 MD

    了解如何使用 Aspose.HTML for .NET API 将 Markdown 转换为其他格式,并参考将 Markdown 转换为 JPG 的 C# 示例。...Markdown to HTML 10 using HTMLDocument document = Converter. ConvertMarkdown...ImageFormat 和一组属性。然后, 方法接收 HTMLDocument、ImageSaveOptions 和输出路径,完成...

    docs.aspose.com/html/zh/net/markdown-converter/
  5. Output Streams – C# MemoryStream – Aspose.HTML ...

    Learn about the ICreateStreamProvider interface, which is used when storing a conversion result in memory or sending it to remote storage....the method to convert the HTMLDocument object to an image using...code 15 using HTMLDocument document = new HTMLDocument(code, "."...

    docs.aspose.com/html/net/output-streams/
  6. Ինչպես միացնել HTML ֆայլերը PDF-ին C#-ում

    Այս հիմնական ձեռնարկը կենտրոնանում է այն բանի վրա, թե ինչպես միաձուլել HTML ֆայլերը PDF-ին C#-ում: Այն ընդգրկում է գրադարանի կոնֆիգուրացիան ձեր միջավայրում և քայլ առ քայլ գործընթաց, որին հաջորդում է աշխատանքային օրինակելի կոդը՝ C#-ում HTML-ը PDF-ի հետ համատեղելու համար:...ֆայլեր՝ օգտագործելով առանձին HTMLDocument դասի օբյեկտ յուրաքանչյուր...

    kb.aspose.com/hy/html/net/how-to-merge-html-fil...
  7. Check Color Contrast in C# – Check Color Contra...

    Learn about contrast best practices for web accessibility and check color contrast using Aspose.HTML. Make website accessible to read for all users....21 using (HTMLDocument document = new HTMLDocument(documentPath))...18 using (HTMLDocument document = new HTMLDocument(documentPath))...

    docs.aspose.com/html/net/color-contract-accessi...
  8. Web Accessibility Rules – How to Check Using As...

    Learn how to use the AccessibilityRules class in Aspose.HTML for .NET, which is a repository of WCAG 2.0 requirements, success criteria, and techniques....object of the HTMLDocument 18 using (HTMLDocument document = new...new HTMLDocument(htmlPath)) 19 { 20 // Check the document 21 ValidationResult...

    docs.aspose.com/html/net/web-accessibility-rules/
  9. Aspose.HTML for .NET 24.2 – Save HTML to a Stream

    Examples of using deprecated and new classes to save HTML to a stream using 24.2 and earlier versions of the Aspose.HTML for .NET library....16 using ( var doc = new HTMLDocument(inputPath)) 17 { 18 // Initialize...17 using ( var doc = new HTMLDocument(inputPath)) 18 { 19 // Initialize...

    docs.aspose.com/html/net/migration-between-vers...
  10. Convert a Webpage to PDF in Python

    This blog post is for you if you are looking to convert a webpage to PDF in Python. Aspose.HTML for Python via .NET is a powerful SDK for Python developers....initializing an instance of the HTMLDocument class. Create an instance...

    blog.aspose.com/html/convert-a-webpage-to-pdf-i...