macfanatic / wkhtmltopdf-buildpack

Heroku buildpack for WKHTMLTOPDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WKHTMLTOPDF Buildpack

This is a Heroku buildpack for bundling a compatible wkhtmltopdf binary with your environment.

Versions

  • Buildpack: 0.2
  • WKHTMLTOPDF: 0.12.1

Usage

$ 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'

Troubleshooting

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

About

Heroku buildpack for WKHTMLTOPDF

License:MIT License


Languages

Language:Shell 100.0%