HTML-Renderer
HTML-Renderer copied to clipboard
Duplicate Assembly HtmlRender
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.
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.