
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Multipurpose (UI Controls / Image generation), 100% managed (C#), High performance HTML Rendering library for Mono. HTML UI in .NET Mono applications using controls or static rendering. Features and Benefits: --- * Controls: HtmlPanel, HtmlLabel, HtmlToolTip. * Create images from HTML snippets. * 100% managed code and no external dependencies, no ActiveX, no MSHTML. * Extensive HTML 4.01 and CSS level 2 specifications support. * Support separating CSS from HTML by loading stylesheet code separately. * Support text selection, copy-paste and context menu. * Handles "real world" malformed HTML, it doesn't have to be XHTML. * Supports .NET 2.0 or higher including Client Profile. * Lightweight, only two DLLs (~300K). * High performance and low memory footprint. * Extendable and configurable.
********** Welcome to the HTML Renderer WinForms library! *****************************************
This library provides the rich formatting power of HTML in Mono .NET applications using simple controls or static rendering code. For more info see HTML Renderer on CodePlex: http://htmlrenderer.codeplex.com
********** DEMO APPLICATION ***********************************************************************
HTML Renderer Demo application showcases HTML Renderer capabilities, use it to explore and learn on the library: http://htmlrenderer.codeplex.com/wikipage?title=Demo%20application
********** FEEDBACK / RELEASE NOTES ***************************************************************
If you have problems, wish to report a bug, or have a suggestion please start a thread on HTML Renderer discussions page: http://htmlrenderer.codeplex.com/discussions
For full release notes and all versions see: http://htmlrenderer.codeplex.com/releases
********** QUICK START ****************************************************************************
For more Quick Start see: https://htmlrenderer.codeplex.com/wikipage?title=Quick%20start
********** Quick Start: Use HTML panel control on WinForms form
public partial class Form1 : Form { public Form1() { InitializeComponent();
TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel htmlPanel = new TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel();
htmlPanel.Text = "<p><h1>Hello World</h1>This is html rendered text</p>";
htmlPanel.Dock = DockStyle.Fill;
Controls.Add(htmlPanel);
}
}
********** Quick Start: Create image from HTML snippet
class Program { private static void Main(string[] args) { Image image = TheArtOfDev.HtmlRenderer.WinForms.HtmlRender.RenderToImageGdiPlus("
FAQs
Multipurpose (UI Controls / Image generation), 100% managed (C#), High performance HTML Rendering library for Mono. HTML UI in .NET Mono applications using controls or static rendering. Features and Benefits: --- * Controls: HtmlPanel, HtmlLabel, HtmlToolTip. * Create images from HTML snippets. * 100% managed code and no external dependencies, no ActiveX, no MSHTML. * Extensive HTML 4.01 and CSS level 2 specifications support. * Support separating CSS from HTML by loading stylesheet code separately. * Support text selection, copy-paste and context menu. * Handles "real world" malformed HTML, it doesn't have to be XHTML. * Supports .NET 2.0 or higher including Client Profile. * Lightweight, only two DLLs (~300K). * High performance and low memory footprint. * Extendable and configurable.
We found that htmlrenderer.mono demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.