HTML-Renderer
HTML-Renderer copied to clipboard
Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.
Hi, Did anyone ever excountered this error on Azure Deploy ? I've been getting this error Font data could not retrieve in pdf sharp html renderer. any ways to fix...
In order to add custom font that loaded locally in my project, it's essential to insert the font name into the exisiting fonts dictionary. Thus I exposed the AddFontFamily method...
I see two general topics: 1. Should we use third-party libraries in the Core? 2. Should we consider AngleSharp for parsing? ## Third-Part Libraries HTML Renderer is currently _very_ lightweight...
Roadmap
Taking over maintenance work for now, here's a rough roadmap I want to follow. Join the discussion of you have any ideas / wishes. ## Phase 1 ✅ - [x]...
[PDFsharp & MigraDoc](https://github.com/empira/PDFsharp) recently got a significant update with a new version scheme (1.50.x -> 6.x). This brings a long some breaking changes and may require larger adjustments in HTML...
Add small-caps rendering. (Not checked in MONO. Not checked in Winforms using GDI+). This is a rebased copy of #39, which unfortunately denies updating the fork by maintainers.
thead elements where not being styled, because the Rect size was {0,0,0,0}. So I added some calculations in LayoutCells for this.
Newer .NET versions provide a lot of performance and general language improvements. We should be able to retain .NET Framework compatibility by continuing to support .NET Standard 2.0 for the...