Skip to content

The program scans the document passed as line by line and at times keeps a variable to show whether their is a tag "<" currently open. If there is a tag open the characters read are ignored. If we find a closing tag ">", the characters read after that are recorded in our StringBuilder class. Once the program is done with a line, it prints the te…

developerharon/ExtractAllTextFromHTMLDoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use this project, you can download it and open it in Visual Studio, recommended is 2017 though I used 2015 enterprise for the project, run it and pass the .html file as a folder directory for example "C:\sampletext.html" and click enter on the console and it print all the text in that html file on the same console

About

The program scans the document passed as line by line and at times keeps a variable to show whether their is a tag "<" currently open. If there is a tag open the characters read are ignored. If we find a closing tag ">", the characters read after that are recorded in our StringBuilder class. Once the program is done with a line, it prints the te…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages