Search code examples
bashbenchmarkingwkhtmltopdf

Benchmark Wkhtml PDF converter


Does anyone have a wkhtml benchmark?

I would like to compare it with other html to pdf converters.

Is there a bash command for doing this?

Thanks!


Solution

  • Just use time when you call wkhtmltopdf:

    time wkhtmltopdf input.html output.pdf