ppt to keynote

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

ppt to keynote Sat Jul 02, 2011 9:40 pm • by mpa15
Hi,

I'm trying to convert lecture to keynote format once they've been downloaded and moved to a specific folder. Below is the applescript I'm running - is there a generic way to refer to theFile's location.

set theDestinationFolder to "Macintosh HD:Users:mpa15:Dropbox:Summer 2011:Bio:Lectures:Midterm II:" as alias
tell application "Keynote"
open theFile
set theSlideshow to slideshow 1
set theDestinationPath to theDestinationFolder & (name of theSlideshow)
save theSlideshow in theDestinationPath
close theSlideshow
end tell
mpa15
 
Posts: 13
Joined: Wed May 11, 2011 1:24 am

Re: ppt to keynote Tue Jul 05, 2011 2:57 pm • by Mr_Noodle
Not sure what you mean here. "theFile" is an alias to the file. What is it that you need?
Mr_Noodle
Site Admin
 
Posts: 11865
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City

Re: ppt to keynote Tue Jul 05, 2011 3:28 pm • by mpa15
Hi,

Here it the scenario I imagined: theFile would be opened in Keynote, saved as a .key file and the original ppt to be deleted. Keynote doesn't necessarily have to close. Thanks for your help!

Regards,
Maksim
mpa15
 
Posts: 13
Joined: Wed May 11, 2011 1:24 am

Re: ppt to keynote Thu Jul 07, 2011 3:22 pm • by Mr_Noodle
I'm still not sure what the issue is. I believe you can use "theFile" in the script or is there some problem that I'm not seeing?
Mr_Noodle
Site Admin
 
Posts: 11865
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City


Return to Support