twitter
    Find out what I'm doing, Follow Me :)

Wednesday, January 12, 2011

Capture Screenshots of Multiple Scrolling Webpages with Web Screen Capture

Most of the screen capture tools do not provide you an option to take the screenshot of a complete webpage. In past we have discussed about webshot tool that lets you capture screenshot of complete scrolling webpage. Web Screen Capture is yet another screenshot and thumbnail software that can take screenshots of scrolling web pages and save them as full sized images. The captured screenshots can be output in the JPG/JPEG, BMP, PNG, or GIF formats. The screen capture utility also allows you to change the image’s Pixel Format and support command line usage. With Web Screen Capture tool you can convert multiple web pages or html pages into image in one go.
Main Features of Web Screen Capture
1.     Create full size screenshots of website pages.
2.     Supports JPG, GIF, PNG, BMP image formats.
3.     Supports command line usage.
4.     Supports batch convert with command line.



How to use Web Screen Capture (Command Line Usage)
For example, if you want to capture a single webpage, then execute the following command line in command prompt of your computer. The captured screenshot will be saved in C drive of your computer. Change the directory path if you want to save it in some specific folder.

webscreencapture.exe http://news.cnet.com c:\cnet-news-screenshot.jpg

If the url have “&”, then you need to provide the url enclosed with double quotes as shown below.
webscreencapture.exe “http://www.webscreencapture.com/show.php?f=2&topicdays=0&start=50″ c:\screen_demo.jpg

Batch Convert With Command Line
Open notepad and write the multiple commands (each in single line)

· webscreencapture.exe http://www.youtube.com/watch?v=SLyG0mUnw4A c:\1.jpg

· webscreencapture.exe http://www.youtube.com/watch?v=izUxI-k01CU c:\2.jpg

· webscreencapture.exe http://www.youtube.com/watch?v=h0JX5jWv-tk c:\3.jpg

· webscreencapture.exe http://www.youtube.com/watch?v=TqBy1TuZURk c:\4.jpg

Save the file as youtube.bat and double-click to run it to convert multiple web html pages to multiple images.

No comments:

Post a Comment