|
Posted by Rik on 06/07/07 12:37
On Thu, 07 Jun 2007 14:21:56 +0200, Prince of Code
<princeofcode@gmail.com> wrote:
> How do i create a image of webpage in php? Basically what I am looking
> for is "Create a small image (Thumbnail) of a webpage.
>
> Let me know about your thought.
>
> Your Help is greatly appreciated !
With PHP?
Very, very tricky. PHP is not a browser, so it has no clue how to handle
HTML/CSS/etc., so it would have to be told this.
You could use some code of HTML2PS packages and take it from there.
Depending on how often you need this, just making a screenshot by hand is
often a far more costeffective solution.
--
Rik Wasmus
[Back to original message]
|