Convert Documents to Image

Hi,Is there any API available in Java to convert Documents like Word, PDF, Excel to Images? Thanks,Veera
[132 byte] By [mvnveera] at [2007-9-30 21:47:00]
# 1
Not directly. You can write your own, or find some prewritten code on the Internet. Look at the Java2D package, or search.
ChuckBing at 2007-7-7 3:16:04 > top of Java-index,Administration Tools,Sun Connection...
# 2
I don't know of anything that will do that, although I know that a few clases can take effectively screenshots of a page (java.awt.robot, although I am not sure). You could have a program scan across the page, writing each item to a pixel on the image. I am not sure you want that though.
Zebediah at 2007-7-7 3:16:04 > top of Java-index,Administration Tools,Sun Connection...