Keynote developed by Apple Inc. is slide presentation software for the the Apple line of products, include Mac desktop machines and iPads. Part of the iWork suite of software, which includes Numbers (a spreadsheet application) and Pages (for documents), Keynote is now in version 6, released October 2013. According to Wikipedia, Keynote gained exposure when Al Gore used it for presentations in "In inconvenient Truth".
Questions tagged [keynote]
112 questions
1
vote
1 answer
Keynote/Powerpoint in Unity
Situation:
I am working on a project that allow the user to practice presentations in a VR-Room. This includes the use of Powerpoint/Keynote, which is displayed on a plane. Image display is easy possible, just as video's.
Problem:
There's the…

Aeregon
- 11
- 1
- 4
1
vote
1 answer
Supported animations when exporting in HTML
I am looking for the list of the animations which are supported on Keynote (currently 6.6.2) when exporting on HTML.
Unsupported animations are currently replaced by the dissolve animation.
If nobody has it, then I am going to take some time to…

Tulleb
- 8,919
- 8
- 27
- 55
1
vote
2 answers
Is it possible to embed a Keynote Presentation inside an iPad app?
We have a client who wants to build an app that essentially functions as a media kit that they distribute to clients. In addition to several videos, they would like to embed their Keynote presentation inside of the app. The presentation would also…

mclark1129
- 7,532
- 5
- 48
- 84
1
vote
1 answer
how are keynote file(.key, .key.zip) and pdf file loaded on UIWebView
After I loaded ppt on UIWebView, in
func webViewDidFinishLoad(webView: UIWebView) {
let html = webView.stringByEvaluatingJavaScriptFromString("document.documentElement.outerHTML")
}
I got the whole HTML for the ppt file.
But after I loaded…

Jay Hu
- 6,041
- 3
- 22
- 33
1
vote
0 answers
Looking for a way to set (default) zoom level of iWorks app
Scanning the internet I found that in the past one could set the view scale or fit width of an iWorks application like this in Applescript:
tell window 1 of application "Keynote"
set fit width to true
end tell
or
tell window 1 of application…

K.-Michael Aye
- 5,465
- 6
- 44
- 56
1
vote
1 answer
Imported packaged files ".key .numbers .pages" from iCloud using UIDocumentMenuViewController are not opening in UIWebView
Hi I am trying to display a packaged file say .key/.pages/.numbers file to user in a UIWebView but I cant. The keynote file was created using a Keynote app from my iPad recently. I imported that file to my app using UIDocumentMenuViewController from…

user2558386
- 11
- 2
1
vote
1 answer
Applescript: Accessing the comments object in Keynote
I'm trying to determine whether Apple has exposed the 'comments' object in Keynote ^6.5 I've checked its Applescript dictionary, but I don't see any object with that name. My purpose is to build a script that reads and logs the comments made in a…

adkelley
- 48
- 7
1
vote
1 answer
Applescript w/Keynote. Accessing shapes within a slide
I have a templated Keynote file with some slides and all the slides each have 2 shapes in them. I want to be able to say something like, "hey give me shape 2 of slide 2". The purpose of this, is so that i can add text items directly to that shape.…

cspam
- 2,911
- 2
- 23
- 41
1
vote
4 answers
Is it possible to embed dynamic text into Keynote'09?
I wonder if it is possible to embed dynamic text into Keynote'09? I want to create a new presentation and run this presentation with different text messages (depending on the time of the day and day of the month).

Roman Kagan
- 10,440
- 26
- 86
- 126
1
vote
0 answers
PDF equation images not exporting to HTML from Keynote
I have used Keynote for several years to create slides for Math courses I teach. One very nice feature of Keynote (and, I imagine, of PowerPoint as well) is that graphics can be animated, adding just a bit more excitement to that lecture on vector…

Donna
- 1,390
- 1
- 14
- 30
1
vote
1 answer
Find/replace in Keynote with Applescript
I cannot for the life of me figure out how to automate a find/replace function in Keynote 6.2.
My goal is to find/replace in the entire document. I have text from the clipboard that I want to replace a string with.
The closest I've come is a script…

Patrick Hennessey
- 453
- 2
- 16
1
vote
1 answer
HTML from Keynote not displaying on GitHub
Using the latest version of Keynote for OSX 10.9, I exported my slides as an HTML presentation. I can easily view the presentation in a browser when I open the index.html file on my laptop. To make the presentation available to others, I uploaded…

wigging
- 8,492
- 12
- 75
- 117
1
vote
1 answer
Keynote properties not being passed to Applescript
I need my Mac to say the number of the current slide when presenting. I've written the below script, but it's not working as expected.
on slideNumber()
tell application "Keynote"
return the slide number of the current slide of the front…

rbb
- 11
- 2
1
vote
0 answers
twitter post in powerpoint
Im trying to integrate a twitter post into my Powerpoint/keynote presentation and I cant, I want to find a better way than just a screenshot, which would mean having to photoshop off the edges and put a drop shadow to look good (last part not so…

Francis Hurtubise
- 45
- 1
- 7
1
vote
1 answer
Open a keynote file from a phonegap app inside Keynote
Wondering if there is a way to open a keynote file with a phonegap app that would launch Keynote on the iPad if the user had it installed. I have tried it with the ChildBrowswer plugin, but it only show the simple preview of the keynote and not the…

whodeee
- 617
- 5
- 18