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]

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.