ITER IDEA (2017)
A wkhtmltopdf wrapper for AWS Lambda: to convert a html to PDF in the AWS environment.
npm i aws-wkhtmltopdf
import { html2PDF } = from 'aws-wkhtmltopdf';
// ...
html2PDF(html, options);Options are available in wkhtmltopdf's website.
Documentation generated with TypeDoc: link.
the html content
available at wkhtmltopdf's website
rootDir to use instead of the default one to locate wkhtmltopdf
Generated using TypeDoc
A wkhtmltopdf wrapper for AWS Lambda.