heroku-buildpack-pdftotext

by wit3

README.md

Heroku Buildpack: pdftotext

Loosely based on Heroku NGIX buildpack.

Provides pdftotext command line tool from Poppler pdf rendering library.

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/wit3/heroku-buildpack-pdftotext.git

For existing applications:

$ heroku buildpacks:set https://github.com/wit3/heroku-buildpack-pdftotext.git -a YOUR_APP_NAME