Files
html2pdf/README.md
Adrian Zürcher a5279190b4 first commit
2025-12-16 12:02:07 +01:00

17 lines
397 B
Markdown

# html2pdf
**html2pdf** is a lightweight Go package that converts HTML to PDF using Chrome Headless CLI.
This repository includes precompiled Chrome Headless binaries for the following platforms:
- Linux 64-bit
- Windows 32-bit & 64-bit
- macOS x64 & ARM64
## Installation
You can easily install the package using `go get`:
```bash
go get gitea.tecamino.com/paadi/html2pdf