HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by fredguth

Comment by fredguth 2 days ago

0 replies

View on Hacker News

I would use pandoc and convert to pdf using typst:

```

pandoc input.html -t typst -o output.typ

typst compile output.typ output.pdf

```