Webpage Screenshot, Webpage Thumbnail,
Convert HTML to Image Command Line usage.

HTML to Image Windows Command Line Usage

Argument Description Default Value
/url Website page url, that you want to take screenshot of
Example: "www.google.com"
-
/file Directory path and name for output images
Example "c:\google.jpg"
-
/list Text file path, for batch processing.
Text file containing the list of urls or local paths of files, one item per line.
Example: "c:\mylist.txt"
-
/width Width of the output image. Automatically determined by webpage.
/height Height of the output image. Automatically determined by webpage.
/bleft Browser left. 0
/btop Browser top. 0
/bwidth Browser width. Automatically determined by webpage.
/bheight Browser Height. Automatically determined by webpage.
/dir Set output folder. Usage format: htmltoimage ... /dir C:/OuputFolder/ Application directory
/name Name for the Output image file:
Name for the Output image file
Values:
?m (URL MD5 path)
?u (URL full path)
?n (Number)
?t (Literal Timestamp)
other (Creates filename with entered string)
?u
/timeout Timeout in seconds, timeout value for the process. 30
/delay Delay in seconds. After page loads, take screenshot after specified seconds. 10
/log Path with the name of the log file
Example: "c:\mylog.txt"
log.txt, in the application directory
/nolog Disable log. -
/noactivex Disable ActiveX on the page. -
/nojava Disable Java on the page. -
/noscript Disable Scripts on the page. -
/start Start html to image service. Example: "htmltoimage /start" -
/close Close HTMLtoImage Service. Example: "htmltoimage /close" -
/overwrite Overwrite existing image file. -
/multpage Example: "/multpage" -
/register Example: "/register" -
/regname Example: "/regname support@google.com" -
/regcode Example: "/regcode XXXXX-XXXXX-XXXXX" -

HTML to Image Converter Windows Command Line Usages:

Create full size screenshot from single website url (online page).
> htmltoimage /url "www.google.com"

Generate thumbnail image of web page.
> htmltoimage /url "www.google.com" /width 100 /height 200

Convert HTML to image (offline page).
> htmltoimage /url "c:\LocalHtmlFile.html"

Capture multiple webpages in batch (online or offline pages).
> htmltoimage /list "c:/list.txt"

Generate thumbnail image of web page part.
> htmltoimage /url "www.google.com" /bleft 20 /btop 10 /bwidth 800 /bheight 600 /width 100 /height 200

HTML to Image Converter Windows Command Line Log file format:

To access capturing process result, you can use log file.
log file format is description [parameter] = [value]

Example:
Input [URL] = [www.google.com]
Ouput File [FILE] = [google.jpg]
Converte Successfully!

Sample Log File

HTML to Image - Convert HTML to JPG, GIF, PNG, BMP and TIF image formats.
Copyright © 2007-2008 HTMLTOIMAGE.COM. All rights reserved.