mtmacdonald / docgen

A documentation tool
http://mtmacdonald.github.io/docgen
Other
44 stars 15 forks source link

Replace obsolete wkhtmltopdf PDF engine #100

Open mtmacdonald opened 6 months ago

mtmacdonald commented 6 months ago

DocGen currently uses wkhtmltopdf to generate PDFs. This engine is obsolete.

We need to find an alternative modern engine for generating PDFs.

mtmacdonald commented 6 months ago

Here is a summary and explanation of what I found to help with deciding next steps.

wkhtmltopdf (existing obsolete engine)

The existing wkhtmltopdf engine really holds back Docgen project (outdated CSS engine, slow, hard-to-debug). It still "works", but we do need a replacement if DocGen is going to be a seriously maintained project, (and it seems there are no drop-in modern replacements that are open-source).

ReactPDF