How can I save a Pages document as .docx?
Solution 1:
This does seem to be a missing feature. As I see it, you have two options:
Export as
*.doc
using File -> Export. While not ideal, I imagine almost everything that supports*.docx
also supports*.doc
.TextEdit is able to save as
*.docx
. Of course this is only really an option if your formatting is simple.
Solution 2:
Open the file you want to export in Pages.
Select all; Copy
Create a new, empty file in TextEdit and save it with the name you want as a
.docx
file.Open the file in Pages
Paste your content into the
.docx
fileSave the
.docx
file
(Or create an automator workflow to do all this, if you find yourself doing it often)