HTML-Renderer icon indicating copy to clipboard operation
HTML-Renderer copied to clipboard

Duplicate Assembly HtmlRender

Open lavanyadeepak opened this issue 5 years ago • 1 comments

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.

lavanyadeepak avatar Nov 19 '20 07:11 lavanyadeepak

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.

chrisseed avatar Nov 20 '20 10:11 chrisseed