0.1.2 • Published 4 years ago

aws-wkhtmltopdf v0.1.2

Weekly downloads
24
License
ISC
Repository
github
Last release
4 years ago

AWS wkhtmltopdf

ITER IDEA (2017)

A wkhtmltopdf wrapper for AWS Lambda: to convert a html to PDF in the AWS environment.

Installation

npm i aws-wkhtmltopdf

Usage

import { html2PDF } = from 'aws-wkhtmltopdf';
// ...
html2PDF(html, options);

Options are available in wkhtmltopdf's website.

Documentation

Documentation generated with TypeDoc: link.