It seems wkhtmltopdf, which we use for generating PDFs from HTML documents, is archived and no longer receives any updates.
We should migrate to a different library. The creator of the old library recommends weasyprint. It seems it also can do HTML to PDF conversions, so hopefully it won't be a difficult migration. If you know a different/better option that is also fine.
It seems
wkhtmltopdf, which we use for generating PDFs from HTML documents, is archived and no longer receives any updates.We should migrate to a different library. The creator of the old library recommends
weasyprint. It seems it also can do HTML to PDF conversions, so hopefully it won't be a difficult migration. If you know a different/better option that is also fine.