Skip to content

IDEA helper for generating a PDF from HTML contents

License

Notifications You must be signed in to change notification settings

iter-idea/IDEA-html2pdf

Repository files navigation

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.