@theo4u/wkhtmltopdf
Advanced tools
The package automatically downloads linux 64bit wkhtmltopdf binary, to be used with AWS Lambda
Weekly downloads
Readme
The package automatically downloads linux 64bit wkhtmltopdf binary. Use case to be used with AWS Lambda functions
npm install @theo4u/wkhtmltopdf
./node_modules/.bin/wkhtmltopdf
With wkhtmltopdf:
var wkhtmltopdf = require('wkhtmltopdf');
wkhtmltopdf.command = './node_modules/.bin/wkhtmltopdf'
wkhtmltopdf('<h1>hello world</h1>', { output: 'out.pdf' })
MIT
The package automatically downloads linux 64bit wkhtmltopdf binary, to be used with AWS Lambda
The npm package @theo4u/wkhtmltopdf receives a total of 100 weekly downloads. As such, @theo4u/wkhtmltopdf popularity was classified as not popular.
We found that @theo4u/wkhtmltopdf demonstrated a not healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.