Hi,<br>
I want to be able to generate Windows powerpoint presentations by throwing<br>
text and images into a directory and running a Python script. I've seen<br>
some win32 modules online that manipulate powerpoint using COM but are not<br>
quite what I am looking for.<br>
Examples I've found<br>
<a href="http://mail.python.org/pipermail/python-win32/2006-March/004380.html" target="_blank">http://mail.python.org/pipermail/python-win32/2006-March/004380.html</a><br>
<a href="http://www.activeinterface.com/b2003_4_12.html" target="_blank">http://www.activeinterface.com/b2003_4_12.html</a><br>
<a href="http://www.robertgsmith.com/2006/03/tech-tools-just-for-realtors-powerpoint-creation-script-for-cmabuyer-tour-etc.aspx" target="_blank">http://www.robertgsmith.com/2006/03/tech-tools-just-for-realtors-powerpoint-creation-script-for-cmabuyer-tour-etc.aspx</a><br>
Ideally, a file containing name=value pairs or XML would add title, text,<br>
and images.<br>
Has anyone done this with openoffice UNO?<br>
Thanks for your comments,<br>
Mark<br>