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 masterNote:
heroku/pythonis only needed by this app for demonstration purposes. You just need to add thesimplefractal/heroku-buildpack-wkhtmltopdfbuildpack to your app and then execute/app/bin/wkhtmltopdfwhenever you need.