Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iter-idea/idea-html2pdf

IDEA helper for generating a PDF from HTML contents
https://github.com/iter-idea/idea-html2pdf

html-to-pdf

Last synced: about 2 months ago
JSON representation

IDEA helper for generating a PDF from HTML contents

Awesome Lists containing this project

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](https://uatisdeproblem.github.io/IDEA-html2pdf).

## Notes

The AWS SDK's (v3) packages are already pre-installed in every Lambda Function; therefore, they are `peerDependencies`.