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.gitIf 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 appnameIf 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 stackFor new applications:
For existing applications: