is there any way to generate msword .doc files? a library or something. reading standards and writing code myself seems too hard. or maybe there's some other way?
This is a discussion on generating word documents within the Windows Programming forums, part of the Platform Specific Boards category; is there any way to generate msword .doc files? a library or something. reading standards and writing code myself seems ...
is there any way to generate msword .doc files? a library or something. reading standards and writing code myself seems too hard. or maybe there's some other way?
:wq
You need to us COM Automation.
It's not too pretty in C++, but there's loads on google for it