Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iter-idea/idea-html2pdf
- Owner: iter-idea
- License: mpl-2.0
- Created: 2021-01-08T16:56:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T17:16:20.000Z (3 months ago)
- Last Synced: 2024-10-19T12:49:52.130Z (3 months ago)
- Topics: html-to-pdf
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/idea-html2pdf
- Size: 663 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.