Simple app to demonstrate the usage of heroku-buildpack-wkhtmltopdf.
You can see this app running on websitetopdf.herokuapp.com.
git clone https://github.com/turicas/websitetopdf.git
cd websitetopdf
heroku create
heroku buildpacks:add https://github.com/simplefractal/heroku-buildpack-wkhtmltopdf.git
heroku buildpacks:add heroku/python
git push heroku master
Note:
heroku/python
is only needed by this app for demonstration purposes. You just need to add thesimplefractal/heroku-buildpack-wkhtmltopdf
buildpack to your app and then execute/app/bin/wkhtmltopdf
whenever you need.