|
|
|
|
|
by chrisfinazzo
821 days ago
|
|
At least for my uses, it's entirely free. 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.... |
|