html-pdf-pup
v1.0.8
Published
HTML to PDF converter that uses puppeteer
Downloads
12
Readme
html-pdf-pup
HTML to PDF Converter
This Node.js module provides a simple and efficient way to convert HTML content to PDF files using Puppeteer and Express integration. It allows users to generate PDFs from both HTML content and URLs, making it suitable for various use cases such as generating reports, invoices, or any other printable document from web content.
Features
- HTML to PDF Conversion: Convert HTML content to PDF files.
- Efficient and Reliable: Utilizes Puppeteer, a headless Chrome API, for fast and accurate PDF generation.
- Customizable Options: Configure the PDF generation process with customizable options such as paper size, orientation, margins, etc.
Installation
You can install the module via npm:
npm install html-pdf-pup