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
  • 681
  • 8
  • 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
  • 15,753
  • 28
  • 77
  • 108
0

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

Also have a look at WebThumb.

Galwegian
  • 41,475
  • 16
  • 112
  • 158
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
  • 524,688
  • 99
  • 697
  • 795