T
tandon.sourabh
Is there a way to convert HTML formated text into plain text?
For example, how to convert
my html text <br>
TO
my plain text
The actual example will be more complicated with tons of HTML
formatting. I am trying to download a html web page in textual format
and convert it into plain text (i.e. what we see in the browser). I
know this will have some side effects such as loss of white space and
undesirable formatting for the human eye, but I am willing to live
with that.
Thanks for all your help.
For example, how to convert
my html text <br>
TO
my plain text
The actual example will be more complicated with tons of HTML
formatting. I am trying to download a html web page in textual format
and convert it into plain text (i.e. what we see in the browser). I
know this will have some side effects such as loss of white space and
undesirable formatting for the human eye, but I am willing to live
with that.
Thanks for all your help.