I am using laravel-snappy as a wrapper for wkhtmltopdf for creating PDFs out of HTML.
While running the same code with the same configuration, I am getting different outputs:
CentOS output: (centered correctly but with big margin at the bottom)
macOS output: (right part is cropped, and also theres a big margin at the bottom)
Both environments are using wkhtmltopdf 0.12.4 (with patched qt)
, any ideas for this difference?