ArthurHub / 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.
https://htmlrenderer.codeplex.com/
BSD 3-Clause "New" or "Revised" License
1.24k stars 522 forks source link

Duplicate Assembly HtmlRender #179

Open lavanyadeepak opened 3 years ago

lavanyadeepak commented 3 years ago

Team,

I am referring HtmlRender towards parsing HTML for PDFSharp. When sharing the details in a related issue (https://github.com/ArthurHub/HTML-Renderer/issues/177) I found out there are two similarly named DLLs in the folder

HtmlRenderer.dll and HtmlRenderer.PdfSharp.dll

Kindly let me know which one is redundant.

chrisseed commented 3 years ago

Neither of them are redundant - HtmlRenderer.dll is the assembly that provides the core HTML parsing and rendering functionality and HtmlRenderer.PdfSharp.dll provides the ability to generate PDFs from that HTML.