1
I’m getting a record whose content is this below (in HTML):
<p style="text-align: justify;"><span style="font-family: times new roman,times;"><span style="font-size: medium;"><strong>EDECPJE Nº </strong> <strong>0800141-19.2014.4.05.0000 - AGTR</strong></span></span></p>
(...)
But I need to save this in TXT (at least, the ideal was to convert the formatting and save all).
Happy, I tried to use Httputility.Htmldecode(), but to my disappointment he just removed the
among other inexpressive tags.
Any idea how I can do this properly?
From now on I thank you all.
Your question is not very explanatory, which will make it difficult for you to have an answer that solves the problem. Place the expected result of the HTML snippet you posted. You are aware that
represents space without breaks?– stderr