Page 1 of 1

Need PHP code to create Thumbnails of webpage

Posted: Sun Sep 20, 2009 9:36 pm
by Rahul123
Hi,
Need PHP code to create Thumbnails of webpage.
Anyhelp will be appreciated.

Thanks

Re: Need PHP code to create Thumbnails of webpage

Posted: Mon Sep 21, 2009 3:55 pm
by ricehigh

Re: Need PHP code to create Thumbnails of webpage

Posted: Mon Sep 21, 2009 4:24 pm
by jackpf
I think you might want to look into PHP's COM functions. It's windows only btw. And they're pretty complicated. I tried this once and couldn't do it :P

Re: Need PHP code to create Thumbnails of webpage

Posted: Mon Sep 21, 2009 4:31 pm
by Mark Baker
I think the OP is after making thumbnails from html pages rather than from images.
jackpf has mentioned a windows option. *nix options include cutycapt or khtml2png

Re: Need PHP code to create Thumbnails of webpage

Posted: Mon Sep 21, 2009 5:34 pm
by jackpf
Ahh I didn't know of those linux functions. I'd only heard of the COM method. Nice :)