'Converting a word doc with images to HTML
I am hoping to find a program that will take a word doc pull the images to a folder and then link the images back into the word doc and convert it to HTML so I can upload it to our intranet site. Does anyone have any ideas on how to do this?
Solution 1:[1]
Have you searched Google?
If you know some html then you could use this clean html converter and then add in your images afterwards with img tags.
Example of an image tag
<img src="images/image.jpg" width="200px" height="300px" />
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Adam Brown |
