How to read the content from .ppt
I would like to read the content from .ppt can anyone give me an idea that how i would be able to r开发者_如何学Pythonead the content from power point and simple code would be very much appreciated...
You can use COM automation, here is a tutorial:
http://support.microsoft.com/kb/303718/en-us
(for Powerpoint 2002, but the concepts are still the same)
精彩评论