var fDesc=new Array(); fDesc[0] = "Windows Desktop Application that helps you convert MHTML and HTML to images in batch, capture full length website screenshots, generate thumbnail image previews of web pages. Supports JPG, GIF, PNG, BMP and TIF image formats.
Webpage Thumbnailer is a windows program that helps you convert MHTML and HTML files to images, create full size screenshots of websites, generate thumbnails of webpages from their URLs easily and quickly. It captures the whole web page’s content into JPG(jpeg), PNG, BMP(bitmap), GIF or TIF(tiff) image on the fly. It can generate thousands of web pages thumbnail/screenshots images in a multi threaded batch mode without your intervention. It is as easy as to enter the list of websites/webpages URLs or the local paths of HTML and MHTML files and Webpage Thumbnailer will go to work creating all your images automatically."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }