README.md
This is a Heroku buildpack for bundling a compatible wkhtmltopdf binary with your environment.
0.2
0.12.3 by defaultAdd this buildpack to your Heroku application to install the wkhtmltopdf
and wkhtmltoimage binaries, and the corresponding library libwkhtmltox,
into the dynos:
$ heroku buildpacks:add https://github.com/dscout/wkhtmltopdf-buildpack.git
If you want to use a wkhtmltopdf version other than 0.12.3, set
WKHTMLTOPDF_VERSION:
heroku config:set WKHTMLTOPDF_VERSION="0.12.4"
Remember to clean your repository cache if you are updating the version of buildpack. To do that, run:
$ heroku plugins:install https://github.com/heroku/heroku-repo.git
$ heroku repo:purge_cache -a appname
If you run into issues when trying to deploy with this buildpack, make sure your
app is running on cedar-14 or heroku-16. You can check this with:
$ heroku stack
For new applications:
For existing applications: