turicas / websitetopdf

Simple app to demonstrate the usage of simplefractal/heroku-buildpack-wkhtmltopdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websitetopdf

Simple app to demonstrate the usage of heroku-buildpack-wkhtmltopdf.

Sample

You can see this app running on websitetopdf.herokuapp.com.

Deploying

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 the simplefractal/heroku-buildpack-wkhtmltopdf buildpack to your app and then execute /app/bin/wkhtmltopdf whenever you need.

About

Simple app to demonstrate the usage of simplefractal/heroku-buildpack-wkhtmltopdf


Languages

Language:Python 100.0%