DatCSharpDev
Results
1
comments of
DatCSharpDev
You probably need to create a converter, i.e parse the HTML document and create titles, paragraphs, etc. as you browse the DOM tree. You might want to check [HTMLAgilityPack](https://htmlagilitypack.codeplex.com/) for...