bricel / heroku-buildpack-xpdf

Use all of the binaries in xpdf such as pdftotext, pdftopng, etc in heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroku-buildpack-xpdf

Added the libraries to use Xpdf 3.04 on Heroku

This buildpack is built to be used through heroku-buildpack-multi. In your app you need to:

heroku config:set BUILDPACK_URL=https://github.com/ARezaK/heroku-buildpack-multi.git

Then, create a .buildpacks file inside your app:

https://github.com/heroku/_YOUR_MAIN_BUILDPACK
https://github.com/shemer77/heroku-buildpack-xpdf

See the documentation of heroku-build-multi for a undetailed explanation on how to use it.

License

WTFPL License. Copyright 2014 ARK.

About

Use all of the binaries in xpdf such as pdftotext, pdftopng, etc in heroku

License:MIT License


Languages

Language:Shell 100.0%