1. TTfile
  2. HTML File
  3. How to convert HTML to image with ASP?

How to convert HTML to image with ASP?

If you are an ASP developer and looking for a solution to convert HTML to image with ASP, you can try our HTML converter SDK - ACA WebThumb ActiveX. With a few function calls in ASP script, it helps you convert html from any URL to image or thumbnails easily and quickly, takes the snapshots of given URLs as JPG, GIF, PNG, BMP, TIFF, WMF and EMF image, you can easily add "HTML to JPG", "HTML to PNG", "HTML to GIF" features in your ASP script.

Guidelines: Convert HTML to image with ASP

  • Free download ACA WebThumb ActiveX, and then install it on your computer.

  • You will find rich ASP sample scripts in the folder {install-folder}\sample\asp.

  • You can copy these sample scripts to your local WWW folder and then open them.

Example code: Convert HTML to image with ASP

1. A simple ASP code for converting HTML to image

7

2. An ASP code for converting HTML to image in the memory and output to client browser

This ASP sample script shows how to make a web thumbnail in the memory and output to client browser.

8