You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that wkhtmltopdf has been deprecated (the underlying engine is ancient).
We should change the default --pdf-engine for HTML to pagedjs-cli or weasyprint.
Consensus is that weasyprint is lighter weight and easier to install, so it's probably a better default.
Possible drawbacks: breaking existing workflows that rely on wkhtmltopdf.