onizet / html2openxml

Html2OpenXml is a small .Net library that convert simple or advanced HTML to plain OpenXml components. This program has started in 2009, initially to convert user's comments from SharePoint to Word.
MIT License
297 stars 106 forks source link

Update HtmlConverter.ProcessTag.cs #95

Closed alegarro closed 3 years ago

alegarro commented 3 years ago

Add inline style support for borders in HTML Tags


, ,

In my project I had the need to use inline styles for tables, cells and the hr tag, in order to have the same style that in a html page render in the browser, so I added these pieces of code to support that, and I think that could be interesting to another users.

onizet commented 3 years ago

This is very nice! Thank you