wkhtmltopdf javascript delay for output of google maps

wkhtmltopdf

Solution

The `--javascript-delay` option is not deprecated at all. Also, it would be advisable to upgrade to the latest version -- 0.9.9 is a very old version.

Problem

I am working with WKTHMTOPDF and really enjoying it. However, the page that is being converted has google maps and the resulting PDF comes out with the map half loaded. I know there was an option to add `--javascript--delay` in previous versions, but it would appear it is deprecated. I am using version 0.99. Is there a different option?

Original source