aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes convert html to an image Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "convert html to an image" Watch "convert html to an image" New topic
Author

convert html to an image

David Buchwald
Greenhorn

Joined: May 08, 2001
Posts: 8
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
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.
 
subject: convert html to an image
 
Similar Threads
how to deliver a massage in a chat program
convert .doc to image .jpg
How can I convert a Hex stream to a bitmap?
How to convert image to text
how to convert html to wml