convert html to image

C

cjokomay

I would like to take an html file, or even just an html string, and
convert it to an image (e.g. jpg or png). Unfortunately I have no idea
where to even begin. I imagine that it would involve the use of
rmagick, in fact I believe its possible to convert html to pdf and
then pdf to image, so I will start researching that angle.

Any help would be greatly appreciated, even a just a push in the right
direction would be great!

Thank you.
 
J

Josef 'Jupp' Schugt

I would like to take an html file, or even just an html string, and
convert it to an image (e.g. jpg or png).

Shall the image show (possibly syntax highlighted) HTML source or rendered
HTML and if the latter rendered using which engine? Please indicate the
operating systems(s) the software is to work on because the solution is
likely to depend on it.

Josef 'Jupp' Schugt
 
M

Marc Heiler

I would like to ask this too - is there a somewhat easy way to
"simulate" a user viewing a remote html page and have ruby capture the
resulting image, as if he were to look at it via browser, but _without_
any user interaction? (i.e. a "silent" ruby script to produce such
images)
 
A

ara.t.howard

would like to take an html file, or even just an html string, and
convert it to an image (e.g. jpg or png). Unfortunately I have no idea
where to even begin. I imagine that it would involve the use of
rmagick, in fact I believe its possible to convert html to pdf and
then pdf to image, so I will start researching that angle.

Any help would be greatly appreciated, even a just a push in the right
direction would be great!

Thank you.

look at the image magick label functions, it's possible that alone
will give you want you want: which is, i assume, to dump a text string
into an image.

a @ http://codeforpeople.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,152
Latest member
LorettaGur
Top