Simon Willison’s Weblog

Subscribe

3 items tagged “powerpoint”

2013

I have embedded videos in a PowerPoint presentation (using a fix), but now they do not play when I save the file as a .pdf. Any idea how to make this work?

It isn’t possible to embed a video in a PDF file. If you want the embedded video to play you will need to distribute the presentation in the original PowerPoint format.

[... 69 words]

2012

Does PowerPoint has a mode, where I can show slides on projector and see the slide notes on my laptop screen?

Yes. It’s called Presenter View. http://office.microsoft.com/en-u...

[... 34 words]

2009

Automating PowerPoint with Python. Useful tutorial on using ActivePython’s win32com module to automate PowerPoint. The example code pulls in the top 50 banks by assets from the Guardian Data Store and generates a treemap using PowerPoint’s shape drawing primitives. # 3rd April 2009, 3:13 pm