heroku-qpdf-buildpack

by alenpaulvarghese

README.md

Heroku Buildpack QPDF

This is a Heroku buildpack for using qpdf-10.6.1 in your project.

The binaries for this pack are fetched from qpdf github release page.

This project is a up-to-date clone of jamesdphillips heroku-buildpack-qpdf

Usage

Add the buildpack to your application.

heroku buildpacks:add https://github.com/alenpaul2001/heroku-qpdf-buildpack -a `app-name`

You can verify installation by running the following.

heroku run "qpdf --help" -a `app-name`

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/alenpaulvarghese/heroku-qpdf-buildpack.git

For existing applications:

$ heroku buildpacks:set https://github.com/alenpaulvarghese/heroku-qpdf-buildpack.git -a YOUR_APP_NAME