My app creates an HTML with text and images. Then I use a converter (currently trying out ConvertDoc) to convert the HTML to a Word doc. I'm doing this because I need to have the images inline with the text so that a user would be able to open the Word doc and select, copy and paste a whole line (with text and images) all at once.
The problem is that the resulting Word doc has, I guess, links to the images. The images are not actually embedded (or inserted) into the Doc. Is there a an HTML->Word converter that will insert the images, or is there a way to this programmatically?
I'm using Word 2007, but the end users might be using any version of Word.
I've read that if you open a Word 2003 doc with images and then Ctrl-A, Ctrl_Shift-F9 and then save the doc, the images will be inserted into the doc. However, I've also read that this doesn't work with Word 2007. Plus I don't know if this can be done programmatically.
Thanks - any help or advice is appreciated.
The problem is that the resulting Word doc has, I guess, links to the images. The images are not actually embedded (or inserted) into the Doc. Is there a an HTML->Word converter that will insert the images, or is there a way to this programmatically?
I'm using Word 2007, but the end users might be using any version of Word.
I've read that if you open a Word 2003 doc with images and then Ctrl-A, Ctrl_Shift-F9 and then save the doc, the images will be inserted into the doc. However, I've also read that this doesn't work with Word 2007. Plus I don't know if this can be done programmatically.
Thanks - any help or advice is appreciated.