I need to take an html table and convert it to an image file. Is there any way in java to do this "conversion"?
Maky Chopra
Ranch Hand
Joined: Apr 11, 2001
Posts: 149
posted
0
Sure.. you can have a servlet acting as a GIF-generation service. This servlet would use Java 2D to generate an image based on your data from the table.. An example (of generating images in servlets) is given in coreservlets by marty hall.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.