html to jpg converter

G

Grey

i have to write a tool to convet html page to jpg. the html have words and
graphic inside. i have no idea to do that. is there any free tool for doing
this or any api i can call because i have to convert many html files in
batch. thanks.
 
M

Michael Nemtsev

Hello grey,

try to use webbrowser control for this, where load your html doc and then
bitblt this control to picture

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

g> i have to write a tool to convet html page to jpg. the html have
g> words and graphic inside. i have no idea to do that. is there any
g> free tool for doing this or any api i can call because i have to
g> convert many html files in batch. thanks.
g>
 
P

Peter Duniho

i have to write a tool to convet html page to jpg. the html have words
and graphic inside. i have no idea to do that. is there any free tool
for doing this or any api i can call because i have to convert many
html files in batch. thanks.

I haven't tried this, but it seems to me it should be simple in .NET.
Just use the HTML control to load the page, then have that control render
into a bitmap, then finally save that bitmap in JPEG format.

Voila. :)

Pete
 

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

Similar Threads

html to jpg application 2
Will not auto open .jpg 1
Convert FrontPage html to jpg 2
HTML editor in WinForm app 0
PDF to JPG 2
Window API 1
HTML to PDF 2
Fading in and out. 4

Top