Skip to content

danieloff/HTML-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Renderer

Originally hosted on CodePlex

The rich formating power of HTML on your WinForms applications without WebBrowser control or MSHTML.

The library is 100% managed code without any external dependencies, the only requirement is .NET 2.0 or higher.

Demo

Features

  1. 100% managed code.
  2. No external dependencies.
  3. Single and small dll (250K).
  4. Supports .NET 2.0 and 3.0, 3.5, 4.0 client profile, 4.5 or higher.

What it is not *

NuGet package install

  1. PM> Install-Package HtmlRenderer.WinForms
  2. Or from NuGet UI

Manual install

  1. Download the binaries.
  2. Reference the proper .NET release (2.0, 3.0, 3.5, 4.0, 4.5) in your project.

Usage

  1. Add HtmlRenderer to Visual Studio Toolbox (drag-drop the dll on it).
  2. Drag-n-drop HtmlPanel, HtmlLabel or HtmlToolTip from the Toolbox.
  3. Set the Text property with your html.

About

Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C# 60.6%
  • HTML 39.1%
  • Batchfile 0.3%