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.
I am looking for a specific [commit ](https://github.com/ArthurHub/HTML-Renderer/commit/df83112d7968b2602d6f7a4eec79038a5fae7dc4)that is not in the latest nuGet package what is the harm in publishing a `beta2`?
In RAdapter and FontsHandler, Dictionaries are used to cached brushes, pens and fonts. Single instance pattern is used by PdfSharpAdapter, and this instance is used by all HtmlContainers generated during...
I'm trying to render html body from email (MimeKit) that contains an embededs images. I test two ways: - Changing the attribute img src to "file://" that are locate in...
I know this maybe not a very common case. But I got this issue on my pc. I have a font named _汉仪综艺体简_ , just has a "zh-cn" FamilyNames cause...
发生了 System.Windows.Markup.XamlParseException HResult=0x80131501 Message=“对类型“TheArtOfDev.HtmlRenderer.WPF.HtmlPanel”的构造函数执行符合指定的绑定约束的调用时引发了异常。”,行号为“173”,行位置为“30”。 Source=PresentationFramework StackTrace: 在 PowerPointAddIn.WPF.AfterOrBeforeWindow.InitializeComponent() 在 C:\Users\Administrator\Source\Repos\net-ppt\PowerPointAddIn\WPF\AfterOrBeforeWindow.xaml 中: 第 1 行 内部异常 1: TypeInitializationException: “TheArtOfDev.HtmlRenderer.WPF.Adapters.WpfAdapter”的类型初始值设定项引发异常。 内部异常 2: KeyNotFoundException: 给定关键字不在字典中。
Hi, Arabic/Persian characters is shown separated in wpf version of html rendered, for more details please see: http://stackoverflow.com/questions/41242388/arabic-character-is-shown-separated-in-c-sharp-html-renderer
Anyone has an idea how this would be possible? Not to familiar with source code my self, so blindly tinkering will get me nowhere.
``` .headerlogo { position: fixed; right: 0; top: 0; } ``` EXPECTED: aligns logo to the right RESULT: aligns logo to the left VERSION: 1.5.1-beta1 from nuget
if can do this. is there any api to use? i need your help.
Hi, I have problem here in my html Renderer, the background color is not working when rendering it to pdf. .compontent-block h2 { background: #0072BA; } Your Help is very...