Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
708 views

Creating Powerpoint/Keynote Presentations with scriptability?

Lately I have been creating PowerPoint presentations to companies. I have mostly been doing this in PowerPoint. Basically they are created by the same design, but just different numbers in set places, ...
2
votes
1answer
278 views

URL scheme reference for the Keynote iPad app?

I'm trying to launch the Keynote app from the application that I'm building. How can I know the URL scheme supported by Keynote (if any) ?
2
votes
2answers
99 views

Display Cocoa window above Keynote presentation

Some context: I am building a tool to be used on screen during a Keynote or PowerPoint presentation. The biggest issue I've had so far is that Keynote seems to take over the desktop whenever you view ...
2
votes
1answer
541 views

How to (programatically) change slides in a running Keynote presentation?

I'm working on a Cocoa application I'd like to use to remotely (on the same machine, from a different process) control which slide is currently displayed in a running Apple iWork '09 Keynote ...
2
votes
1answer
1k views

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 ...
1
vote
0answers
25 views

Applescript detect what slide is showing in Keynote

As the title says- Is there a way to detect what slide is showing in a keynote presentation (using applescript)? And yes, I am aware of how to change slides with applescript, I just need to detect ...
1
vote
0answers
62 views

Nested Keynote slides with Applescript

Is there a way to achieve this: when creating a presentation programatically via Applescript? As an aside the code I have now looks like this: tell application "Keynote" set themeprops to ...
1
vote
2answers
184 views

R, export a file to keynote

Is there a way to export a graph made in R in a way that keynote can read the objects of the graph as separate objects and not like a single image? Usually I export graphs in R as pdf but then ...
1
vote
3answers
820 views

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 ...
1
vote
1answer
187 views

How to get the size (height & Width) of slides in Keynote using Applescript

I am working on an annotation product for Keynote. What I want to do is this: when Keynote goes into slide show mode, I want to annotate (draw on) the slides. The annotations are captured into an ...
1
vote
0answers
79 views

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 ...
1
vote
4answers
553 views

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 ...
0
votes
1answer
29 views

How to save,close and exit Keynote using AppleScript?

What's the proper Applescript syntax to save, then close and then exit Keynote after exporting slides? I'm not very experienced in Applescript. Is there something more efficient to use? Shell ...
0
votes
0answers
18 views

Open-source projects for Mac WYSIWYG editor

I'm building a WYSIWYG Keynote-like editor for Mac. Which open-source projects and UI controls would be a good starting point for such an editor?
0
votes
1answer
76 views

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 ...
0
votes
1answer
66 views

show .key(keynote) file in iphone

I am given some keynote files . I have to put along with an app . when I open any app it should show that keynote presentation in the app . my questions are , Does ios supports keynote ...
0
votes
1answer
129 views

How to remotely trigger Applescript for Keynote on a MacBook from an iPad

I am trying to figure out if I can remotely control KeyNote running on a MacBook (connected to video projection system) from an iPad. Specifically, when lecturing, I would like to be able to create a ...
0
votes
1answer
285 views

Generating Powerpoint or Keynote from XML (or via a Ruby gem?)

I'm looking for a nice way to generate either a Keynote file from XML or a Powerpoint file that I can then import to Keynote. Basically, I'm looking for a simple human-writable markup format (for ...
0
votes
1answer
320 views

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 ...
0
votes
0answers
67 views

In Keynote for Mac, how to have image mask start with the entire image [closed]

Frequently when pasting images into Keynote for Mac, I want to crop off a small piece of the image on the bottom or the right. When I apply an image mask, Keynote defaults to a small square inside ...
0
votes
1answer
58 views

What's the default state of the 'include preview in document by default' option in KeyNote?

I'm a Linux user, and trying to figure out if Apple Keynote documents include a PDF preview by default. I don't have easy access to a Mac with iWork, so I can't really tell by myself. Thanks!
0
votes
1answer
234 views

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

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

Converting keynote presentations to images on the ipad

I'd like to be able to read keynote presentation files on the ipad, and convert them to a series of images, one per slide. Is there an easy way of doing this? I briefly took a look at the internals ...
0
votes
1answer
472 views

Access Text Boxes (in a Keynote slide) in AppleScript

Need some help to figure out how to access Text Boxes inside a slide in Keynote with Applescript. I tried to use ASDictionary but I couldn't find anything that would resemble a text box object. I fear ...