PPT to JPG

HiI'm trying to convert PPT (PowerPoint document) to JPG in Java. Does anybody know how to do this conversion ? Thank you( and sorry for my english ;) )
[181 byte] By [SkAnkera] at [2007-10-3 4:59:09]
# 1
File, Save As, choose JPG format, name the file, done
SoulTech2012a at 2007-7-14 23:04:32 > top of Java-index,Desktop,Developing for the Desktop...
# 2
:DThis is not the answer I expected. I want to do that without PowerPoint.
SkAnkera at 2007-7-14 23:04:32 > top of Java-index,Desktop,Developing for the Desktop...
# 3
Take a look at using the API's that OpenOffice makes available to Java: http://graphics.openoffice.org/servlets/ReadMsg?list=dev&msgNo=136You shouldn't have to open the document manually to convert it using OpenOffice - I'm guessing you want to set this up on a server.
g_rypysca at 2007-7-14 23:04:32 > top of Java-index,Desktop,Developing for the Desktop...
# 4
> This is not the answer I expected. I want to do that> without PowerPoint.Here's the answer you're looking for: STFW
SoulTech2012a at 2007-7-14 23:04:32 > top of Java-index,Desktop,Developing for the Desktop...
# 5
i found this in 2 seconds flat using google... http://tonicsystems.com/products/transformer/
SoulTech2012a at 2007-7-14 23:04:32 > top of Java-index,Desktop,Developing for the Desktop...
# 6
Yes I found this page too, but the price is very high...Thank you all for your answers.SoulTech2012 : what is STFW ? shut the **** W? this is very nice, thank you...
SkAnkera at 2007-7-14 23:04:32 > top of Java-index,Desktop,Developing for the Desktop...
# 7
STFW stands for Search The Web. General info like this can be procured through Google and questions like this don't belong here.
SoulTech2012a at 2007-7-14 23:04:32 > top of Java-index,Desktop,Developing for the Desktop...
# 8
Ok, this is like RTFM, I didn't understand it like that, sorry :DI really search Google before, but I didn't find anything exactly like I searched (does this sentence mean anything ?).I thought someone here could give me a best answer.
SkAnkera at 2007-7-14 23:04:32 > top of Java-index,Desktop,Developing for the Desktop...
# 9

> I really search Google before, but I didn't find

> anything exactly like I searched ... (snip) ...

> I thought someone here could give me a best answer.

In the future, just start your question with: "I tried searching the web and this forum but did not find a solution which meets my needs...(then say why the solutions you did find do not meet your needs - price is high? closed source? requires a graphical UI?)"

If you start your questions that way, it shows people you already tried the normal channels and this avoids (in my humble opinion) the somewhat rude and cryptic answers like "STFW".

I hope the OpenOffice solution (above) works for you because OpenOffice:

1. Is open source

2. Is a free download

3. After you install it (and use only the Java API access), it doesn't seem it will require a GUI.

(4. a bonus for Sun's forums - the project is supported by Sun itself)

This forum thread is now the #1 result on www.google.com for:

java ppt to jpg conversion

... and none of the other results on the first page mention OpenOffice (http://www.openoffice.org/) so I'd say you (possibly) got a better (or at least different) answer by posting here than you could through a web search.

g_rypysca at 2007-7-14 23:04:33 > top of Java-index,Desktop,Developing for the Desktop...
# 10
HiNow that Tonicpoint does not exist any more, you may want to try Davisor Publishor ( http://www.davisor.com/publishor/) that can do PPT to JPEG,PNG,PDF,HTML, etc. conversions and it is 100% Java (there is also DOC converter).
pnua at 2007-7-14 23:04:33 > top of Java-index,Desktop,Developing for the Desktop...
# 11
hi!look at the [url= http://poi.apache.org/index.html]Apache POI - Java API To Access Microsoft Format Files[/url]. hope this may help youregardsAniruddha
Aniruddha-Herea at 2007-7-14 23:04:33 > top of Java-index,Desktop,Developing for the Desktop...