jamesl Posted January 28, 2007 Share Posted January 28, 2007 Is it possible to use GD to display an HTML file as a JPEG using PHP? Link to comment https://forums.phpfreaks.com/topic/36026-solved-display-html-as-jpeg/ Share on other sites More sharing options...
fert Posted January 28, 2007 Share Posted January 28, 2007 yes it is possible Link to comment https://forums.phpfreaks.com/topic/36026-solved-display-html-as-jpeg/#findComment-170967 Share on other sites More sharing options...
redarrow Posted January 28, 2007 Share Posted January 28, 2007 only java sorry.you can use gd in php for pies graphs and all sorts but gd can not be used to be exicuted as a pic on it own you could use java or c++ ok. can you exsplain more to your quistion please i thort you wanted to use a pic to be executed via the browser. Link to comment https://forums.phpfreaks.com/topic/36026-solved-display-html-as-jpeg/#findComment-170971 Share on other sites More sharing options...
jamesl Posted January 28, 2007 Author Share Posted January 28, 2007 I mean taking GD and a .HTML or .PHP file, and throwing the .HTML/.PHP file into a GD script, and when that script is loaded, it will show the page as it would only it will be a .JPEG image instead of hypertext. Link to comment https://forums.phpfreaks.com/topic/36026-solved-display-html-as-jpeg/#findComment-171156 Share on other sites More sharing options...
kenrbnsn Posted January 28, 2007 Share Posted January 28, 2007 I think what you are trying to say is that you want to get a picture of a web site. and display that picture, probably as a thumbnail. This has been asked many time and, AFAIK, there is no way to do this via PHP. I have found a free service on the Internet that offers a service to do this. See [url=http://www.snap.com/about/spa1A.php]Snap Preview Anywhere™[/url].Ken Link to comment https://forums.phpfreaks.com/topic/36026-solved-display-html-as-jpeg/#findComment-171161 Share on other sites More sharing options...
jamesl Posted January 28, 2007 Author Share Posted January 28, 2007 Thanks, I'll look more into it. Link to comment https://forums.phpfreaks.com/topic/36026-solved-display-html-as-jpeg/#findComment-171176 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.