I ran across this problem today, when I received a .docx file from a friend, who used the beta1 for Office 12. The new word no longer exports to .doc by default, but to .docx, which is basically a bunch of .XML files that form your document, compressed in a zip archive (reducing it's size by 80%)
I got a solution from a friend, and what I needed to do, was changing te suffix .docx to .zip, open the file, and then opening the XML file document. I got the text there, but none of the layout. I'm posting this thread for users that might experience the same problem, but also to ask if there aren't any better solutions?
I got a solution from a friend, and what I needed to do, was changing te suffix .docx to .zip, open the file, and then opening the XML file document. I got the text there, but none of the layout. I'm posting this thread for users that might experience the same problem, but also to ask if there aren't any better solutions?