Hello,
My requirement is convert HTML content only into Normal text.
Example:
I have HTML data as below
Notes Setup<div>Test 12</div><div>36747</div><div><br /></div><div>374774</div><div><br /></div><div>47448</div><div><br /></div><div>47474</div><div><br /></div><div>47748<span style="white-space:pre"> </span></div>
Result should be in Normal text as below:
Notes Setup
Test 12
36747
374774
47448
Thanks in advance for help.