AppleScript script to recursively convert all .pages documents within a folder to .docx. Tested on Mac OS Sierra.
Convert all documents within ~/Documents/
(must be the absolute path):
osascript pages2docx.applescript ~/Documents/
- Converted files are stored in the same folder as its originals
- New filename is the same as the original but the .pages file extension is replaced with .docx
- Existing .docx files with same filename are overwritten
MIT