|
|
Convert iWork '09 files to Office or PDF files via droplets
If you don't already know a good bit about this, I wouldn't bother, since you'd have to modify the scripts given anyway, and if you do it wrong, you could seriously screw up Keynote. I mentioned it mainly as a technical curiosity for people working with scripting the iWork suite.
But here are the particulars:
You'll then need to revise the scripts I included. In the iWork to Office script, you'll need to replace everything inside the set docPathAndName to docPathAndName & ".ppt" tell application "Keynote" -- check if document is already open set targetDocument to null repeat with aDoc in slideshows if (name of aDoc) is equal to theOriginalName then set targetDocument to aDoc end repeat -- if not, open it if targetDocument is null then open aFile set fileOpened to true set targetDocument to front slideshow else set fileOpened to false end if -- convert it save targetDocument as "Microsoft PowerPoint 97 - 2004 presentation" in docPathAndName -- close it if necessary if fileOpened then close targetDocument saving no end tell Hope that helps, but use at your own risk. |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.05 seconds |
|