Forum Moderators: coopster

Message Too Old, No Replies

web-page screenshot

how can i get the screenshot of a web-page via script

         

semya

3:15 pm on Jan 26, 2003 (gmt 0)

10+ Year Member



Hello.
Are there any ways I could get a screenshot of a web-page at a specific address in JPEG via PHP script for instance?

Brett_Tabke

4:48 pm on Jan 27, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Hit google on "windows screen shot grabbers" and related kw's. There are 5-6 of them out there that will do it.

semya

10:00 am on Jan 29, 2003 (gmt 0)

10+ Year Member



thanks, but that won't work on server-side...

stevedob

3:50 pm on Jan 29, 2003 (gmt 0)

10+ Year Member



How about getting a PDF file created of the web page in question and converting that to JPEG?

semya

11:19 am on Jan 31, 2003 (gmt 0)

10+ Year Member



that could be nice, how can I do that?

stevedob

8:32 pm on Jan 31, 2003 (gmt 0)

10+ Year Member



That will depend on your server and the level of access you have to be able to install software. Also depends on the frequency and timeliness you would want them created, and how automated the process has to be.

Have a look at the Adobe site for methods of PDF creation. They have an online option, for example, for you to get them to create the PDF of the website, and then either get you to collect it or have it emailed to you. That service costs. There are other options available, depending on your particular setup.

Once you have your PDF, there is plenty of software available to "convert PDF to JPG", which your favourite SE will list for you :)