We have a project where the HTML was given to us. It uses bootstrap 4.3.
We then run it through wkhtmltopdf 0.12.5 (with patched qt) on Linux (CentOS 6).
In the browser, the layout shows the two elements side-by-side, and the 'white box' shows 3 columns of data for Location, Installation, Facturation.
If we PRINT TO PDF from the Safari browser (current version) on Mac OS X, it looks ok..
But with wkhtmltopdf, it stacks these instead.
The tool options we use are: --javascript-delay 5000 --page-size Letter --encoding utf-8 --print-media-type --image-quality 100 --disable-smart-shrinking --margin-left 5mm --margin-right 5mm --margin-top 5mm --margin-bottom 5mm
Is there any idea how I can make it work? Thanks for any help!