Y
Hacker News
new
|
ask
|
show
|
jobs
by
fredguth
253 days ago
I would use pandoc and convert to pdf using typst:
```
pandoc input.html -t typst -o output.typ
typst compile output.typ output.pdf
```