On 19/04/2011 15:53, Pierre Barthelemy wrote:
The problem i have is that, often, while the script is running, the
powerpoint file would already be open. In this case, my script would
open it anew, and make the modifications in the newly opened file.
To prevent that problem, i need to be able to l
Hello,
I would need to control a powerpoint file from python. I have
installed the win32com library for python, then i used makepy to
create a powerpoint-specific library.
The things i need to do are pretty basic: open a file, create a new
slide, place a picture and a comment to the picture.
The