Hello. Can someone tell me how to download an HTML page, but save it as a txt file?
I do NOT want to save a page that already exist on my PC (e.g. open html file, open txt empty, swap values,save txt file) .
I want something like "Save as txt" feature. The user input should be the source and the result the txt file with the contents of the html. I assume that the initial html page will contain only text.
Note: If you feel like not posting code for my query, at least (please) tell me the exact tutorials for reading to do so.