This is a Heroku buildpack for bundling a compatible wkhtmltopdf binary with your environment.
- Buildpack: 0.2
- WKHTMLTOPDF: 0.12.1
$ heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
$ echo 'https://github.com/heroku/heroku-buildpack-ruby.git' >> .buildpacks
$ echo 'https://github.com/dscout/wkhtmltopdf-buildpack.git' >> .buildpacks
$ git add .buildpacks
$ git commit -m 'Add multi-buildpack'
If you run into issues when trying to deploy with this buildpack, make sure your app is running on Cedar with Ubuntu 14.04 (cedar-14
). You can check this with:
$ heroku stack
If you are on an older stack, you can upgrade to cedar-14
with:
$ heroku stack:set cedar-14