This is a Heroku buildpack for bundling a compatible wkhtmltopdf and wkhtmltoimage binary with your environment.
- Buildpack: 0.4
- WKHTMLTOPDF: 0.12.1
- WKHTMLTOIMAGE: 0.12.1
$ heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
$ echo 'https://github.com/versacommerce/wkhtmltox-buildpack.git' >> .buildpacks
$ echo 'https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/ruby.tgz' >> .buildpacks
$ git add .buildpacks
$ git commit -m 'Add multi-buildpack'
Please note that this buildpack is only compatible with the cedar-14
stack. You can use heroku stack:set cedar-14
to set the correct stack.