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