HtmlRenderer.WinForms
1.5.1
dotnet add package HtmlRenderer.WinForms --version 1.5.1
NuGet\Install-Package HtmlRenderer.WinForms -Version 1.5.1
<PackageReference Include="HtmlRenderer.WinForms" Version="1.5.1" />
<PackageVersion Include="HtmlRenderer.WinForms" Version="1.5.1" />
<PackageReference Include="HtmlRenderer.WinForms" />
paket add HtmlRenderer.WinForms --version 1.5.1
#r "nuget: HtmlRenderer.WinForms, 1.5.1"
#:package HtmlRenderer.WinForms@1.5.1
#addin nuget:?package=HtmlRenderer.WinForms&version=1.5.1
#tool nuget:?package=HtmlRenderer.WinForms&version=1.5.1
Welcome to the HTML Renderer WinForms library!
This library provides the rich formatting power of HTML in your WinForms .NET applications using simple controls or static rendering code. For more info see HTML Renderer on GitHub: https://github.com/ArthurHub/HTML-Renderer
DEMO APPLICATION
HTML Renderer Demo application showcases HTML Renderer capabilities, use it to explore and learn on the library: https://codeplexarchive.org/ProjectTab/Wiki/HtmlRenderer/Documentation/Demo%20application
FEEDBACK / RELEASE NOTES
If you have problems, wish to report a bug, or have a suggestion, please open an issue on the HTML Renderer issue page: https://github.com/ArthurHub/HTML-Renderer/issues
For full release notes and all versions see: https://github.com/ArthurHub/HTML-Renderer/releases
QUICK START
For more Quick Start see: https://codeplexarchive.org/ProjectTab/Wiki/HtmlRenderer/Documentation/Documentation
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.RenderToImage("<p><h1>Hello World</h1>This is html rendered text</p>");
image.Save("image.png", ImageFormat.Png);
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- HtmlRenderer.Core (>= 1.5.1)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on HtmlRenderer.WinForms:
| Package | Downloads |
|---|---|
|
fion.modelerp.core
ModelErp |
|
|
LamedalCore
This is a library of useful methods implemented on .NET Core that will give you a quick start. |
|
|
Lamedal_UIWinForms
Library of enhancements to the most used .NET462 Winforms controls. |
|
|
NDocUtil
NDocUtil injects and keeps up-to-date C# and console snippets in your documentation and presentations. |
|
|
Paaticles.Community.IO.Printers.PrinterHelper.WinForms
Paaticles.Community.IO.Printers.PrinterHelper.WinForms |
GitHub repositories (9)
Showing the top 9 popular GitHub repositories that depend on HtmlRenderer.WinForms:
| Repository | Stars |
|---|---|
|
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing for .NET
|
|
|
nea/MarkdownViewerPlusPlus
A Notepad++ Plugin to view a Markdown file rendered on-the-fly
|
|
|
maximmax42/Discord-CustomRP
Simple custom Rich Presence manager (Playing status) for Discord. Only supports Windows 7 and above. Features running on startup and minimizing to tray. Translated to multiple languages.
|
|
|
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
|
|
|
microsoft/onnxruntime-training-examples
Examples for using ONNX Runtime for model training.
|
|
|
lstratman/EasyConnect
Tabbed remote desktop application with a Chrome-like UI.
|
|
|
cyotek/Cyotek.Windows.Forms.ImageBox
The ImageBox is a custom control for displaying images. It supports zooming, scrolling, panning, region selection and much more!
|
|
|
cyotek/Cyotek.Windows.Forms.ColorPicker
Color picker control suite for Windows Forms applications.
|
|
|
POPCORNBOOM/CardEditor
一款专为桌游设计师开发的批处理数值填入卡牌生成器/A card batch generator specially developed for board game designers
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.1 | 0 | 12/12/2025 |
| 1.5.1-beta1 | 33,028 | 11/14/2016 |
| 1.5.0.6 | 728,404 | 5/6/2015 |
| 1.5.0.5 | 34,205 | 10/9/2014 |
| 1.4.14 | 25,507 | 4/26/2014 |
| 1.4.13 | 7,243 | 3/7/2014 |
| 1.4.12 | 11,738 | 1/18/2014 |
| 1.4.11 | 4,059 | 12/20/2013 |
| 1.4.10 | 11,100 | 11/30/2013 |
| 1.4.9 | 3,558 | 11/16/2013 |
| 1.4.8.1 | 3,272 | 10/25/2013 |
| 1.4.8 | 3,159 | 10/19/2013 |
| 1.4.7 | 3,753 | 9/23/2013 |
| 1.4.6.2 | 3,647 | 9/16/2013 |