Free Download
Buy Now!
Support Windows 32-bit and 64-bit both!
Do you want to take a screenshot from a web page in your desktop or web application? ACA WebThumb ActiveX Control takes the snapshots of given URLs as JPG, GIF, PNG, BMP, TIFF, WMF and EMF image, it helps you convert the web page to images in batch, capture full length website screenshots, generate thumbnail image previews of web pages. Now, you can add "HTML to image", "HTML to PNG", "HTML to JPG" feature to your application with a few function calls!
ACA WebThumb ActiveX Control can be used to convert not only web pages but also plain text files or Web Archive Format (*.MHT) files into JPG, GIF, PNG, BMP, TIFF, WMF and EMF images.
ACA WebThumb ActiveX Control is a small self-contained (no third-party dependencies) ActiveX control, so it can be used from any ActiveX-ready languages (comprehensive samples for the most popular provided). The basic usage is as easy as few function calls, but there are also many options and tuning possibilities.
There is a 30-DAY MONEY-BACK GUARANTEE on our products , even though you also have 30 days to try it for free before registering! The 30-day money-back period starts at the time of registration (purchase). If you buy now you will be enjoying all the benefits of the registered version within minutes!
www.acasystems.com |
www.download.com |
www.youtube.com |
en.wikipedia.org |
void SnapExample(){ CoInitialize(NULL); // Initializes the COM library on the current thread IThumbMaker * t_xpMaker = NULL; HRESULT hr = CoCreateInstance(__uuidof(ThumbMaker), NULL, CLSCTX_INPROC_SERVER, __uuidof(IThumbMaker), (void**)&t_xpMaker); if ( SUCCEEDED(hr) ){ t_xpMaker->SetURL( _T("http://www.acasystems.com")); long t_lRet = t_xpMaker->StartSnap(); if ( 0 == t_lRet ){ t_xpMaker->SaveImage( _T("c:/acasystems.png"));// Snap successful, save the image // call WIN32API ShellExecute() to open the image by default image viewer. ShellExecute( NULL, _T("open"), _T("c:/acasystems.png"), NULL, NULL, SW_SHOW); } t_xpMaker->Release(); } }
<?php $t_xMaker = new COM('ACAWebThumb.ThumbMaker') or die("Start ACAWebThumb.ThumbMakerfailed"); $t_xMaker->SetURL("http://www.acasystems.com"); if ( 0 == $t_xMaker->StartSnap() ) { // Capture HTML to image successful, call SetImageFile() to save the image. echo "Take screenshot successful." ; $t_xMaker->SaveImage("c:/acasystems.png"); } ?>
<% set t_xThumbMaker = server.createobject("ACAWebThumb.ThumbMaker") t_xThumbMaker.SetURL ("http://www.acasystems.com") if 0 = t_xThumbMaker.StartSnap() then ' Save the image with full size t_xThumbMaker.SaveImage("acasystems.png") end if %>
// Set the image filename. string t_strSaveFolder = Server.MapPath("./"); string t_strLargeImage = t_strSaveFolder + "\" + "main-thumb.large.png"; // Create instance ThumbMakerClass t_xThumbMaker = new ACAWebThumbLib.ThumbMakerClass(); // Start convert web page http://www.acasystems.com to image t_xThumbMaker.SetURL("http://www.acasystems.com"); t_xThumbMaker.StartSnap(); // Save the image with full size in C# t_xThumbMaker.SaveImage(t_strLargeImage);
import sun.awt.*; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.awt.*; import java.awt.peer.*; public class Snap { static { System.loadLibrary("Snap"); } public static void main( String[] argv ) { Snap t_xSnap = new Snap(); t_xSnap.Start("http://www.acasystems.com", "snapshot-acasystems.png"); } public native void Start(String pi_strURL, String pi_strImageName); }
ACA WebThumb ActiveX Control Online Documents includes the interface reference, class members, function documents and samples.
Freedownloadscenter Editor July 16, 2008
A useful package that lets you implement website capture, helps you convert the web page to images in batch, add "HTML to image", "HTML to PNG" feature to your application with a few function calls. More details >>