Documents Conversion in Java?

I am looking for java packages that can convert between different type of documents, ie. words, text, html, pdf, and etc...Can anyone show me where to start looking and whether this existed in java language.Thank you very much
[248 byte] By [taivu] at [2007-9-27 20:35:56]
# 1
There is no such things in Java. Sorry..
java_hiiri at 2007-7-7 1:43:11 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 2
naaaaah, don't say that.- look at Apache's POI http://jakarta.apache.org/poi/- consider using the Open Office Bean for anything to XML conversions...you see, there is hope somewhere!
ddossot at 2007-7-7 1:43:11 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 3
Thank you ddossotThere was hope there, thank you very much for that. That was the thing I am looking for, thanks again...
taivu at 2007-7-7 1:43:11 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 4
And for PDF try this: http://www.lowagie.com/iText/
DrClap at 2007-7-7 1:43:11 > top of Java-index,Archived Forums,New To Java Technology Archive...