heroku-buildpack-poppler

by survantjames

README.md

Heroku Buildpack Poppler

This is the updated Heroku buildpack for poppler, includes slimmed down dependencies that work with Docsplit in the Cedar-14 environment. It was broken and we fixed it. Might not have all the libraries you need but it works for us.

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/survantjames/heroku-buildpack-poppler.git

For existing applications:

$ heroku buildpacks:set https://github.com/survantjames/heroku-buildpack-poppler.git -a YOUR_APP_NAME