idea-html2pdf
v2.2.12
Published
IDEA helper for generating a PDF from HTML contents
Downloads
135
Readme
IDEA HTML -> PDF
IDEA helper for generating a PDF from HTML contents. See also AWS Lambda gist: https://gist.github.com/uatisdeproblem/c4204778ed983f99bbbc18758ac1aed0
Installation
npm i idea-html2pdf
Usage example
import { HTML2PDF } from 'idea-html2pdf';
Documentation
Documentation generated with TypeDoc: link.
Notes
The AWS SDK's (v3) packages are already pre-installed in every Lambda Function; therefore, they are peerDependencies
.