Skip to content

Installing wkhtmltopdf and wkhtmltoimage

agelwarg edited this page Aug 1, 2012 · 1 revision

Visit the wkhtmltopdf home page.

Linux

Download the static binaries for your architecture at the wkhtmltopdf downloads list, extract the files to a directory that is in your PATH, such as /opt or /usr/local/bin and run from there.

Windows

Download the installer from the wkhtmltopdf downloads list and tell PDFKit where it is.

Mac

Download the disk image from wkhtmltopdf downloads list and copy the files to a directory where PDFKit can find it. Homebrew is also available for wkhtmltopdf, but not for wkhtmltoimage. To install, run brew install wkhtmltopdf.

Compilation

You can also compile from source.

Clone this wiki locally