WKHTMLTOIMAGE

WKHTMLTOIMAGE End of life

Render HTML file to an image (part of WKHTMLTOPDF)

Category
Image
License
LGPLv3
Platforms
Windows macOS Linux
Released
2014
Path
c:\wkhtmltopdf\wkhtmltoimage.exe
Notes
Uses the Qt WebKit rendering engine.
Version
Latest known: 0.12.6 (2020-06-10)

Examples

1. Convert a locally saved (and sanitized) email HTML as a JPG preview image

wkhtmltoimage.exe --disable-javascript --quality 75 --width 600 d:\sanitizedEmail.htm d:\emailPreview.jpg

Try it

Agree to terms to run demos.