I'm currently working on a PDF reporter that uses an ERB template to output an html, and then call wkhtmltopdf for rendering the final file. The main reason for me was to create a nice output for the report to send via the Slack reporter, in case the amount of issues found was large.
The changes should be relatively easy to merge, the only new dependency would be wkhtmltopdf.
I'm open to discussion if anyone wants to propose a better solution
I'm currently working on a PDF reporter that uses an ERB template to output an html, and then call
wkhtmltopdffor rendering the final file. The main reason for me was to create a nice output for the report to send via the Slack reporter, in case the amount of issues found was large.The changes should be relatively easy to merge, the only new dependency would be
wkhtmltopdf.I'm open to discussion if anyone wants to propose a better solution