RE: [PHP] Automatically creating an image of another website

2003-07-14 Thread Adrian Teasdale
OK, thanks for this suggestion Jason. I'll try it and see and then see if I can find any alternative Best regards Adrian > -Original Message- > From: Jason Wong [mailto:[EMAIL PROTECTED] > Sent: 14 July 2003 20:34 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Autom

Re: [PHP] Automatically creating an image of another website

2003-07-14 Thread Jason Wong
On Tuesday 15 July 2003 02:57, Adrian Teasdale wrote: > Thanks for the reply. I was told that using html2ps and ps2gif via php > pipes (if that's the right word) would let php go to a site and "browse" > the page, print it off as postscript and then convert the postscript file > to a gif. not su

RE: [PHP] Automatically creating an image of another website

2003-07-14 Thread Adrian Teasdale
I posted to the list. Any suggestions would be appreciated! :) Ade > -Original Message- > From: Hamid Hossain [mailto:[EMAIL PROTECTED] > Sent: 14 July 2003 18:05 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Automatically creating an image of another website > > > &

[PHP] Automatically creating an image of another website

2003-07-14 Thread Adrian Teasdale
I would like to be able to point PHP to a URL and for it to create an "image" (like a screenshot) of that website. We are putting together a "useful links" section for a client and to have this facility would be great. Anyone done this sort of thing before? Any ideas would be very useful Thanks