From Power Point to .jpg

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ulisse
Forum Newbie
Posts: 2
Joined: Tue May 24, 2005 4:37 am

From Power Point to .jpg

Post by ulisse »

Anyone knows if is there anything existing for converting ppt to jpg in PHP? I am not able to do it.
thanks a lot
bye
ulisse
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Although there are lots of tools to convert PDF to JPG I do not know of any that are free :cry:
You may try and have a look at http://www.omniformat.com/index.html although I have not tried it myself.

You could google with the keywords "PPT JPG convert" which may also give you some information. To assist others answer your question you may also want to provide more details on this board such as...

Operating System required...
Batch processing or User Interface Required...

These may help narrow the search a bit.
ulisse
Forum Newbie
Posts: 2
Joined: Tue May 24, 2005 4:37 am

Thanks ..

Post by ulisse »

Thanks CoderGoblin, after a little of googling I made a script with PHP COM that is working fine, but I can use it only under windows OS. I would like to have something running under linux as well. Oniformat and other apps I found on web seems to work under windows only also.
If someone may help, it would be greatly appreciated. Thanks CoderGoblin fou your reply
bye
ulisse
Post Reply