.html to .doc using C++.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Using C++ and WORD APIs, I am saving a html file as .doc. In html file I have tags, those are link to external files. These images should also get embedded in my DOC file. However, I could not save the images in the document itself. Is there any way that I can tell Word programatically to save the images in the document itself ? Any help would be highly appreciated. Regards, Paresh.