Convert HTML To Image

  • Thread starter Thread starter Tiraman :-\)
  • Start date Start date
T

Tiraman :-\)

Hi All,

i would like to transform some html string into image file

any idea ?

Thanks
T;-)
 
Tiraman,

In my opinion would you explain this a little bit more.

However probably you mean a conversion from a HTML page to a picture, for
what I have seen solutions however not yet code samples.

Cor
 
Hi Cor,

i m looking for a way to take some html string and instead of display it as
html
on your browser i would like to display it as image/picture.
the html string can contain any thing.
it should be some thing like screen capture but you can capture any part of
the html string.

i hope that my request is now more clear :-)

Thanks.
 
so maybe you will find here ;-)

Thanks Any way.

clintonG said:
I've been trying to find a solution myself. There's at least one site that
is reusing an image generated from some form of 'screen capture' [1]
but so far they are not talking about how to do it.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.whois.sc/microsoft.com





Tiraman :-) said:
Hi All,

i would like to transform some html string into image file

any idea ?

Thanks
T;-)
 
T

That was I afraid of, basicly it is nothing more than take the html in the
webbrowser and than caputure that as bitmap.

I assume that is not possible at the moment, because it is interop. I do not
know if this will be posssible in the 2.0 version, where the webbrowser is
an integrated par.

Cor
 

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

Back
Top