heroku-buildpack-pdf2json

by CalculoJuridico

README.md

Heroku Buildpack pdf2json

This is a Heroku buildpack for using pdf2json in your project.

The sources for this pack are fetched from pdf2json repository.

Usage

Add the buildpack to your application.

heroku buildpacks:add https://github.com/calculojuridico/heroku-buildpack-pdf2json.git -a my_app

You can verify installation by running the following.

heroku run "pdf2json -v" -a my_app

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/CalculoJuridico/heroku-buildpack-pdf2json.git

For existing applications:

$ heroku buildpacks:set https://github.com/CalculoJuridico/heroku-buildpack-pdf2json.git -a YOUR_APP_NAME