I think you can pay for more complicated services, but I didn't need to go that far. It was more about generating a PDF from HTML without manually invoking File > Save as PDF each time.
Tl;dr I'm lazy ¯\_(ツ)_/¯
Installed w/ Homebrew, it's really nothing more than running `weasyprint input.html output.pdf`
I think you can pay for more complicated services, but I didn't need to go that far. It was more about generating a PDF from HTML without manually invoking File > Save as PDF each time.
Tl;dr I'm lazy ¯\_(ツ)_/¯
Installed w/ Homebrew, it's really nothing more than running `weasyprint input.html output.pdf`
https://doc.courtbouillon.org/weasyprint/stable/first_steps....