Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cebcc5

Browse files
author
gergely.bartfai
committed
upgrade readme
1 parent 2d6c492 commit 7cebcc5

File tree

1 file changed

+2
-52
lines changed

1 file changed

+2
-52
lines changed

README.md

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,4 @@
1-
HTML Renderer [![Build status](https://ci.appveyor.com/api/projects/status/cm8xpf8ebt3hyi3e)](https://ci.appveyor.com/project/ArthurHub/html-renderer)
1+
HTML Renderer (net.6.0)
22
=============
33

4-
## Help Wanted
5-
* Looking for a contributor(s) to take this project forward as I'm unable to continue supporting it.
6-
* Contribute directly to the repository and update nuget packages.
7-
8-
#### Documentation, Discussion and Issue tracking is on [CodePlex](https://htmlrenderer.codeplex.com/).
9-
10-
**Cross framework** (WinForms/WPF/PDF/Metro/Mono/etc.), **Multipurpose** (UI Controls / Image generation / PDF generation / etc.), **100% managed** (C#), High performance HTML Rendering library.
11-
12-
The library is 100% managed **C#** code without any external dependencies (no WebBrowser control, ActiveX / COM or MSHTML dll), the only requirement is **.NET 2.0 or higher**.
13-
14-
#### [Download](https://htmlrenderer.codeplex.com/releases/) the [Demo application](https://htmlrenderer.codeplex.com/wikipage?title=Demo%20application&referringTitle=Home) to explore HTML Renderer capabilities.
15-
16-
![Renderer.png](https://raw.githubusercontent.com/ArthurHub/HTML-Renderer/master/Art/demo_winforms.png)
17-
18-
### Features and Benefits
19-
* Extensive HTML 4.01 and CSS level 2 specifications support.
20-
* Support separating CSS from HTML by loading stylesheet code separately.
21-
* Support text selection, copy-paste and context menu.
22-
* WinForms controls: HtmlPanel, HtmlLabel and HtmlToolTip.
23-
* WPF controls: HtmlPanel and HtmlLabel.
24-
* Works on Mono.
25-
* Create images/PDFs from HTML snippets.
26-
* Handles "real world" malformed HTML, it doesn't have to be XHTML.
27-
* 100% managed code and no external dependencies.
28-
* Supports .NET 2.0 or higher including Client Profile.
29-
* Lightweight, just two DLLs (~300K).
30-
* High performance and low memory footprint.
31-
* Extendable and configurable.
32-
* Powerful [Demo application](https://htmlrenderer.codeplex.com/wikipage?title=Demo%20application&referringTitle=Home) to explore and learn the library.
33-
34-
### WinForms/WPF controls
35-
* *HtmlPanel* - The full power of HTML control build to replace WebBrowser control, accepts HTML, text selection, scrollbars, link click intercept, image load intercept and much more.
36-
* *HtmlLabel* - As WinForms label but accepts HTML, text selection, auto-size capabilities, transparent background and more.
37-
* *HtmlToolTip* - As WinForms ToolTip control but accepts HTML and ability to handle links (WinForms only).
38-
39-
### Sample application's
40-
* Render HTML content generated by rich web editors like forums, blogs, etc.
41-
* Render Office documents converted to HTML.
42-
* Create WinForms UI that requires text selection with clipboard support.
43-
* [Create images from HTML code snippets](https://htmlrenderer.codeplex.com/wikipage?title=Image%20generation&referringTitle=Home).
44-
* Create PDF document from HTML code snippets.
45-
46-
### NuGet packages
47-
* [HtmlRenderer.WinForms](https://www.nuget.org/packages/HtmlRenderer.WinForms)
48-
* [HtmlRenderer.WPF](https://www.nuget.org/packages/HtmlRenderer.WPF)
49-
* [HtmlRenderer.Mono](https://www.nuget.org/packages/HtmlRenderer.Mono)
50-
* [HtmlRenderer.PdfSharp](https://www.nuget.org/packages/HtmlRenderer.PdfSharp)
51-
* [HtmlRenderer.Core](https://www.nuget.org/packages/HtmlRenderer.Core)
52-
53-
#### HTML Renderer on my blog
54-
[TheArtOfDev / HTML Renderer](http://theartofdev.com/html-renderer/)
4+
port of https://github.com/ArthurHub/HTML-Renderer for .NET 6.0

0 commit comments

Comments
 (0)