convert anytext to image

  • Thread starter Thread starter Wanda
  • Start date Start date
W

Wanda

Hello,

I have a formated passage (either a html or RTF) that I want to
display it onto the web page, however, I don't want the user have the
option to copy or save it...So I decided to make it an image...But how
I can do it in asp.net (vb.net)???

Basically, it doesn't necessary to be converted to an image, disabling
the copy, saveas function would also be fine. As long as I could get a
solution that the users won't be able to copy, save...it?

Please help!!!
Thanks in advance and any help could be greatly appreciated.
Wanda
 
Hi Wanda,

Be aware of that as long as the text is downloaded to the client, the client
_will_ by some means be able to save it for other uses (of course, one can
make it pretty darn difficult). Storing it as an image is one way, and you
can also use a PDF (although not embedded in the web page).

It's very easy to create images in .NET, you could read the following
introduction by John Peterson:
http://www.asp101.com/articles/john/textimage/default.asp


Sincerely,
Nils Magnus Englund
 
Thanks for you prompt reply, but what if that is a RTF, or something
that is in html format, you know having all the tags <font>, <b>... In
fact, what I am going to show in the page is a letter, you can image,
the passage is fully formated.

Thanks in advance
Wanda
 
Back
Top