cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Bitmap to Word document
Bitmap to Word document
Jan 7, 2014 at 9:59am UTC
gopal2773
(42)
How to draw a rectangle and covert to an image and that image saved into word file?
Jan 7, 2014 at 3:00pm UTC
Duthomhas
(13282)
Use Word.
Seriously, messing with the file format directly is not the thing to do.
If you must use C++ to direct the process, you will need to Automate Word as a COM object. Links to start reading here:
http://social.msdn.microsoft.com/Forums/en-US/ce5eae50-9fa4-4334-874f-b0fce2e53015/how-to-use-word-automation-from-unmanaged-c?forum=worddev
When googling for more, remember that you are using "unmanaged c++" (unless you want to download VS Express and use C++/CLI).
You've got a bit of learning to do. Good luck!
Topic archived. No new replies allowed.