Questions tagged [keynote]

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".

112 questions
0
votes
1 answer

Convert PDF to Keynote - iOS

Is it possible to convert each page in a PDF into separate images and then add those images to separate slides in an Apple Keynote file all with Objective-C and on iOS? After that, if that was possible - I would then need to import that keynote file…
James Anderson
  • 556
  • 3
  • 16
  • 41
0
votes
1 answer

How to resize a Keynote slideshow?

I'm an absolute newbie with Applescript but I need to know, first of all, if is it possible to launch a Keynote Slideshow and then how to resize that slideshow to a particular dimension and rect on the desktop. I know you to start a slideshow. I…
Miwi
  • 774
  • 4
  • 15
  • 28
0
votes
1 answer

How to create a mimic of the Keynote for iPad sidebar?

I am looking to create a representation of the sidebar shown in Keynote for iPad. How can I do this for iOS? I would imagine that a UITableView is needed, but not quite sure on the saving of the current screen? Already seen one example project , but…
Jim
  • 1
  • 1
-1
votes
1 answer

Keynote: how to export all slides as one single page?

I have a Keynote presentation in which a slide smoothly flows into the next one, graphically speaking. Is there a way to export Keynote slides as one single long page, JPEG / PDF? (Any option would suffice actually.) Didn't find any solution in…
whoisgary
  • 1
  • 2
-1
votes
3 answers

Running Macro or Javascript in Keynote?

Our church uses Keynote for putting songs on the projector, along with other things. At the end of service, we have a countdown timer for when classes will start. I've been wanting to add text showing when classes will end, but as it can change each…
user717452
  • 33
  • 14
  • 73
  • 149
-1
votes
1 answer

OSX Keynote files are bundles, can you pares bundles like folders?

I need to be able to parse keynote bundles. Do they work like directories, that is, will most languages treat them as a folder?
EricZee
  • 31
  • 4
-2
votes
1 answer

How do I modify the position property of textItems in Keynote using JavaScript for applications?

var Keynote = new Application("Keynote") var itemPosition = Keynote.documents[0].slides[1].textItems[2].position get the itemPosition…
1 2 3 4 5 6 7
8