This commit is contained in:
2026-01-20 20:24:13 -07:00
commit 885280cf37
5 changed files with 62 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# HTML to PDF
## Usage
1. Run the setup script on a debian machine (tested on a debian 13 LXC container)
2. You need to set the parameters in the gen.sh file to match your environmnet.
3. Use either of the following syntax:
```bash
./gen.sh my-file.html
```
```
./gen.sh oliveratkinson.net
```