Archive for the ‘HtmlCapture’ Category

HtmlCapture v2.0 Final Release!

Tuesday, December 25th, 2007

We are honored to announce that a new version of HtmlCapture ActiveX control (v2.0) has been released. New key features include:

  • Using not only MSIE but also Firefox as rendering engine
  • Save snapshot to PDF document
  • Set custom cookies, HTTP headers, credentials in a snap request
  • Take snapshots via a proxy server
  • etc

The new version is fully compatible with version 1.0. You can download the new version here

How to call SnapHtmlString() function with image on the internet?

Friday, November 30th, 2007

The following demo program written in VBScript shows how to call SnapHtmlString() function with image on the internet.

Dim snap
Set snap = CreateObject("HtmlCapture.SnapShooter.1")
snap.SetImageEnabled(True)
snap.SetActiveXEnabled(True)

snap.SnapHtmlString “<img src=’http://www.google.com/intl/en_ALL/images/logo.gif’>”
snap.SaveMultiPageTiff "demo.tiff", 2000