Are there any tutorials/examples of using PHP COM with PowerPoint. I am not very familiar with COM, but following an article on Excel, I was able to start Powerpoint, create a new presentation, add a blank slide and save the presentation. However, I haven't figured out how to change the slide. For example, how would I change or add title text to a slide or insert an image? I am particulary interested in inserting data unto the 2 column Image and Text slide.
There is an example in the online php manual but this does not show how to insert data.
http://www.php.net/manual/en/class.com.php
Any help would be appreciated!
