Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 534 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 534 Bytes

pages2docx

AppleScript script to recursively convert all .pages documents within a folder to .docx. Tested on Mac OS Sierra.

Run script from command line

Convert all documents within ~/Documents/ (must be the absolute path):

osascript pages2docx.applescript ~/Documents/

Please note

  • 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

License

MIT