I want to export html to doc format. where my htmls are having lots of images.
I have converted into .doc files but when I open file it still search file on url and down. If there's no internet connection, image can't be displayed. So I want to embed the images with it.
You can either look for RTF documentation or do a test document in Word and take a look at the syntax it uses to embed the image. There are a few classes on PHPClasses that do RTF generation, you might be better off using one of those, than trying to get the conversion from HTML to RTF, to work right.
Bookmarks