Re: [python-win32] saving an ole control object embedded in a powerpoint

2006-02-20 Thread Mark Hammond
> The problem is that I don't know how to obtain something that would be > accepted as an IStream (through python/com machinery) and that would > write everything to a file or in a string, and that I can read later. Look at the win32com.server.util FileStream class. Usage would be something like:

[python-win32] saving an ole control object embedded in a powerpoint

2006-02-20 Thread Bertrand Mathieu
Hi, I have made a python program that extracts some informations out of PowerPoint files, using MS-Powerpoint. It works well, but I also need to extract Shockwave Flash from certain slides. I am able to get the OLE object, but I can't figure out what to do with it so as to save its content to a SW