Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 303 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 303 Bytes

wkhtmltopdf

wkhtmltopdf is an open source (LGPLv3) command line tool to render HTML into PDF using the Qt WebKit rendering engine.

Usage

$ docker run dtannock/wkhtmltopdf
$ docker run -v $PWD:/tmp/ dtannock/wkhtmltopdf http://www.google.com /tmp/output.pdf