Whats the easiest way of setting up an automated system that converts HTML or information from HTML/ASP to a JPG/GIF? Basically what I want it to do is take information entered in a form, submit it and it places it in a JPG file.
Whats the easiest way of setting up an automated system that converts HTML or information from HTML/ASP to a JPG/GIF? Basically what I want it to do is take information entered in a form, submit it and it places it in a JPG file.
Originally Posted by reactor_sa
You have a reason for wanting jpg/gif over say pdf?
"Le mieux est l'ennemi du bien." FM Arouet
"All that is necessary for the triumph of evil is for good men to do nothing." Edmund Burke
"Never argue with an idiot. They drag you down to their level, then beat you with experience" Unknown
Yep, I need it to be an image file as it's becoming a e-mail signature.
Originally Posted by reactor_sa
Ga, what? Why would you want a screenshot of some form to be someone's E-Mail signature?
Fudzy, you will need to give us a better idea of what you're seeking
No, the jpg will include our logo and different font colours etc. I've seen this done at speedtest.net. It generates a .png file from the information of your benchmark.
Originally Posted by reactor_sa
I'm assuming you're using ASP?
Have a look at GD. The Code Project has an excellent example of how to use it: http://www.codeproject.com/asp/GDLibraryWrapper.asp
If you're using PHP, this page is a gold mine of info.
Kudos Bobbymac! This looks exactly like what I'm looking for
Thanks again.
Originally Posted by reactor_sa
Bookmarks