heroku-qpdf-buildpack

by alenpaulvarghese

GitHub 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`