Conversion from WordML to Doc looses images?

Hi,

I'm currently evaluating your product because I need to automate the conversion from WordML (which can contain images) to Doc. I've written the following code:

Document doc = new Document(sInFilename,LoadFormat.WordML,null);
doc.Save(sInFilename,SaveFormat.Doc);

Unfortunately when I open the .Doc document after the conversion, the included image is gone... Is there an option to include the images?

Thanks

dmorgen

Sorry, WordML import capabilities are currently in development and were not meant to be used. LoadFormat.WordML should have been turned off in release, but somehow it was not Smile [:)]

Please hang on for several weeks. We plan to release WordML import shortly.

It is worth to note that WordML export is fully workable and can be used right away.

Best regards,