@theo4u/wkhtmltopdf

The package automatically downloads linux 64bit wkhtmltopdf binary, to be used with AWS Lambda

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@theo4u/wkhtmltopdf
201.1.05 years ago5 years agoMinified + gzip package size for @theo4u/wkhtmltopdf in KB

Readme

wkhtmltopdf linux x64
The package automatically downloads linux 64bit wkhtmltopdf binary. Use case to be used with AWS Lambda functions
Installation
npm install @theo4u/wkhtmltopdf
Usage
./node_modules/.bin/wkhtmltopdf
With wkhtmltopdf:
var wkhtmltopdf = require('wkhtmltopdf');

wkhtmltopdf.command = './node_modules/.bin/wkhtmltopdf'

wkhtmltopdf('<h1>hello world</h1>', { output: 'out.pdf' })
License
MIT