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
2
votes
0 answers

Keynote URL Scheme

Does anybody know how can I modify my Keynote App to add an URL Scheme? I have read a lot on internet that I have to enter on the info.plist of my Keynote App, but I don't know how to do that, and also I don't know how to add an URL Scheme to my…
manunez19
  • 143
  • 1
  • 5
2
votes
1 answer

Using AppleScript to hide Keynote Text Fields in A Slide

I am no AppleScript Jedi, I've only done a few simple things, but I haven't been able to figure this one out and could use some help: My wife uses slides for her Art History courses and would like to use the same slides for exams (sans identifying…
KevDog
  • 5,763
  • 9
  • 42
  • 73
1
vote
1 answer

Jumping to keynotes slides out of sequence

Using Keynote, I would like slide 6 to jump back to slide 2. I found applescript code in this post that works to direct jumps: tell application "Keynote" tell slideshow 1 show slide 2 end tell end tell I don't understand how to activate this…
user1198578
  • 11
  • 1
  • 2
1
vote
1 answer

Embed Keynotes slide into iPad app

Now my customer want me to put a keynote or powerpoint slides file into iPad app. It is an offline app. No conversion from slides to video, and play it, which is not what we want. They want to keep all transition and chart animation, and have UITab…
gigir
  • 132
  • 1
  • 10
1
vote
1 answer

How to Ignore the last cell with data in an excel formula

Good morning everyone! This is my first question here. I work with Revit and I am trying to organize a Keynote that should look something like this: For this, I need to use a Txt Tab-delimited file, which is based on an excel file and define (see…
1
vote
3 answers

iPhone Development: VNC Server Framework to mirror iPhone screen to Mac (Keynote)?

I developed an iPhone app which I now have to present an audience. For that purpose, I'm creating a presentation with Apple Keynote to show some facts — and after that, I also would like to hold a "live presentation" of the developed iPhone app. To…
Patrick
  • 3,091
  • 4
  • 26
  • 29
1
vote
2 answers

How to Open KeyNote app from another app

I have a situation where i have to use some keynote files in my app and for this i have to use Keynote app. Now my question is that is there any method to open the keynote app from my app (might be from URL scheme). If yes then how to pass my file…
sajwan
  • 333
  • 3
  • 14
1
vote
0 answers

Format keynote slides with specific conditions

I am new to AppleScript'ing. Need your help to achieve my task. I want to automate formatting my keynote. Below is the sample keynote slide My requirement is: My AppleScript should loop each of the rows and If it see "Bullet" it should get…
MJ7
  • 11
  • 1
1
vote
0 answers

Conversion to HEVC using FFmpeg produces video s incompatible with Keynote, but Handbrake works

I have a video ( https://www.dropbox.com/s/01rg7rgarqfruy3/Spore%20-%20Assymetrical%20Creatures%2C%20excerpt.mov?dl=0 ) that I want to convert to HEVC (H265). When I convert it using Handbrake, it produces an output video that I can then include in…
Gab
  • 306
  • 3
  • 7
1
vote
1 answer

Playing Apple Keynote v8.2 presentation programmatically in macOS

I've got Apple Keynote v8.2 presentation project having .key extension. This presentation contains 5 videos with 4 identical transitions between them. The name of transition is Clothesline. I have two questions: Is it possible to use and play .key…
Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
1
vote
0 answers

Sell content / templates in the Mac App Store

We currently sell a set of keynote templates from our own website - would like to distribute via the Mac App Store. What we currently sell is a DMG that has a set of keynote files in it. Any ideas on if we can / the best way to sell this through the…
Steve Brewer
  • 2,062
  • 2
  • 14
  • 15
1
vote
1 answer

Export Keynote slides to images with AppleScript

I have Keynote slides and I want automatically export them to images for further uploading to server using AppleScript. I've tried to manage it: tell application "Keynote" set doc to open "full-path-to-.key" save doc -- this line didn't…
J. S.
  • 425
  • 4
  • 13
1
vote
2 answers

creating a quicktime file from a keynote with embedded mov files then to mp4 for ipad

I am trying to create a quicktime file from a keynote presentation that has mov movies embedded in them. I have used the "record slideshow" option and then created a quicktime file from that, but the mov file that result has issues with the…
1
vote
1 answer

How to get file name of image / video / audio in slide for Keynote with Applescript

I'm trying to get the file name of either an image, video or audio that will be placed on a slide in a Keynote presentation. I saw the iWork item has a property called file name. However, I don't know how to find the object in the slide and get its…
Mark
  • 113
  • 7
1
vote
0 answers

Embed fonts to keynote html

Keynote allows html export, but fonts are not included. Is there a method to add html font later on? There's no css at least. I apparently need to write more text here to pass inspection.
niksos
  • 433
  • 1
  • 7
  • 19