No of visitors who read this post: 196
Type: Question
No votes yet

I am working for a company. At present I need to know how to convert text html and without losing any data of the original. Is there a way?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

Hallo Dean,

In which format do you want to convert the html data? If you want to convert into .txt or .doc format then it is very simple. You will just need to do the following:

  • First you need to have Dreamweaver installed on your computer.
  • Copy and paste the html file that you want to convert into Dreamweaver, but first make sure that you have set Dreamweaver to code view.
  • After switch to design view and you will be able to view the text without tags and other formatting options.
  • You can therefore copy the text and then paste it in a notepad or word document and then save it.

Regards,

Carl