easy2pdf
v0.0.2
Published
Easiest HTML and Markdown to PDF Converter
Downloads
26
Readme
easy2pdf
Easiest HTML and Markdown to PDF Converter. Add's GitHub like style Markdown rendering for best visual UI & UX.
Features
- HTML support
- Markdown support
- Fully-compatible styling
- CLI & API usage
- And free
Installation
CLI
npx easy2pdf
# or
npm install easy2pdf -D
API
npm install easy2pdf
# or
yarn add easy2pdf
# or
bun add easy2pdf
Usage
CLI
npx easy2pdf ./your_markdown_file.md
# or
npx easy2pdf ./your_html_file.html
API
import buildPDF from 'easy2pdf';
buildPDF('./your_markdown_file.md');
License
MIT