R
realexander
Hi,
I've installed Office 2007 on my system. I instantiate Word in C++ with
CreateDispatch("Word.Application"), I verify that I have version 12,
then call GetFileConverters and go through them all. The strange thing
is, there's no FileConverter for .docx. Also, there's no converter for
..htm, .rtf, or any of several other formats I'd expect. All I see are
..wps, .wpd, .wri, and .doc (which I'm now suspecting refers to
WordPerfect's .doc, not Microsoft's).
Is this because FileConverters do not include "native" Word formats? Is
there a way for me to get a list of all file extensions that the
currently installed version of Word can open?
Thanks,
Bob Alexander
I've installed Office 2007 on my system. I instantiate Word in C++ with
CreateDispatch("Word.Application"), I verify that I have version 12,
then call GetFileConverters and go through them all. The strange thing
is, there's no FileConverter for .docx. Also, there's no converter for
..htm, .rtf, or any of several other formats I'd expect. All I see are
..wps, .wpd, .wri, and .doc (which I'm now suspecting refers to
WordPerfect's .doc, not Microsoft's).
Is this because FileConverters do not include "native" Word formats? Is
there a way for me to get a list of all file extensions that the
currently installed version of Word can open?
Thanks,
Bob Alexander