This cookbook installs wkhtmltopdf
, a library to convert HTML into PDF.
This cookbook requires apt
.
Include this cookbook in your Berksfile
.
cookbook 'nodejs', git: 'aerogami-cookbooks/nodejs'
Install the cookbook.
berks install
Add to your chef kitchen and use as desired.
Mohamad El-Husseini