Re: [Tutor] ooffice UNO to generate automatic powerpoint presentations

2008-06-13 Thread Michael Langford
Quicktime's Com API does something similar to this. But nothing with PPT files, no. --Michael On Fri, Jun 13, 2008 at 10:28 AM, Mark Alexiuk <[EMAIL PROTECTED]> wrote: > Hi, >I want to be able to generate Windows powerpoint presentations by > throwing >text and images in

[Tutor] ooffice UNO to generate automatic powerpoint presentations

2008-06-13 Thread Mark Alexiuk
Hi, I want to be able to generate Windows powerpoint presentations by throwing text and images into a directory and running a Python script. I've seen some win32 modules online that manipulate powerpoint using COM but are not quite what I am looking for. Examples I've found http