2

Duplicate

What is the best way to create a web page thumbnail?

I want to display a thumbnail image of an HTML page. How can I do this?

Community
  • 1
  • 1

5 Answers5

2

You might want to see if CutyCapt or IECapt are a good fit for your needs.

Tom
  • 669
  • 7
  • 14
0

How about

PageGlimpse

Used in sites such as

DotNetShoutout

bahith
  • 441
  • 10
  • 18
0

Provide more information like if you are using PHP, ASP.net or a windows Application. If you are using PHP for example you can profit of the variety of Open Source extensions that can do the work for you.

Omar Abid
  • 14,746
  • 24
  • 72
  • 105
0

See how to Generate a Thumbnail of Any Webpage using PHP.

Also have a look at WebThumb.

Galwegian
  • 40,271
  • 15
  • 106
  • 157
0

I found several web sites that offer a service that will do this for you using http://www.google.com/search?&q=web+page+thumbnail. For .NET Dll you could try http://www.websitesscreenshot.com/.

tvanfosson
  • 490,224
  • 93
  • 683
  • 780