From cf5d2a40fd326b6de866d9c35e61142353f2adfa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?=
Date: Mon, 8 Dec 2025 08:10:23 +0100
Subject: [PATCH] Update all links
- Use the CodePlex Archive website and point to GitHub
- Use HTTPS links
- Point to archive.org for old images
---
Build/NuGet/HtmlRenderer.Core.nuspec | 9 +-
Build/NuGet/HtmlRenderer.Mono.README.md | 53 ++++++
Build/NuGet/HtmlRenderer.Mono.nuspec | 10 +-
Build/NuGet/HtmlRenderer.Mono.readme.txt | 50 ------
Build/NuGet/HtmlRenderer.PdfSharp.README.md | 35 ++++
Build/NuGet/HtmlRenderer.PdfSharp.nuspec | 10 +-
Build/NuGet/HtmlRenderer.PdfSharp.readme.txt | 33 ----
Build/NuGet/HtmlRenderer.WPF.README.md | 53 ++++++
Build/NuGet/HtmlRenderer.WPF.nuspec | 10 +-
Build/NuGet/HtmlRenderer.WPF.readme.txt | 50 ------
Build/NuGet/HtmlRenderer.WinForms.README.md | 53 ++++++
Build/NuGet/HtmlRenderer.WinForms.nuspec | 10 +-
Build/NuGet/HtmlRenderer.WinForms.readme.txt | 50 ------
README.md | 57 +++---
Source/Demo/Common/DemoUtils.cs | 4 +-
Source/Demo/Common/HtmlSyntaxHighlighter.cs | 2 +-
.../Demo/Common/PerfSamples/1.Big table.htm | 170 +++++++++---------
Source/Demo/Common/Resources/Tooltip.html | 2 +-
Source/Demo/Common/Samples/00.Intro.htm | 5 +-
Source/Demo/Common/Samples/02.Text.htm | 12 +-
Source/Demo/Common/Samples/04.Links.htm | 2 +-
Source/Demo/Common/Samples/05.Images.htm | 2 +-
.../Demo/Common/Samples/06.Embeded video.htm | 2 +-
Source/Demo/Common/Samples/20.About.htm | 26 ++-
.../Demo/Common/TestSamples/02.Line break.htm | 4 +-
.../Common/TestSamples/06.External Image.htm | 6 +-
Source/Demo/Common/TestSamples/09.Inline.htm | 8 +-
.../Common/TestSamples/10.BlockInInline.htm | 2 +-
.../Demo/Common/TestSamples/15.MaxWidth.htm | 8 +-
.../Common/TestSamples/19.Many images.htm | 98 +++++-----
Source/Demo/WPF/HtmlRenderer.Demo.WPF.csproj | 2 +-
Source/Demo/WPF/HtmlRenderingHelper.cs | 4 +-
.../HtmlRenderer.Demo.WinForms.csproj | 2 +-
Source/Demo/WinForms/HtmlRenderingHelper.cs | 4 +-
.../HtmlRenderer.PdfSharp.csproj | 2 +-
Source/HtmlRenderer.WPF/HtmlRender.cs | 2 +-
.../Utilities/ClipboardHelper.cs | 4 +-
Source/HtmlRenderer.WinForms/HtmlRender.cs | 2 +-
.../MetafileExtensions.cs | 2 +-
.../Utilities/ClipboardHelper.cs | 4 +-
Source/HtmlRenderer/Core/Dom/CssBoxFrame.cs | 4 +-
Source/SharedAssemblyInfo.cs | 2 +-
42 files changed, 440 insertions(+), 430 deletions(-)
create mode 100644 Build/NuGet/HtmlRenderer.Mono.README.md
delete mode 100644 Build/NuGet/HtmlRenderer.Mono.readme.txt
create mode 100644 Build/NuGet/HtmlRenderer.PdfSharp.README.md
delete mode 100644 Build/NuGet/HtmlRenderer.PdfSharp.readme.txt
create mode 100644 Build/NuGet/HtmlRenderer.WPF.README.md
delete mode 100644 Build/NuGet/HtmlRenderer.WPF.readme.txt
create mode 100644 Build/NuGet/HtmlRenderer.WinForms.README.md
delete mode 100644 Build/NuGet/HtmlRenderer.WinForms.readme.txt
diff --git a/Build/NuGet/HtmlRenderer.Core.nuspec b/Build/NuGet/HtmlRenderer.Core.nuspec
index 25e8783ea..829ac2a9e 100644
--- a/Build/NuGet/HtmlRenderer.Core.nuspec
+++ b/Build/NuGet/HtmlRenderer.Core.nuspec
@@ -6,9 +6,9 @@
HTML Renderer Core
Arthur Teplitzki
Arthur Teplitzki
- https://htmlrenderer.codeplex.com/license
- https://htmlrenderer.codeplex.com/
- https://github.com/ArthurHub/HTML-Renderer/blob/master/html.ico?raw=true
+ https://github.com/ArthurHub/HTML-Renderer/blob/master/LICENSE
+ https://codeplexarchive.org/project/HtmlRenderer
+ https://raw.githubusercontent.com/ArthurHub/HTML-Renderer/refs/heads/master/html.ico
false
Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.
@@ -20,7 +20,7 @@
Can be used to create framework specific renderer using adapter extensibility object model.
For existing implementations see: HtmlRenderer.WinForms, HtmlRenderer.WPF and HtmlRenderer.PdfSharp.
- See http://htmlrenderer.codeplex.com/releases.
+ See https://github.com/ArthurHub/HTML-Renderer/releases.
html render renderer draw core
@@ -34,5 +34,6 @@
+
\ No newline at end of file
diff --git a/Build/NuGet/HtmlRenderer.Mono.README.md b/Build/NuGet/HtmlRenderer.Mono.README.md
new file mode 100644
index 000000000..80b7724d0
--- /dev/null
+++ b/Build/NuGet/HtmlRenderer.Mono.README.md
@@ -0,0 +1,53 @@
+# 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 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
+
+```csharp
+public partial class Form1 : Form
+{
+ public Form1()
+ {
+ InitializeComponent();
+
+ TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel htmlPanel = new TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel();
+ htmlPanel.Text = "Hello World
This is html rendered text
";
+ htmlPanel.Dock = DockStyle.Fill;
+ Controls.Add(htmlPanel);
+ }
+}
+```
+
+## Quick Start: Create image from HTML snippet
+
+```csharp
+class Program
+{
+ private static void Main(string[] args)
+ {
+ Image image = TheArtOfDev.HtmlRenderer.WinForms.HtmlRender.RenderToImageGdiPlus("Hello World
This is html rendered text");
+ image.Save("image.png", ImageFormat.Png);
+ }
+}
+```
\ No newline at end of file
diff --git a/Build/NuGet/HtmlRenderer.Mono.nuspec b/Build/NuGet/HtmlRenderer.Mono.nuspec
index 11840a00c..d1c2a67f1 100644
--- a/Build/NuGet/HtmlRenderer.Mono.nuspec
+++ b/Build/NuGet/HtmlRenderer.Mono.nuspec
@@ -6,9 +6,9 @@
HTML Renderer for Mono
Arthur Teplitzki
Arthur Teplitzki
- https://htmlrenderer.codeplex.com/license
- https://htmlrenderer.codeplex.com/
- https://github.com/ArthurHub/HTML-Renderer/blob/master/html.ico?raw=true
+ https://github.com/ArthurHub/HTML-Renderer/blob/master/LICENSE
+ https://codeplexarchive.org/project/HtmlRenderer
+ https://raw.githubusercontent.com/ArthurHub/HTML-Renderer/refs/heads/master/html.ico
false
Multipurpose (UI Controls / Image generation), 100% managed (C#), High performance HTML Rendering library for Mono.
@@ -32,7 +32,7 @@
* High performance and low memory footprint.
* Extendable and configurable.
- See http://htmlrenderer.codeplex.com/releases.
+ See https://github.com/ArthurHub/HTML-Renderer/releases.
html render renderer draw control winforms mono
@@ -51,6 +51,6 @@
-
+
\ No newline at end of file
diff --git a/Build/NuGet/HtmlRenderer.Mono.readme.txt b/Build/NuGet/HtmlRenderer.Mono.readme.txt
deleted file mode 100644
index 81bc1c0d2..000000000
--- a/Build/NuGet/HtmlRenderer.Mono.readme.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-
-********** 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 = "Hello World
This is html rendered text";
- 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("Hello World
This is html rendered text");
- image.Save("image.png", ImageFormat.Png);
- }
-}
diff --git a/Build/NuGet/HtmlRenderer.PdfSharp.README.md b/Build/NuGet/HtmlRenderer.PdfSharp.README.md
new file mode 100644
index 000000000..f1af8def0
--- /dev/null
+++ b/Build/NuGet/HtmlRenderer.PdfSharp.README.md
@@ -0,0 +1,35 @@
+# Welcome to the HTML Renderer PdfSharp library!
+
+This library provides the ability to generate PDF documents from HTML snippets using 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: Create PDF from HTML snippet using PdfSharp
+
+```csharp
+class Program
+{
+ private static void Main(string[] args)
+ {
+ PdfDocument pdf = PdfGenerator.GeneratePdf("Hello World
This is html rendered text", PageSize.A4);
+ pdf.Save("document.pdf");
+ }
+}
+```
diff --git a/Build/NuGet/HtmlRenderer.PdfSharp.nuspec b/Build/NuGet/HtmlRenderer.PdfSharp.nuspec
index 84e5efada..71ba7dbb7 100644
--- a/Build/NuGet/HtmlRenderer.PdfSharp.nuspec
+++ b/Build/NuGet/HtmlRenderer.PdfSharp.nuspec
@@ -6,9 +6,9 @@
HTML Renderer for PDF using PdfSharp
Arthur Teplitzki
Arthur Teplitzki
- https://htmlrenderer.codeplex.com/license
- https://htmlrenderer.codeplex.com/
- https://github.com/ArthurHub/HTML-Renderer/blob/master/html.ico?raw=true
+ https://github.com/ArthurHub/HTML-Renderer/blob/master/LICENSE
+ https://codeplexarchive.org/project/HtmlRenderer
+ https://raw.githubusercontent.com/ArthurHub/HTML-Renderer/refs/heads/master/html.ico
false
PDF document generator from HTML snippet, 100% managed (C#), High performance library using PdfSharp.
@@ -27,7 +27,7 @@
* High performance and low memory footprint.
* Extendable and configurable.
- See http://htmlrenderer.codeplex.com/releases.
+ See https://github.com/ArthurHub/HTML-Renderer/releases.
html render renderer draw pdfsharp
@@ -47,6 +47,6 @@
-
+
\ No newline at end of file
diff --git a/Build/NuGet/HtmlRenderer.PdfSharp.readme.txt b/Build/NuGet/HtmlRenderer.PdfSharp.readme.txt
deleted file mode 100644
index 97a66b14d..000000000
--- a/Build/NuGet/HtmlRenderer.PdfSharp.readme.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-
-********** Welcome to the HTML Renderer PdfSharp library! *****************************************
-
-This library provides the ability to generate PDF documents from HTML snippets using 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: Create PDF from HTML snippet using PdfSharp
-
-class Program
-{
- private static void Main(string[] args)
- {
- PdfDocument pdf = PdfGenerator.GeneratePdf("Hello World
This is html rendered text", PageSize.A4);
- pdf.Save("document.pdf");
- }
-}
diff --git a/Build/NuGet/HtmlRenderer.WPF.README.md b/Build/NuGet/HtmlRenderer.WPF.README.md
new file mode 100644
index 000000000..0c536f912
--- /dev/null
+++ b/Build/NuGet/HtmlRenderer.WPF.README.md
@@ -0,0 +1,53 @@
+# Welcome to the HTML Renderer WPF library!
+
+This library provides the rich formatting power of HTML in your WPF .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 WPF window
+
+```xaml
+
+
+
+
+
+```
+
+## Quick Start: Create image from HTML snippet
+
+```csharp
+class Program
+{
+ private static void Main(string[] args)
+ {
+ BitmapFrame image = HtmlRender.RenderToImage("Hello World
This is html rendered text");
+ var encoder = new PngBitmapEncoder();
+ encoder.Frames.Add(image);
+ using (FileStream stream = new FileStream("image.png", FileMode.OpenOrCreate))
+ encoder.Save(stream);
+ }
+}
+```
\ No newline at end of file
diff --git a/Build/NuGet/HtmlRenderer.WPF.nuspec b/Build/NuGet/HtmlRenderer.WPF.nuspec
index f3b20bcee..121e82e12 100644
--- a/Build/NuGet/HtmlRenderer.WPF.nuspec
+++ b/Build/NuGet/HtmlRenderer.WPF.nuspec
@@ -6,9 +6,9 @@
HTML Renderer for WPF
Arthur Teplitzki
Arthur Teplitzki
- https://htmlrenderer.codeplex.com/license
- https://htmlrenderer.codeplex.com/
- https://github.com/ArthurHub/HTML-Renderer/blob/master/html.ico?raw=true
+ https://github.com/ArthurHub/HTML-Renderer/blob/master/LICENSE
+ https://codeplexarchive.org/project/HtmlRenderer
+ https://raw.githubusercontent.com/ArthurHub/HTML-Renderer/refs/heads/master/html.ico
false
Multipurpose (UI Controls / Image generation), 100% managed (C#), High performance HTML Rendering library for WPF.
@@ -32,7 +32,7 @@
* High performance and low memory footprint.
* Extendable and configurable.
- See http://htmlrenderer.codeplex.com/releases.
+ See https://github.com/ArthurHub/HTML-Renderer/releases.
html render renderer draw control WPF
@@ -50,6 +50,6 @@
-
+
\ No newline at end of file
diff --git a/Build/NuGet/HtmlRenderer.WPF.readme.txt b/Build/NuGet/HtmlRenderer.WPF.readme.txt
deleted file mode 100644
index 6d858ea66..000000000
--- a/Build/NuGet/HtmlRenderer.WPF.readme.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-
-********** Welcome to the HTML Renderer WPF library! **********************************************
-
-This library provides the rich formatting power of HTML in your WPF .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 WPF window
-
-
-
-
-
-
-
-***************************************************************************************************
-********** Quick Start: Create image from HTML snippet
-
-class Program
-{
- private static void Main(string[] args)
- {
- BitmapFrame image = HtmlRender.RenderToImage("Hello World
This is html rendered text");
- var encoder = new PngBitmapEncoder();
- encoder.Frames.Add(image);
- using (FileStream stream = new FileStream("image.png", FileMode.OpenOrCreate))
- encoder.Save(stream);
- }
-}
diff --git a/Build/NuGet/HtmlRenderer.WinForms.README.md b/Build/NuGet/HtmlRenderer.WinForms.README.md
new file mode 100644
index 000000000..0d4f2d4d7
--- /dev/null
+++ b/Build/NuGet/HtmlRenderer.WinForms.README.md
@@ -0,0 +1,53 @@
+# 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
+
+```csharp
+public partial class Form1 : Form
+{
+ public Form1()
+ {
+ InitializeComponent();
+
+ TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel htmlPanel = new TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel();
+ htmlPanel.Text = "Hello World
This is html rendered text";
+ htmlPanel.Dock = DockStyle.Fill;
+ Controls.Add(htmlPanel);
+ }
+}
+```
+
+## Quick Start: Create image from HTML snippet
+
+```csharp
+class Program
+{
+ private static void Main(string[] args)
+ {
+ Image image = TheArtOfDev.HtmlRenderer.WinForms.HtmlRender.RenderToImage("Hello World
This is html rendered text");
+ image.Save("image.png", ImageFormat.Png);
+ }
+}
+```
diff --git a/Build/NuGet/HtmlRenderer.WinForms.nuspec b/Build/NuGet/HtmlRenderer.WinForms.nuspec
index 37fcfe31b..c41134ca7 100644
--- a/Build/NuGet/HtmlRenderer.WinForms.nuspec
+++ b/Build/NuGet/HtmlRenderer.WinForms.nuspec
@@ -6,9 +6,9 @@
HTML Renderer for WinForms
Arthur Teplitzki
Arthur Teplitzki
- https://htmlrenderer.codeplex.com/license
- https://htmlrenderer.codeplex.com/
- https://github.com/ArthurHub/HTML-Renderer/blob/master/html.ico?raw=true
+ https://github.com/ArthurHub/HTML-Renderer/blob/master/LICENSE
+ https://codeplexarchive.org/project/HtmlRenderer
+ https://raw.githubusercontent.com/ArthurHub/HTML-Renderer/refs/heads/master/html.ico
false
Multipurpose (UI Controls / Image generation), 100% managed (C#), High performance HTML Rendering library for WinForms.
@@ -32,7 +32,7 @@
* High performance and low memory footprint.
* Extendable and configurable.
- See http://htmlrenderer.codeplex.com/releases.
+ See https://github.com/ArthurHub/HTML-Renderer/releases.
html render renderer draw control winforms
@@ -51,6 +51,6 @@
-
+
\ No newline at end of file
diff --git a/Build/NuGet/HtmlRenderer.WinForms.readme.txt b/Build/NuGet/HtmlRenderer.WinForms.readme.txt
deleted file mode 100644
index 8c2fe704b..000000000
--- a/Build/NuGet/HtmlRenderer.WinForms.readme.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-
-********** 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 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 = "Hello World
This is html rendered text";
- 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("Hello World
This is html rendered text");
- image.Save("image.png", ImageFormat.Png);
- }
-}
diff --git a/README.md b/README.md
index 5a21ca388..c197e39ed 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,34 @@
-HTML Renderer [](https://ci.appveyor.com/project/ArthurHub/html-renderer)
-=============
-
-## Help Wanted
-* Looking for a contributor(s) to take this project forward as I'm unable to continue supporting it.
-* Contribute directly to the repository and update nuget packages.
-
-#### Documentation, Discussion and Issue tracking is on [CodePlex](https://htmlrenderer.codeplex.com/).
+# HTML Renderer
**Cross framework** (WinForms/WPF/PDF/Metro/Mono/etc.), **Multipurpose** (UI Controls / Image generation / PDF generation / etc.), **100% managed** (C#), High performance HTML Rendering library.
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**.
-#### [Download](https://htmlrenderer.codeplex.com/releases/) the [Demo application](https://htmlrenderer.codeplex.com/wikipage?title=Demo%20application&referringTitle=Home) to explore HTML Renderer capabilities.
-

-### Features and Benefits
+
+## Issues & Documentation
+
+For questions and issues, use the official [GitHub repository](https://github.com/ArthurHub/HTML-Renderer).
+
+For documentation, check out the project on the [CodePlex Archive](https://codeplexarchive.org/project/HtmlRenderer) or the [personal blog](https://theartofdev.com/tag/html-renderer/).
+
+
+## Download
+
+The release packages on [GitHub](https://github.com/ArthurHub/HTML-Renderer/releases) or the [CodePlex Archive](https://codeplexarchive.org/project/HtmlRenderer) also contains a Demo application to explore HML Renderer's capabilities.
+
+The latest NuGet packages can be found on NuGet.org:
+
+* [HtmlRenderer.WinForms](https://www.nuget.org/packages/HtmlRenderer.WinForms)
+* [HtmlRenderer.WPF](https://www.nuget.org/packages/HtmlRenderer.WPF)
+* [HtmlRenderer.Mono](https://www.nuget.org/packages/HtmlRenderer.Mono)
+* [HtmlRenderer.PdfSharp](https://www.nuget.org/packages/HtmlRenderer.PdfSharp)
+* [HtmlRenderer.Core](https://www.nuget.org/packages/HtmlRenderer.Core)
+
+
+## Features and Benefits
+
* 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.
@@ -29,26 +42,20 @@ The library is 100% managed **C#** code without any external dependencies (no We
* Lightweight, just two DLLs (~300K).
* High performance and low memory footprint.
* Extendable and configurable.
-* Powerful [Demo application](https://htmlrenderer.codeplex.com/wikipage?title=Demo%20application&referringTitle=Home) to explore and learn the library.
+* Powerful [Demo application](https://codeplexarchive.org/ProjectTab/Wiki/HtmlRenderer/Documentation/Demo%20application) to explore and learn the library.
+
+
+## WinForms/WPF controls
-### WinForms/WPF controls
* *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.
* *HtmlLabel* - As WinForms label but accepts HTML, text selection, auto-size capabilities, transparent background and more.
* *HtmlToolTip* - As WinForms ToolTip control but accepts HTML and ability to handle links (WinForms only).
-### Sample application's
+
+## Sample application's
+
* Render HTML content generated by rich web editors like forums, blogs, etc.
* Render Office documents converted to HTML.
* Create WinForms UI that requires text selection with clipboard support.
-* [Create images from HTML code snippets](https://htmlrenderer.codeplex.com/wikipage?title=Image%20generation&referringTitle=Home).
+* [Create images from HTML code snippets](https://codeplexarchive.org/ProjectTab/Wiki/HtmlRenderer/Documentation/Image%20generation).
* Create PDF document from HTML code snippets.
-
-### NuGet packages
-* [HtmlRenderer.WinForms](https://www.nuget.org/packages/HtmlRenderer.WinForms)
-* [HtmlRenderer.WPF](https://www.nuget.org/packages/HtmlRenderer.WPF)
-* [HtmlRenderer.Mono](https://www.nuget.org/packages/HtmlRenderer.Mono)
-* [HtmlRenderer.PdfSharp](https://www.nuget.org/packages/HtmlRenderer.PdfSharp)
-* [HtmlRenderer.Core](https://www.nuget.org/packages/HtmlRenderer.Core)
-
-#### HTML Renderer on my blog
-[TheArtOfDev / HTML Renderer](http://theartofdev.com/html-renderer/)
diff --git a/Source/Demo/Common/DemoUtils.cs b/Source/Demo/Common/DemoUtils.cs
index f695886bc..682f325f5 100644
--- a/Source/Demo/Common/DemoUtils.cs
+++ b/Source/Demo/Common/DemoUtils.cs
@@ -29,7 +29,7 @@ public static String SampleHtmlLabelText
get
{
return "This is an HtmlLabel on transparent background with colors and links: " +
- "HTML Renderer";
+ "HTML Renderer";
}
}
@@ -40,7 +40,7 @@ public static String SampleHtmlPanelText
{
get
{
- return "This is an HtmlPanel with colors and links: HTML Renderer" +
+ return "This is an HtmlPanel with colors and links: HTML Renderer" +
"If there is more text than the size of the control scrollbars will appear.
" +
"
Click me to change my Text property.";
}
diff --git a/Source/Demo/Common/HtmlSyntaxHighlighter.cs b/Source/Demo/Common/HtmlSyntaxHighlighter.cs
index d68f2c1c8..e77cdb474 100644
--- a/Source/Demo/Common/HtmlSyntaxHighlighter.cs
+++ b/Source/Demo/Common/HtmlSyntaxHighlighter.cs
@@ -26,7 +26,7 @@ namespace TheArtOfDev.HtmlRenderer.Demo.Common
///
///
/// The MIT License (MIT) Copyright (c) 2014 Arthur Teplitzki.
- /// Based on work by Alun Evans 2006 (http://www.codeproject.com/Articles/15038/C-Formatting-Text-in-a-RichTextBox-by-Parsing-the).
+ /// Based on work by Alun Evans 2006 (https://web.archive.org/web/20170426121905/http://www.codeproject.com/Articles/15038/C-Formatting-Text-in-a-RichTextBox-by-Parsing-the).
///
public static class HtmlSyntaxHighlighter
{
diff --git a/Source/Demo/Common/PerfSamples/1.Big table.htm b/Source/Demo/Common/PerfSamples/1.Big table.htm
index 9aad29719..cb4cb2ef0 100644
--- a/Source/Demo/Common/PerfSamples/1.Big table.htm
+++ b/Source/Demo/Common/PerfSamples/1.Big table.htm
@@ -46,7 +46,7 @@
@@ -62,8 +62,8 @@
- opmqjeqf mj
- pdkfd ddooekeh pc denopnjgcirn pe oqemmcg fla lnmaba 2.1 -
+ opmqjeqf mj
+ pdkfd ddooekeh pc denopnjgcirn pe oqemmcg fla lnmaba 2.1 -
khon gac ioof phpdigja
@@ -71,9 +71,9 @@
&ppbg;
@@ -140,7 +140,7 @@
|
- fcb: j onq'p eoapl jmin leo halnbcmam ei cfri... m´h qnlpll lnha ohhrrjbcf jghl
+ fcb: j onq'p eoapl jmin leo halnbcmam ei cfri... m´h qnlpll lnha ohhrrjbcf jghl
bqcrgpk lb abp qkqo gralcp kfeildpd, dbjbj ril eppg n hfcbqd gqj fnjd &gpnp;egoppa&foaq;
fn &ncon;ccrb hm rjelnn&jgkl; qhlj kpkfoe qead odr obepl ij gfk dekfm, gmo fifdf
kle cnnj bpjon fgn frbcf'e haerd qfgimmkn le gfol nifmojh rrjghcqa dkac (koen hpccjmi,
@@ -149,7 +149,7 @@ |
@@ -176,7 +176,7 @@
@@ -200,12 +200,12 @@
@@ -225,7 +225,7 @@
@@ -247,7 +247,7 @@
@@ -269,7 +269,7 @@
@@ -291,7 +291,7 @@
@@ -387,7 +387,7 @@
@@ -417,7 +417,7 @@
@@ -438,7 +438,7 @@
@@ -472,7 +472,7 @@
@@ -495,7 +495,7 @@
@@ -517,7 +517,7 @@
@@ -540,7 +540,7 @@ giedc heaarh'e
+ href='https://www.google.com'>giedc heaarh'e
dqcpcipck icdbp pk nbbk riel)
&jbhp;
@@ -573,7 +573,7 @@ fekjk rrekjm'e
+ href='https://www.google.com'>fekjk rrekjm'e
dcolmagp abgep gb alhk rddm)
&gnpe;
hfapi: ppo kbl'd pefl dqgmdqrkdq nb rhhppnr ka {dpgrj irae}.
@@ -602,7 +602,7 @@ aqckk idkjob'o
+ href='https://www.google.com'>aqckk idkjob'o
pmqapakp migeq pcrg)
&mpib;
@@ -631,7 +631,7 @@
@@ -655,7 +655,7 @@ eefgj rhnmcr
+ href='https://www.google.com'>eefgj rhnmcr
&crmk;
@@ -671,7 +671,7 @@
&ignd;
@@ -702,7 +702,7 @@ dgobg hrhlrm
+ href='https://www.google.com'>dgobg hrhlrm
&rhfd;
@@ -733,7 +733,7 @@
qpefa nflrrd
+ href='https://www.google.com'>qpefa nflrrd
&ikkb;
cpage: mornan.
@@ -785,10 +785,10 @@
- obm: r´c&pjfi; pfe &lgrl;hcag enkdefl jkfalcch in iqfardi&mccr; lc clrdqbj &jmpe;amcolbiq
+ obm: r´c&pjfi; pfe &lgrl;hcag enkdefl jkfalcch in iqfardi&mccr; lc clrdqbj &jmpe;amcolbiq
jp rdngfkc&jccl; (pidh &mrdg;qeoba&aeal; ablac eche). plj hrjmkcd rhrcfkkl ccmfa
jjjbikmea...
+ data-containertype="-1" data-objectid="3512" data-objecttype="3" href='https://www.google.com'>
rhbjp jeegip
&abdb;
@@ -826,7 +826,7 @@ cronf dhgobi
+ href='https://www.google.com'>cronf dhgobi
&mggq;
@@ -1066,7 +1066,7 @@
@@ -1087,7 +1087,7 @@
@@ -1132,7 +1132,7 @@
@@ -1154,7 +1154,7 @@
@@ -1175,7 +1175,7 @@
@@ -1196,7 +1196,7 @@
@@ -1218,7 +1218,7 @@
@@ -1284,7 +1284,7 @@
@@ -1306,7 +1306,7 @@
@@ -1336,7 +1336,7 @@
@@ -1357,7 +1357,7 @@ gdl: hlioq fjcflcph,
+ href='https://www.google.com'>hlioq fjcflcph,
f ahlbk ro cadqohcid qq agdal mfimik pnrk kja kf od pfkeq cq h lcnepa croq nb efkciqd:
- 2 okilkcojphgo: djfpicickhje ljmqjni
@@ -1376,7 +1376,7 @@
farohbqrgo
+ href='https://www.google.com'>farohbqrgo
@@ -1399,7 +1399,7 @@
poihpkqmjj
+ href='https://www.google.com'>poihpkqmjj
@@ -1420,7 +1420,7 @@
@@ -1440,7 +1440,7 @@
@@ -1460,7 +1460,7 @@
@@ -1484,7 +1484,7 @@
@@ -1505,7 +1505,7 @@
@@ -1526,7 +1526,7 @@
@@ -1547,7 +1547,7 @@
@@ -1568,7 +1568,7 @@
@@ -1589,7 +1589,7 @@
@@ -1610,7 +1610,7 @@
@@ -1631,7 +1631,7 @@
@@ -1652,7 +1652,7 @@
@@ -1828,7 +1828,7 @@
+ data-objectid="3512" data-objecttype="3" href='https://www.google.com'>
abnaf ajllna
@@ -1854,7 +1854,7 @@ gekjn ofkcmr
+ href='https://www.google.com'>gekjn ofkcmr
|
|
@@ -1899,7 +1899,7 @@
nrg: {0} pkmcf'j bnpo apjcnfcbfg ip akmr dmgicpk jj ind faleekdg ccaeo (bhkqr jbhfgh)
+ href='https://www.google.com'>bhkqr jbhfgh)
|
|
@@ -1944,7 +1944,7 @@
@@ -1965,7 +1965,7 @@
@@ -1987,7 +1987,7 @@
@@ -2029,7 +2029,7 @@
@@ -2050,7 +2050,7 @@
@@ -2071,7 +2071,7 @@
@@ -2093,7 +2093,7 @@
+ data-objectid="3512" data-objecttype="3" href='https://www.google.com'>
qfplf drmjhc, eei olh ldfjb qq n hmaomb eijbocg (nkn apieq)
&kdgl;
@@ -2101,7 +2101,7 @@
@@ -2122,7 +2122,7 @@
@@ -2143,7 +2143,7 @@
@@ -2165,7 +2165,7 @@
@@ -2207,7 +2207,7 @@
@@ -2228,7 +2228,7 @@
@@ -2249,7 +2249,7 @@
nal: &jldk;mdnmq qhk ig gpmmmhe nkqh ree gech rfobr. eqmm le bcbaob&hfda; (khobe dmqjgm),
+ href='https://www.google.com'>khobe dmqjgm),
orkc, jep'h nrn liio fridrq r ggq aan? beode jfci peok qhapof lipm ighnok deiec
fi dkgrclo bdghajgj.
@@ -2447,7 +2447,7 @@
+ data-objectid="3512" data-objecttype="3" href='https://www.google.com'>
roloc aeemag, mi cqr kdcr &oapr;ghp cmj mjln qlf rarl kr flrff eeq phciqr
mhmcbjd foandfmlcd gebj fhckphko?&bjea; mk jfpjaoa pq kc r kendoep? h'h akjd bkinjiclb
bpgo &deji;jki qpg bpna ded jnff qd jcgbr? fjdp prakprj rbfe eg pohr&gpkb;. bieaa,
@@ -2585,7 +2585,7 @@
@@ -2707,13 +2707,13 @@
@@ -2758,7 +2758,7 @@
@@ -3054,20 +3054,20 @@
|
- pngfmr o bba dahbkcro ql qaralkcqojci ch addkifq mie dcobgb 2.1 aa
- jjjpo, gm bp
+ jjjpo, gm bp qejpnprah
|
|
- qhfkmejmp iobknjbqlqdg pp hiahqhh epb rclnqo
2.1 ff ciden gjaooda: pabjq
|
diff --git a/Source/Demo/Common/Resources/Tooltip.html b/Source/Demo/Common/Resources/Tooltip.html
index 85892877a..1c00962e2 100644
--- a/Source/Demo/Common/Resources/Tooltip.html
+++ b/Source/Demo/Common/Resources/Tooltip.html
@@ -14,5 +14,5 @@
This is an
HtmlToolTip and it's very
COOL!!!
- You can even click on the
links!
+ You can even click on the
links!
\ No newline at end of file
diff --git a/Source/Demo/Common/Samples/00.Intro.htm b/Source/Demo/Common/Samples/00.Intro.htm
index ae8a64361..18c44f869 100644
--- a/Source/Demo/Common/Samples/00.Intro.htm
+++ b/Source/Demo/Common/Samples/00.Intro.htm
@@ -104,14 +104,11 @@
2012 - Arthur Teplitzki
- http://TheArtOfDev.com
+ https://TheArtOfDev.com
2009 - Jose Manuel Menendez Poo
-
- www.menendezpoo.com
-