# AWS wkhtmltopdf

_[ITER IDEA](https://iter-idea.com) (2017)_

A [wkhtmltopdf](https://wkhtmltopdf.org) 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](https://wkhtmltopdf.org/docs.html).

## Documentation

Documentation generated with TypeDoc: [link](https://uatisdeproblem.github.io/aws-wkhtmltopdf).
