Skip to content

AppleScript script to convert .pages documents to .docx

License

Notifications You must be signed in to change notification settings

gitmalong/pages2docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

About

AppleScript script to convert .pages documents to .docx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published