Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 700 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 700 Bytes

Heroku buildpack: MuPDF

This is a Heroku buildpack for MuPDF.

Usage

heroku create -b https://github.com/fiatjaf/heroku-buildpack-mupdf.git

# or if your app is already created
heroku config:add BUILDPACK_URL=https://github.com/fiatjaf/heroku-buildpack-mupdf.git

git push heroku master

Recommended

Use heroku-buildpack-multi to combine this buildpack with others. For example, carve-worker does this.