Flexbox wkhtmltopdf Rendering Issue
问题 I have a page that I am turning into a pdf with wkhtmltopdf. I have a 3 column layout and it works well in Chrome but the pdf is incorrectly generated. Is there an alternative to flexbox that would give the same view or a way to make flexbox work in wkhtmltopdf? Modernizr did not help. Thanks. HTML: <div class="header"> <div id="name" class="center"> <h2> Centered Text </h2> </div> <div id="links" class="left"> <h3> Left Line 1 <br> Left Line 2 </h3> </div> <div id="contact" class="right">