Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 815 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 815 Bytes

wkhtmltopdf buildpack

This is a Heroku buildpack for bundling a compatible wkhtmltopdf binary with your environment. wkhtmltoimage binary is not included in this buildpack.

Supported stacks:

  • heroku-18
  • heroku-20
  • heroku-22

Usage

This buildpack only installs wkhtmltopdf, it isn't very useful by itself. You'll probably want to use add it to you current buildpacks config.

$ heroku buildpacks:add https://github.com/notvad/wkhtmltopdf-buildpack

Clearing Repo Cache

Remember to clean your repository cache if you are updating the version of buildpack. To do that, run:

$ heroku plugins:install https://github.com/heroku/heroku-repo.git
$ heroku repo:purge_cache -a appname